|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: View Sensor data on Dashboard..
You have a couple of options. You can "print" the data to the User Messages window on the Driver Station. Or you can flatten the data into a string and pass it to the Set User Data Hi vi (found in the Driver Station palette), then modify the Dashboard to take the "high priority user data" string and unflatten it to match. The result can be fed to whatever indicator you want to place on the Dashboard's front panel.
|
|
#2
|
|||
|
|||
|
Re: View Sensor data on Dashboard..
Well I'm a pretty rookie programmer so I really don't understand how to do this. Can you give me an example.
|
|
#3
|
||||||
|
||||||
|
Re: View Sensor data on Dashboard..
Tutorial 7 on the LabVIEW getting started window shows how to send data to the dashboard.
|
|
#4
|
||||
|
||||
|
Re: View Sensor data on Dashboard..
The way we are doing this is:
1. Storing data we want on the dashboard to global variables (define the variables in Robot Global Data VI, then write to the data to these variables. 2. Update the Dashboard Data Typedef with the variables we want to pass to the Dashboard. 3. Read data from global variables and store into the Dashboard Data Typedef in Build Dashboard Data VI. 4. In the Dashboard Project, read the data and pass to Indicators |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|