LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening SubVIs

Hi,
Does anyone know how best to open a sub VI. I want to create an options
VI that lets the user press a number of buttons, each of which executes a
sub VI and opens the appropriate sub VI panel.

Regards,
Martin.
0 Kudos
Message 1 of 2
(2,629 Views)
> Does anyone know how best to open a sub VI. I want to create an options
> VI that lets the user press a number of buttons, each of which executes a
> sub VI and opens the appropriate sub VI panel.
>

The simplest technique is to use the VI setup
options to Open when Called, and Close if
originally closed. More flexible, but a
bit harder to use is to open VI References
to the VI and use a property node to make
its panel Visible or not.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,629 Views)