LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stopping a while loop after each iteration??

Hi,

I am using LabVIEW 6.0.1, and would like to construct a while loop that stops after each iteration, untill prompted by the user to continue. Thanks for any help in advance.

David
0 Kudos
Message 1 of 2
(2,614 Views)
You could use a 'one button dialog' function at the end of the while loop. Put it inside either a single frame sequence or a case statement. Wire some output from the last thing you do in the while loop to the border of sequence or case so that the dialog will be sure to happen last. I mentioned the case statement because you might want to disable the pause for the last iteration. If not then just use the sequence frame.
0 Kudos
Message 2 of 2
(2,614 Views)