View Single Post
  #13   Spotlight this post!  
Unread 02-04-2012, 19:07
daniel_dsouza daniel_dsouza is offline
does what needs to be done.
FRC #2449 (Out of Orbit Robotics)
Team Role: Alumni
 
Join Date: May 2011
Rookie Year: 2011
Location: Chandler, AZ
Posts: 231
daniel_dsouza has a spectacular aura aboutdaniel_dsouza has a spectacular aura about
Re: Intermittent connection on field only

Quote:
Originally Posted by 1075guy View Post
I think I've noticed a pattern in who these failures happen to.

They're ALL using LabVIEW... Has there been a single failure of this type with a C++ or Java team?
Quote:
Originally Posted by Dale View Post
We're running Java and had the same problem multiple times at the Oregon Regional. Other teams were having problems as well.
Yup, our teams runs a javabot, and we had the same problem during our practice matches. Our problem was that there were a few inappropriately handled errors and too many output statements causing major peaks in our cRIO's CPU usage. Having a robot project where the loop iterates as fast as possible can also drive up that CPU usage.