Quote:
Originally Posted by WizenedEE
last year they had it so that you could use autonomous "independent" or "iterative" so I keep using those terms..
Basically, independent means it gets called once, so you have your own loops inside of it, and iterative means it has a while loop around it, just like teleop.
|
I was just gonna copy the line following code from the standard autonomous independent vi, and put it in a case structure attached to a button. What do you think of that?