View Single Post
  #1   Spotlight this post!  
Unread 07-02-2013, 16:09
wag2625 wag2625 is offline
Registered User
FRC #2625
 
Join Date: Feb 2013
Location: Canada
Posts: 4
wag2625 is an unknown quantity at this point
Driver Station User Messages Not Updating

Hello, we are currently working on vision tracking for our robot using Wind River C++. We were attempting to use messages as debugs and realized that we are not receiving updates in the 'User Messages' section of the Driver Station.

This is the code being used to send and update messages to the Driver Station:

Code:
dsLCD->Printf(DriverStationLCD::kUser_Line1, 1,"Message\n");
dsLCD->UpdateLCD();
The user message will sometimes print once when the code is first deployed, but will not continue to update after that. We have tried running this command at various points throughout the program without success.

Any ideas???
Reply With Quote