02-19-2016 07:59 AM
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
02-19-2016 08:53 AM
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
02-19-2016 09:01 AM
Thank you. I'll try that today.