LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open a subvi inside the main front panel, not popping out

Solved!
Go to solution

Hi

 

I am writing a program which contains multiple subvis. The option that I have in the node setup of the subvi is that to open the front panel when calling. What I want to do is that open the front panel of the subvi inside the main front panel.

 

For example there is main and subvi1 and subvi2. In the main FP there would be boolean button like Start. when it's pressed the subvi FP opens for user to enter some parameters but this subvi should be opened inside the main FP and when the user presses done. it returns to main FP.

 

I tried to search for it online and inside on labview but I couldn't find anything. Also I am a newbie to labview so I don't have much experience.

 

Thanks,

Erfan

0 Kudos
Message 1 of 5
(2,187 Views)

Hi Erfan,

             Do you mean this one:-

             http://zone.ni.com/reference/en-XX/help/371361E-01/lvhowto/opening_subvi_front_panels/

             Also see this:-

             http://forums.ni.com/t5/LabVIEW/Open-front-panel-of-sub-vi-when-called-how/td-p/1271866

            

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 2 of 5
(2,184 Views)

Actually, No. I have come to that link before but that is not what I intend to do. Let me clearify a bit more by bringing an example. I want the newtext.vi opens inside the texteditor.vi but not poppinng out. and when it exited the newtext.vi it returns to texteditor.vi

Download All
0 Kudos
Message 3 of 5
(2,181 Views)
Solution
Accepted by topic author ErfanY

Use Subpanel

0 Kudos
Message 4 of 5
(2,181 Views)

Thanks Frabto Smiley Happy

 

 

0 Kudos
Message 5 of 5
(2,178 Views)