05-06-2011 06:21 AM
@Yamaeda wrote:
Just make sure you have the Close reference in the Quit event? I'm not sure, but it feels like it should solve the problem. 🙂
/Y
I have tried with close reference inside the quit event and at the end of the operating loop. The determining factor seems to be whether the event to open another .vi is present.
05-06-2011 06:39 AM
you could try launching the dynamic vi with call by referance and play with the call set-up. I think re-load for each call should keep it out of memory unless it is actually running (at some preformance cost loading the sub-vi)