|
Re: Data from Driver Station to Dashboard
Sorry, you have no control over the Driver Station application. It sends data only to the robot. If you want to see the Driver Station values in the Dashboard, you'll have to read them in the robot code and send them on to the Dashboard from there.
To select which tab is visible, find the tab control in the Dashboard block diagram. Right-click it and choose Create > Property Node > Value from the popup menu. Right-click the newly created property node and choose Change to Write. Then you can wire whatever value you wish to the property node's input, and the tab will reflect that value.
|