LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

top level vi without front panel

dear all,

is there a way to have a top level vi without a front panel.

 

Scenario: I am working on an application having 2 different GUIs. One is for entering and displaying Database records and the other is the test window. these two VIs share several different AEs among them.

 

presently i am calling a VI with 100 transparency which will initialize all the AE's and it will keep running until the application exits.

 

is there any better way to perform the same operation?

 

Thanks,

Ritesh 

0 Kudos
Message 1 of 2
(2,315 Views)

You can use the property of VI: FrontPanel.State = Hidden

 

Felix

0 Kudos
Message 2 of 2
(2,308 Views)