LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a sub VI on request

Hi,
I have a VI which lets you select a number of tests to perform (1 to 3).
Test 1 feeds back speed info which I'm displaying on dials. Tests 2 and 3
don't use these dials. Thus to avoid cluttering my display with dials that
are not needed, I'm trying to find a way to open a subVI panel containing
the dials only when test 1 is selected, and to shut down the sub VI panel
automatically when either of the other two tests are selected. The sub VI
is part of my top level VI. I've managed to generate a sub VI containing
the dials and would appreciate any help.

Regards,
Martin.
0 Kudos
Message 1 of 2
(2,353 Views)
create a visible attribute node for each of the dials. put one set where
you want them visible and wire to a true constant. put another set where
you want them not visible and wire to false.



-**** Posted from RemarQ, http://www.remarq.com/?a ****-
Search and Read Usenet Discussions in your Browser - FREE -
0 Kudos
Message 2 of 2
(2,353 Views)