01-10-2010 12:13 PM
Hello,
is it possible to get the actual iterationcycle of a forloop or whileloop out of a subvi into the vi?
how could i solve this problem?
Chris
Solved! Go to Solution.
01-10-2010 12:55 PM
hi,
you have to take your whole loop out of the sub-vi and use only the code in your loop as a sub-vi, then you can access the iteration terminal. If your calling VI has a separate thread (i. e. execution doesn't wait for your sub-vi to finish), you can use a global variable to transport the information from your iteration terminal to your calling program.
hope this helps,
christian
01-10-2010 01:53 PM
01-12-2010 07:51 AM
Thanks to all
now it works!
its good to have the forum, someday i think i can give solutions also=)
Chris