Quote:
Originally Posted by 1075guy
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
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.