01-03-2016 10:10 PM
hi, within a case structure, I want to send to open a subVI but I don't want that open in a separate window, I want to this subVI panel inside the main panel VI. can you help me? Thanks.
01-04-2016 12:54 AM
01-04-2016 01:59 AM
for easy solution make terminal out from sub vi and use property node and visible item and make true inside case structure so you will have your indicator and control visible or invisible
01-04-2016
02:11 AM
- last edited on
08-11-2025
10:04 AM
by
Content Cleaner
Hi DanyckV,
Denis is right, the best way to open sub-VIs into your main FP is to use subpanel control.
here how you can proceed.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019OX6SAM&l=en-US
https://www.ni.com/docs/en-US/bundle/labview/page/loading-a-front-panel-in-a-subpanel-control.html
Good luck