|
Re: Wait.VI on basic motor tutorial, need clarification.
Just put it anywhere inside the while loop. It does not need to be attached to anything besides the input that specifies the amount of time you want the loop to wait. If you care about the wait running before or after the rest of the code in the loop, you will need to add a sequence structure, create two frames, put your code in one frame, and put the wait in the other frame.
|