04-16-2007 12:10 PM
04-16-2007 12:15 PM
04-16-2007 12:17 PM
04-16-2007 12:24 PM
If he is calling the VI from another VI then the quit LV will shutdown everything including the main VI.
Please post what you have already tried.
04-17-2007 10:42 AM - edited 04-17-2007 10:42 AM
Hi Ryan,
The correct method for closing your VI is dependent on how you have chosen to
open it. Like Jhoskins, I think the LabVIEW community will better be able
to assist you if you post what you've already tried.
If you have tried to dynamically load your VI using a Call by Reference Node,
you will need to use an Open VI Reference and a Close Reference. Please
take a look at the Dynamic Load Example from the NI Example Finder. You
can find this by searching for VI Server in the Example Finder.
I have attached a figure that shows this Open, Run, Close paradigm in the
Dynamic Load Example.
Message Edited by cphuong on 04-17-2007 10:43 AM
04-18-2007 02:38 PM