LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

close window after execution

Solved!
Go to solution

Anil Reddy wrote:

yeah, true...i tried the one with interapplication communication....

 

but this "quit labview" is not good option to close windows unless you are closing the main window that closes the entire application. if we want to close intermediate windows, it is always better to use property node i believe.

 

 


Not only better but the only way. To close an "intermediate window" (e.g. dialog) you need to close the FP either exxplicitedly with a FP:Close method or with the subVI setting "Open FP when called" and "Close afterwards if originally closed". Otherwise you terminate your process brutally.

 

I do never use the Quit LabVIEW function but always close the main window with a FP:Close method too.

 

Rolf Kalbermatter

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 11 of 13
(2,371 Views)

Hi Alain,

do the "Close Labview" close only the istance is running?

I mean, if I have more than one exe running, may I close only this one?

0 Kudos
Message 12 of 13
(213 Views)

Hi Pinco,

 


@PincoG wrote:

do the "Close Labview" close only the istance is running?


Yes.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 13
(209 Views)