LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initialize indicators before show the front panel

Solved!
Go to solution

I use a vi with UI  (Window appearance = Dialog) where the value of the indicators is passed at calling.

 

When the VI starts, the UI appears with the last values for some 1/10 s before the inidactors are written correct with tha passed values.

 

How can I force labview to initialize the inidcators before show them?

0 Kudos
Message 1 of 2
(994 Views)
Solution
Accepted by topic author MichaelBaumgartner80

Hi Michael,

 

You can simply disable auto Open/Close of the front panel and do it yourself with method nodes:

raphschru_0-1655108774623.png

raphschru_1-1655110604306.png

The example VIs attached are for LV 2020.

Message 2 of 2
(981 Views)