09-02-2013 03:22 AM
Hi everyone,
After i run the main program, how can the program close itself automaticaly?
09-02-2013 03:25 AM
This.
Norbert
09-02-2013 04:07 AM
Closing application or want to quit?
09-02-2013 06:36 AM
when i open and run the labview, i will select one application so, a subvi will be open. Later, the first page must be close itself automaticaly, and the subvi must be continue to run.
09-02-2013 07:38 AM
Something of this sort... (check attached code, after downloading both VIs, run Splash Screen.vi)
09-02-2013 10:14 PM
Can you upload in 2011..Want to look at it
09-03-2013 01:44 AM
@sfh1 wrote:
when i open and run the labview, i will select one application so, a subvi will be open. Later, the first page must be close itself automaticaly, and the subvi must be continue to run.
Invoke node -> close front panel.
/Y
09-03-2013 02:55 AM
but that will close the subVI only not the main VI. may be by using reference of that VI
09-03-2013 03:32 AM
Ranjeet_Singh wrote:but that will close the subVI only not the main VI. may be by using reference of that VI
The node should be in the main vi, assuming the main program isn't locked by calling the sub-vi. If so, you'll need to set up a Asynchronous call or vi server to start the sub-vi.
/Y
09-03-2013 04:46 AM
then it can be