View Single Post
  #5   Spotlight this post!  
Unread 11-02-2013, 11:22
Arkamond Arkamond is offline
Registered User
FRC #3102
 
Join Date: Jan 2013
Location: Minnesota
Posts: 23
Arkamond is an unknown quantity at this point
Re: Updating Dashboard values from robot.

Quote:
Originally Posted by bumblebee3339 View Post
It might be a bit wierd, but I tried to do a simillar thing with a button in the dashboard and it didnt work when I tried to write a vlaue on the teleop and read it in the dashboard. It only worked when I used ONLY 'read' in the teleop with the name of the control in the dashboard.

Maybe you should change the writing refNum to the name of the bool indicator and delete the read function. Give it a try
Do you mean use an "SD Read Boolean" instead of an "SD Write Boolean" node? The only issue with that is you cannot connect the Boolean wire anywhere, as it's giving an output, not receiving and input Boolean.

Not sure exactly what you're suggesting to do, as Boolean wires can't go to String inputs