ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

front panel problem

i wanna to build program which when user press button new front panel open and so on,all front panel must be with same size only controls& indicators replaced by controls& indicators of the new one
0 Kudos
Message 1 of 6
(3,853 Views)

Hi,

 

 

You can use the concept sub vi,

 

you can use as many you want

 

 

check the option   subvi node setup>> show front panel when called, this will a new window.

 

see window size in  property node of VI for same size

 

Regards

 

Shrek

0 Kudos
Message 2 of 6
(3,846 Views)

Hi,

 

Can use the visible function for each of the controls and indicators.

 

 

0 Kudos
Message 3 of 6
(3,843 Views)
Create subvis. Go to file-->vi properties-->windows appearence-->customize-->now un select resize window and minimize window option and also select open front panel when called and close afterwards.
0 Kudos
Message 4 of 6
(3,841 Views)

win.PNG

 

 

 

Message 5 of 6
(3,833 Views)

or you can also place each control/indicator over each other and use a property node like this

 

prop.PNG

Message 6 of 6
(3,830 Views)