Quote:
Originally Posted by stopyourself
I am helping a team who is going to champs with Labview. We are trying to display a DIO output on the dashboard...
Many changes to code, no changes to Dashboard. The value does change on Global variables.
|
Where and how are you expecting the value to be displayed on the Dashboard, if you haven't made any changes to the Dashboard? You have created a new SmartDashboard variable named "DB/DIO 0", but there isn't an indicator with that name in the Dashboard program.
I don't understand what you are trying to do in Teleop. It looks like you are setting the same global variable in two different places. In the spot you have labeled "Reads value", you probably want instead to
write the SD value. But you still have to have a place in the Dashboard for that value to be displayed.