LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic loading of VIs

I'm trying to dinamically load VIs in memory as on a LV example. But I got a question. When I load a VI (also when I close its reference), does LV do the same with all its subVIs? I mean, do they load in memory and leave it available as I open and close afterwards the main VI references?
0 Kudos
Message 1 of 2
(2,631 Views)
When you open a reference to a VI, it is loaded in memory with all its subVIs. When you close all the reference to the VI and its front panel, it is unloaded from memory along with its subVIs that are not used by other VIs in memory.


LabVIEW, C'est LabVIEW

Message 2 of 2
(2,631 Views)