I used the example code in Windriver to try and get my default dashboard to output what each channel, pwm, analog input, digital output is doing so that I can debug my programs. The example is woefully incomplete and I need help getting the data sent to the default dashboard in Labview so I can figure out what the robot is doing.
I see in the UpdateDashboard subroutine of the Windriver example where some of the data types are assigned a value and I guess that is what is actually sent to the Dashboard. (The default code makes the DGIO indicators in Labview light up like KITT which isn't really helpful) Could someone please do a better job than WPI and give me an example of what C++ code I need to send data from:
PWMs on Module 4 to the Dashboard
Analog Input on Module 1 to the Dashboard
Digital Input on Module 4 to the Dashboard
Solenoids to the Dashboard
A single line example for each of these would be great, I can propagate it for each channel from there.
As an aside I am really frustrated on the lack of examples and documentation on the more complex programs. If I am looking at an example of a program that feeds data to the default dashboard I would expect there to be at least one of each of the different data subsets in the program feeding information back to the dashboard!
For anyone who has a similar question, I have put the default dashboard on the back burner and am instead gonna try out Team 1100's dashboard code which can be found here:
http://www.chiefdelphi.com/forums/sh...ad.php?t=72442
I'll let you know how it goes.