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
- last edited on
08-11-2025
01:27 PM
by
Content Cleaner
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://www.ni.com/docs/en-US/bundle/labview/page/loading-a-front-panel-in-a-subpanel-control.html
09-14-2016
10:53 AM
- last edited on
08-11-2025
01:27 PM
by
Content Cleaner
Yes you can use subpanels: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019OX6SAM&l=en-US
09-14-2016
11:03 AM
- last edited on
08-11-2025
01:28 PM
by
Content Cleaner
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?: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019OX6SAM&l=en-US
Edit:Didn't get above posts when i checked 😞