09-14-2012 05:07 AM
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
Solved! Go to Solution.
09-14-2012 05:15 AM
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
09-14-2012 05:22 AM - edited 09-14-2012 05:23 AM
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
09-14-2012 05:22 AM
Use Subpanel
09-14-2012 05:25 AM
Thanks Frabto