02-17-2017 02:42 AM
I want to know whether the while loop in LabVIEW can be randomly interrupted,how do it.
Solved! Go to Solution.
02-17-2017 02:50 AM
Hi,
you cannot "interrupt" structures as is dictated by DATAFLOW…
(You can stop your while loop once all code inside has finished execution.)
You might use case structures to place code inside to be able to dis/enable its execution. Once you do this you should also think about state machines!