08-19-2013 02:16 PM
I have a shared Lib created in LabView that I call from LabWindows. If I create a VI with nothing but a Timed Loop and no other code, my Labwindows program will not terminate. (Even if I don't call the library function (VI) containing the Timed Loop).
08-21-2013 07:11 AM
Hi JeffMotes,
In the VI with the Timed Loop, is there anything wired to the stop for the loop? If you include code and not just an empty Timed Loop, does the LabWindows program still not terminate? Have you isolated the cause of the LabWindows program not terminating to this VI with an empty Timed Loop (If you don't include the VI with the empty Timed Loop in the library file, does the LabWindows program run successfully)?
08-21-2013 07:16 AM
I have a conditional that after 3 iterations, the loop is terminated. (tied to stop)
The timed loop is empty.
The timed loop is definitely the cause of LabWindows not terminating.
I have attached a sample of the problem.