Quote:
Originally Posted by DominickC
...from my understanding, we cannot use the mouse during the competition...
|
What rule do you read as saying that?
If you still want to use a joystick button, it is possible to switch tabs in LabVIEW under program control. Right-click the tab control in the block diagram and choose Create -> Property Node -> Value. Change it from a read to a write, and now you have a way for the program to choose the visible tab.
You can send a "which tab to display" value in the Dashboard data from the Robot, and have your custom Dashboard use that value to decide which tab to show.