LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

screens pop up one at the time?

I am building HP 5371A whic have different modes which cary different screen display. I have build all the modes as separate VI's and now I will put them together but I am wondering what block would make certain front panel show up when I activate that mode/VI? property Node maybe????
thanks
0 Kudos
Message 1 of 2
(2,327 Views)
To make a subVI's panel visible when you call it, select VI Properties from the file menu or right clicking on the VI's icon. You then want to choose the Window Appearance category and click the Customize button. On the Customize Window Appearance screen, select Show Panel When Called and Close Afterwards if Originally Closed. This assumes that you're not calling the VIs dynamically with VI Server. If you are, then you use the property Front Panel Window.Open
0 Kudos
Message 2 of 2
(2,327 Views)