LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Close VI reference and memory

I want to post a message for counting time infinitely by while loop.

If I load this while loop by VI reference on a main program,

do I have to stop the while loop when it close (by using property nodes of close FP and close VI reference)?

 

Labmaster.

 

0 Kudos
Message 1 of 3
(2,471 Views)
You should stop the program execution before closing the panel.  Closing the Front Panel does not automatically stop execution.
0 Kudos
Message 2 of 3
(2,461 Views)
You can set the auto dispose (reference) to true, so it will clean up the reference.  But simply closing the Front Panel will not stop the VI from running or remove it from memory.
0 Kudos
Message 3 of 3
(2,454 Views)