Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Classmate is not changing numbers or colors HELP!! (http://www.chiefdelphi.com/forums/showthread.php?t=91681)

MEOWMEOW 12-02-2011 23:20

Classmate is not changing numbers or colors HELP!!
 
On the classmate computer why is the readings of the Analog Imputs, PWM, GPIO, and Relay not lighting up when the program is running. Whats much werid is that when we play our program it works like the robot moves but the readings are not changing color or changing their numbers. What do we do to fix this? What is actually causing this?

StevenB 13-02-2011 01:46

Re: Classmate is not changing numbers or colors HELP!!
 
If I remember correctly (and it's been a while), the dashboard (the top half of the driver station GUI) only displays data that you explicitly send it. The default dashboard happens to show GPIO, PWM, etc, but just setting the robot outputs doesn't cause the dashboard to show them.

How you send the data to the dashboard obviously depends on which programming language you're using on the robot. For Java/C++, take a look at the Dashboard class and the dashboard section in the WPILib user guide.

Greg McKaskle 13-02-2011 07:33

Re: Classmate is not changing numbers or colors HELP!!
 
The LabVIEW default framework sends quite a few values back in the team VI "Build DashBoard Data.vi", but I'm not sure about the other frameworks. If using LV, open RobotMain and see if the loop still contains the call to build the dashboard data. You can also open it so see if the settings or code were changed.

Greg McKaskle


All times are GMT -5. The time now is 03:43.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi