LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to close main program automaticaly

Hi everyone,

 

After i run the main program, how can the program close itself automaticaly?

0 Kudos
Message 1 of 11
(3,138 Views)

This.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 11
(3,137 Views)

Closing application or want to quit?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 11
(3,118 Views)

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. 

0 Kudos
Message 4 of 11
(3,101 Views)

Something of this sort... (check attached code, after downloading both VIs, run Splash Screen.vi)


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Download All
0 Kudos
Message 5 of 11
(3,087 Views)

Can you upload in 2011..Want to look at it 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 11
(3,058 Views)

@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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 11
(3,046 Views)

but that will close the subVI only not the main VI. may be by using reference of that VI

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 8 of 11
(3,035 Views)

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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 9 of 11
(3,028 Views)

then it can be

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 10 of 11
(3,023 Views)