10-16-2007 03:22 PM
10-16-2007 04:19 PM
10-17-2007 12:22 AM
Which version of LabVIEW are you using??
LabVIEW 8.5 has this particular feature for 'For' Loops
http://zone.ni.com/reference/en-XX/help/371361D-01/glang/for_loop/
10-17-2007 12:54 AM
10-17-2007 04:02 AM
10-17-2007 09:31 AM
Your VI has some very fundamental flaws.
It is oftern useful to operate the VI in execution highlighting mode. You will immediately see that your button does not get read during execution of the FOR loop. Try it!
10-17-2007 09:46 AM
Here's a possible solution to pause (not stop!) a loop. See if this helps, maybe... 🙂
Maybe you can go one step back and explain what you are actually trying to achieve. What kind of functionality do you need from an operator point of view?
10-17-2007 10:39 AM
THX 4 your help
but i have a question in the file you attached, how to make the iterations to be 20 only in a while loop. Actually i used the for loop because it can determine the n- value (i mean from 0 to N).
Thx...
10-17-2007 10:51 AM