04-05-2011 02:24 PM
So I have a GPIB program running inside a for loop that is all inside a while loop. The number of iterations is determined by the number of points selected on the front panel. I want the entire program to stop after the set amount of iterations, but because of the while loop it just keeps running?
04-05-2011 02:30 PM
Can you share your vi so we can understand better what you are trying to achieve.
04-05-2011 02:44 PM
delete the while loop? 😄
04-05-2011 03:09 PM
If I delete the while loop then the for loop only executes once and I need it to execute several times at the users discretion
04-05-2011 03:10 PM
You say you want it to keep running, but you don't want it to keep running. Which is it?
Please post your VI as was already asked so we can have an understanding of what you are trying to do.