LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Switch between frontpanel of MainVI and frontpanel of SubVI

Everybody,
I want to Switch between frontpanel of MainVI and frontpanel of SubVI.Detailedly,when i call the subVI in the MainVI,hide frontpanel of the MainVI,And show the frontpanel of the MainVI when i close the subVI.Like LV.I have a unsuccessful example.
 
Using LabVIEW 8.0.0 on Windows XP
Download All
0 Kudos
Message 1 of 3
(3,114 Views)
Hello Richar,

instead of 'FP.Open' you can use the property 'FP.State' to hide the main vi. You only have to set this property in the subvi. To show the subVi you have to set the properties in the vi properties dialog (right click on icon): window appearance-> show when called & close afterwards.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(3,107 Views)
Thank youSmiley Very Happy
Using LabVIEW 8.0.0 on Windows XP
0 Kudos
Message 3 of 3
(3,095 Views)