03-15-2013 12:57 PM
ERROR <Code> -44061 occurred at "RobotDrive" in the VI path: Robot Main.vi
< time>23:36:12 03/13/2013
FRC: The loop that contains RobotDrive is not running fast enough. This error can occur if the loop contains too much code, or if one or more other loops are starving the RobotDrive loop.
We are getting this error while running on the DS. I have tried two different computers as the DS and it still gives errors. I dont lose communications with the robot, but the drive speed is very slow. Our program is very basic and I dont know what could be slowing it down to cause this error. We are not advanced programmers and just trying to get by.
I have attached my teleo.vi because I believe this is where the rror is coming from. Any help would be great.
03-18-2013 11:12 AM
I don't see anythign in your Teleop code that would cause this behavior.
There are a couple of causes of this error but the mostly likely is that you have an untimed loop somewhere else in your code. Have you modified the code in timed tasks or in vision processing? Do any of your while loops in those VIs not have a wait inside of them?
03-19-2013 05:29 PM
The only place I have made changes from the default code at this time are in begin, teleop, and finish. Everything else is the initial default. We are not using vision this year.
Thanks for trying.
03-24-2013 08:06 PM
Can you post your complete project? Can you post the driver station logs you are getting from the match?
02-06-2015 08:08 AM
Kevin,
We have two roboRIO systems up and running and both are showing the same out of the box error. I.E. even with no code modified, the teleop motor control jumps (stops and restarts) with full joystick forward motion and logs the error. I even tried one previous suggestion of moving the PWM channels up to channels 1 and 2 (Build and deploy) and then back down to channels 0 and 1 (Build and deploy).
Thanks,
Fred S
Team 3861 Chattanooga TN Signal Mtn High School
02-06-2015 08:51 AM
This thread is a bit confusing, because you have replied to an old question from 2013 (with old attached code). Are you able to run a newly created basic robot project without errors? I would start there, and if you have trouble you might consider starting a new discussion. Often times questions with multiple replies are assumed to be answered.
02-06-2015 09:16 AM
Ok, will start new discussion.