LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Starting For Loop (Boolean)

I would like to start a particular loop in labview after the user makes an indication (using an on/off switch or button for example). So the program will run and when the user hits "on" the program will continue and  complete. I tried using a boolean control at the beginning of the loop, but I am not getting any understandable result...pleeease help...thanks
0 Kudos
Message 1 of 2
(2,954 Views)

You just need a case statement with the for loop inside. You should really try to take some basic LabVIEW courses. There are a couple at http://www.ni.com/academic/lv_training/how_learn_lv.htm.

Message Edited by Dennis Knutson on 04-16-2007 03:05 PM

0 Kudos
Message 2 of 2
(2,939 Views)