LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I start Labview exe with front panel minimized?

Is there a method in the Labview 7.1.1 environment to allow me to start an exe with its front panel minimized. I currently minimize the front panel when it first starts, but you see the FP pop up and display, then it disappears.
 
Any help appreciated,
 
Howard Spec
0 Kudos
Message 1 of 7
(5,937 Views)
From the top level vi bring up VI Properties.  You should be able to set category Window Run-Time Position to Minimized.
Message 2 of 7
(5,933 Views)

t think runtime position is avaliable in labview 7.1.1 but you can use openFP method with the state set to minimize.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 3 of 7
(5,923 Views)

Hi

You reach this function with a property node too.

Create Property node -> Select class: VI -> Properties/Front Panel Window/State.

regards

Mitulatbati

Message 4 of 7
(5,723 Views)

Thanks Mitulatbati, I am currently using this method, but it does not solve the problem of the front panel briefly appearing before it is minimized. I have not been able to find a way to prevent this.

Howard

 

0 Kudos
Message 5 of 7
(5,699 Views)

Hi Howard,

I use this method as well, but not I call this property node not directly in the VI, which I want to open hidden. If you first open the reference of your VI, and then call this property node, it works. As the called VI opens, it does´n appear, not even for a short time.

I use LabVIEW 7.1.1

 

0 Kudos
Message 6 of 7
(5,671 Views)

...sorry for the mistyping. I don´t call property node in the example, but an "Open FP" method via invoke node. By the way, the same should happen, if you use the "VI -> Front Panel Window -> State" Property.

0 Kudos
Message 7 of 7
(5,668 Views)