Quote:
Originally Posted by psychomonkey
I'm not doing that. In the code this year, the teleop is all inside a case structure. Can I place a while loop inside a case structure?
|
You know what, I just realized that you were referring to the robot main.vi, not the teleop.vi. My apologies. So instead of using the while loop, I should just use comparison vi's on the joysticks to lead to increment vi's inside case structures?