02-22-2016 04:42 AM - edited 02-22-2016 04:43 AM
Dear all,
Maybe my question is easy, but simply I can not find the solution !!
I would like to have a while loop in my labview program, in which I am able to enter and exit by pressing a switch.
I mean: I would like to have a switch in the front panel of my program, if the switch is ON the while loop is executing, if the switch is OFF the while loop is not executing.
I thoght that probably my program should have a while loop to always check the status of the switch. But I got stuck with different while loops and conditions and coluld not understand how it works !!
Thank you for helping me.
02-22-2016 05:44 AM
Perhaps what you really need is a State Machine. What else is the VI supposed to be doing?