02-22-2013 02:50 AM
I am attaching a VI in which when the reply 28 comes the for loop should stop and while loop should continue iterating. Can you show me one way for it
Solved! Go to Solution.
02-22-2013 05:58 AM
You can stop the for loop when a certain condition occur: http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/add_cond_to_for_loop/
Add a shift register to the while loop and implement the functionality like below:
02-23-2013 12:29 AM
thank you for your help. I'am very happy