04-13-2010 01:33 PM
In the vi below, while waiting for user input I would like the vi not to be processing additional data. The result now is that instead of one row of results per iteration I get multiple depending on how long I wait.
Solved! Go to Solution.
04-13-2010 01:43 PM - edited 04-13-2010 01:48 PM
04-13-2010 02:04 PM
04-13-2010 02:11 PM
04-13-2010 02:19 PM
04-13-2010 02:48 PM
Whats the purpose of the continue button?
Maybe you can try this, I remove the case structure, and move the continue button, it will stay in that loop until you press the button.
04-13-2010 03:09 PM
The continue button is supposed to ensure the program waits until the user manually positions the cursors. The continue button is pressed once the cursors are in position, and the program proceeds to the next iteration. The button works fine, and the data that is output is correct, it is just that would like the vi to output one for for each iteration.
PS I have LV 8.6
04-13-2010 03:16 PM
Version 8.6
04-13-2010 03:38 PM
Thanks Rodrigo. Just curious, most of the posts I have read seem to promote the use of event structures. Do you feel that they would be appropriate in this circumstance?
dave
04-13-2010 03:59 PM