|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Unable to read values from the dashboard
Hey
I am programming our teams robot to do vision tracking from the dashboard. I have the vision working but I can't figure out how to send integer variables for scale, left and right etc. from the dashboard to the robot. I have tried following examples from labview but its not working. Right now I have smart dashboard controls in the robot code that are supposed to get values from indicators on the dashboard. I have triple checked that the names on the indicators match the names i used in the smart dashboard controls. At this point i have no idea what to do. |
|
#2
|
|||||
|
|||||
|
Re: Unable to read values from the dashboard
That looks okay on the robot side.
What does your Dashboard code look like and where is it placed on the Front Panel too? |
|
#3
|
|||
|
|||
|
Re: Unable to read values from the dashboard
Quote:
Its placed in the custom tab in the vi. |
|
#4
|
|||||
|
|||||
|
Re: Unable to read values from the dashboard
If I'm reading the Dashboard magic properly, only unwired controls or indicators become Smart Dashboard variables automatically. You can either 1) remove the wires and move them to Local Variables to set the front panel value "remotely", or 2) add SD Write Number functions to set the SD values explicitly.
|
|
#5
|
|||
|
|||
|
Re: Unable to read values from the dashboard
Quote:
Quote:
Quote:
I am trying to make sure i have a working answer before Monday. In the mean time is there any other way to send values from the dashboard to the robot? Last edited by Luid101 : 06-02-2015 at 17:39. Reason: Just tested something and it didn't work. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|