09-14-2016 10:47 AM
I have a stack of sub-vi's each of which reports similar content. I want to be able to view and control the sub-vi through the main/calling VI. Is there a way to cleanly wrap that into the tabs the main vi? If I change the sub-vi will it proliferate to the main vi? How do I make that work?
Solved! Go to Solution.
09-14-2016 10:52 AM
You can use a sub panel object to embed the front panel from another VI into your vi.
Theres a quick example to get you started.
https://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/loading_panel_in_subpanel/
09-14-2016 10:53 AM
Yes you can use subpanels: http://digital.ni.com/public.nsf/allkb/D587067E18E0E70186256D44007B91FE
09-14-2016 11:03 AM - edited 09-14-2016 11:05 AM
I am currently wanting to interface with the front panel of one or more of my subVIs in my program. When I call them, each subVI shows up as a new window on my computer screen. Is there a way that I can have each subVI be part of my Main VI Front Panel so I do not have as many windows on my screen?: http://digital.ni.com/public.nsf/allkb/D587067E18E0E70186256D44007B91FE
Edit:Didn't get above posts when i checked 😞