Hello,
I have nested for loops inside of a while doing some computations and storing them in an array. These for loops execute over a period of 30 mins, as I have put time delay inside them.
Now my problem is, that in case something goes wrong, and the user wants to stop the execution of the VI, how can he do it , or in other words, how can I break out of the for loops, when the STOP button is pressed in the VI.
Is there any other way of doing it without nested for loops ?
Thanks,
birapxi