View Single Post
  #20   Spotlight this post!  
Unread 31-01-2014, 15:01
Joe Ross's Avatar Unsung FIRST Hero
Joe Ross Joe Ross is offline
Registered User
FRC #0330 (Beachbots)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1997
Location: Los Angeles, CA
Posts: 8,602
Joe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond repute
Re: Help A Brotha Out. Error 44002 and 44004.

Quote:
Originally Posted by SpaceCows View Post
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.
Does the disabled() method show an override symbol in netbeans? If not, you've spelled or capitalized it wrong (or something similar). If it does show an override symbol, then one possible explanation is that you are not downloading the program you think you are. Is your project set as the default project in netbeans?

As described in my previous post, the while loop and timer are both necessary. Please put them back in.