Quote:
Originally Posted by Ziaholic
That sounds like you might've run the Teleop VI instead of the RobotMain.
Whenever you run/deploy the code, you should always do it from the RobotMain. If you simply press the Teleop RUN button, then it doesn't load the other VI's (like the Begin.VI).
Just a guess ...
|
And a very good guess, but this is definitely not the case here. I always make sure that I am running robot main, and have followed the execution through Begin.vi and into Teleop.vi.
P.S. - this is a very good thing to do, because there are things we didn't touch that used the default RefNum names (e.g. Disabled.vi uses "Left and Right Motors" for drive) and will only give a one time error. Stepping through eliminated a lot of these problems.