View Single Post
  #6   Spotlight this post!  
Unread 31-01-2010, 22:42
full_auto full_auto is offline
Registered User
AKA: Bill
FRC #1168
Team Role: Mentor
 
Join Date: Jan 2010
Rookie Year: 2003
Location: Pennsylvania, USA
Posts: 4
full_auto is an unknown quantity at this point
Send a message via AIM to full_auto
Re: sending info to a console

Hey guys, first post here.
We are also having trouble with using DriverStationLCD. The code that I am attempting to use is as follows:
Code:
textOut.println(DriverStationLCD.Line.kUser3, 2, message);
textOut.updateLCD();
where 'textOut' is an instance of DriverStationLCD retrieved with DriverStationLCD.getInstance() and 'message' is a String that is never more than 15 characters.

This code is executed periodically. The problem is that after it executes a few times the DS stops responding and must be restarted to regain functionality. This does not happen if I remove those two lines, so I'm fairly sure that they are the cause.

Has anyone gotten this to work? Any help is greatly appreciated.
Reply With Quote