View Single Post
  #12   Spotlight this post!  
Unread 23-10-2014, 20:09
microman1934 microman1934 is offline
Registered User
AKA: Uday SHarma
FRC #4939 (Allspark9)
Team Role: Programmer
 
Join Date: Oct 2014
Rookie Year: 2014
Location: Vaughan
Posts: 7
microman1934 is an unknown quantity at this point
Re: Problem with Robot Status Light

Quote:
Originally Posted by seg9585 View Post
You may run into a problem if your code causes an unhandled exception. Check your Netbeans log to see if you are causing an Exception (it will say something like "Robots don't quit! Unhandled Exception")

This has happened for things as simple as SmartDashboard IO, which is why I put all SmartDashboard inputs into try{} statements now.

Something to try if you don't see RSL blinking LED: create a new instance of robot code (new SimpleRobot project, for example), and just load that directly. The robot won't do anything, but the RSL should still work if the code is valid.
Netbeans doesn't give any errors while compiling or running, so it shouldn't be the code