View Single Post
  #20   Spotlight this post!  
Unread 31-01-2014, 14:51
SpaceCows SpaceCows is offline
Registered User
FRC #5202
 
Join Date: Jan 2014
Location: New Rochelle
Posts: 15
SpaceCows is an unknown quantity at this point
Re: Help A Brotha Out. Error 44002 and 44004.

Quote:
Originally Posted by sukhjinder564 View Post
I would recommend simplifying the operator control for now.

I have never used the Timer function in teleop, so this timer may be throwing your code off, but if the code is not being reached, make sure the conditions of the while loop are being satisfied. Or you could just remove the while loop entirely and see how that works.

This may or may not work for SimpleRobot, as I always use IterativeRobot.

Does the operatorControl() function run periodically?
I'm thinking that no functions are ever reached. I removed both the timer and the while loop, both getting no results. I got this message in the console: [cRIO] Default disabled() method running, consider providing your own. I created a disabled() method in the code and I still received the same message.

Also my Jaguar motors just constantly blink yellow and my Robot Signal Light continuously blinks when the driver station is off, but it starts to change its blink pattern when I change the operation modes in the driver station.