LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sub Panel and Static VI reference called from subVI

My main VI has a sub panel and using static VI references to call other VI to run in the sub panel.  Does the static VI reference have to be on the block diagram of the main VI, or can it be moved and nested into a sub VI but still update the front panel of the main VI sub panel?  So in my case the Main VI would run a sub VI which contains a static VI reference that opens the requrested VI to run the the main VI sub panel.  Would this work or does the static VI reference have to be in the main VI?

 

Thank you

Danny
0 Kudos
Message 1 of 3
(2,972 Views)

Hello Dany,

 

You can put the static reference Where you want, even in a variable. You just have to pass it to the main VI with the subpanel control.

 

Regards

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
0 Kudos
Message 2 of 3
(2,955 Views)

Thank you.  I'll try that today.

Danny
0 Kudos
Message 3 of 3
(2,947 Views)