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