Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Errors messages at the Driver station (http://www.chiefdelphi.com/forums/showthread.php?t=102102)

wendells 06-02-2012 16:28

Errors messages at the Driver station
 
So, Team 2185, is having a few problems with their programming.
So when we deploy the code to the cRIO, it works prefectly but when we try running the robot, it gives the error -44061 and other errors, (ps. we dont have the camera connected).

It says "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 need help with this, please feel free to ask any further information

wendells 06-02-2012 16:45

Re: Errors messages at the Driver station
 
Update: We are also getting "Watchdog Expiration System 1, User 0"
"I/O unit not detected or not installed correctly"

plnyyanks 06-02-2012 17:50

Re: Errors messages at the Driver station
 
Quote:

Originally Posted by wendells (Post 1121092)
It says "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."

Like it says, this error means that your code is not running fast enough for some reason. When this happens, it trips the little watchpuppies and your codes returns the error that you see. Now, like the error message suggests, this could be because you simply have too much code in your teleop VI. Can you streamline your code to make it more efficient or move some of it to Periodic Tasks.vi?

Also, you said your camera wasn't connected. Does you still have the camera code running? Because that could cause an error that could slow down your code and cause the problems your're seeing. Either use a diagram disable structure to comment out the camera code, or connect a camera.

Alan Anderson 06-02-2012 21:56

Re: Errors messages at the Driver station
 
You can safely ignore the "I/O unit not detected" message. It's just telling you that the Driver Station didn't find a Cypress PsoC attached to it. Most teams don't use one of those.

What programming language are you using? Have you added anything to "The loop that contains RobotDrive"?


All times are GMT -5. The time now is 00:46.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi