Quote:
Originally Posted by Greg McKaskle
I didn't download your zip, but where is your read code located? Is it in a loop that is executing?
The other way to view data from your robot is simply to name the button the same as your variable and place it in the Operations tab on the dashboard. The read will be done for you.
Greg McKaskle
|
Yes, the VI named "Latch Launcher" executes the same as Teleop, as it's in the same case structure. All functions work correctly in this VI in Teleop, and is where the "read code" is located. The "SD Write" node (Which is what is used to set the values to the dashboard) will work a couple times and then randomly stop or lock, although functions on the robot are still working fine.
How would you go about naming a button differently? And our buttons have a latching function that I implimented, we have to go through the output of the latch gate in order to determine what is turned on or off.