So we’re trying to set up our Dashboard to display digital IO data (specifically out line follower data) and even though it is giving us the correct data it places it in the wrong spot on the Dashboard. It seems to think that port 7 is port 10, port14 is port 3, and port 10 is port 6. Any help with this issue would be greatly appreciated.
Could you please post full source code?
Are you using the same code from the Dashboard Data sender example project to send data?
Did you make your own Dashboard application in LabVIEW?
We did not modify the Dashboard in any way and are using out own code. We used the normal sendIOPortData method but we did edit the .cpp file a bit (following the instructions we found here: http://tinyurl.com/InstructionsWeFollowed). I attached the main code and the extra .cpp that the DashboardDataSender needs.
DashboardDataSender.cpp (5.61 KB)
MyRobot.cpp (3.73 KB)
DashboardDataSender.cpp (5.61 KB)
MyRobot.cpp (3.73 KB)