08-18-2012 03:14 AM
Hello,
Is there a way to display a control icon on the front panel of a sub VI to the front panel of the main VI?
Thanks
08-19-2012 01:34 PM
Assuming you have wired the desired control on sub vi front panel using connector block, just right click at the sub vi input and create control.
08-19-2012 01:40 PM
Assuming you have wired the desired control on sub vi front panel using connector block, just right click at the sub vi input and create control.
08-19-2012 07:28 PM
Another option, if you want the control to be updated on the main vi's FP whilst the sub-vi is still running, is to use a subpanel. If you go into the example finder and search "subpanels", you will find a few good examples of how to use them.