LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can open a SubVI but in the same ppal of the principal VI?

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.

0 Kudos
Message 1 of 4
(3,410 Views)
Have you looked into using a subpanel?
Message 2 of 4
(3,379 Views)

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 

0 Kudos
Message 3 of 4
(3,353 Views)

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

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
Message 4 of 4
(3,345 Views)