08-23-2009 03:10 PM
Solved! Go to Solution.
08-23-2009 03:13 PM
No, you don't have an infinite loop in your subVI. It is a 1 iteration loop because you have a True constant wired to the Stop terminal. So it runs only once each time it is called.
Why do that? It uses uninitialized shift registers on the loop. It gives the ability to store state in the subVI between each time it is called.
08-23-2009 04:16 PM
08-23-2009 05:45 PM
08-23-2009 08:48 PM