LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

select variables from a subVI

Solved!
Go to solution

How do you choose selected controls & indicators from subVIs and manipulate them from the main VI?

 

A different question, is it possible to hide some controls in the front panel of a VI?

0 Kudos
Message 1 of 4
(2,674 Views)
Solution
Accepted by topic author AAR

You should 'wire' them to your connector pane (right click on the icon -> View Conector Pane).

 

Yes, you can hide Controls. Go to the block diagram and right-click on the terminal -> Hide Control.

 

Felix 

0 Kudos
Message 2 of 4
(2,664 Views)

@AAR wrote: 

How do you choose selected controls & indicators from subVIs and manipulate them from the main VI?

 


Many ways. Simple way is to connect the subVI's control to its connector pane. Wire them from the main vi (calling vi) 

@AAR wrote: 

 

A different question, is it possible to hide some controls in the front panel of a VI?


 

Yes. Right click on the control, Advanced>Hide Control 
0 Kudos
Message 3 of 4
(2,659 Views)

Hi,

 

1) How do you choose selected controls & indicators from subVIs and manipulate them from the main VI?

 

If you want to change their properties, you will need to pass a reference of every control you want to manipulate to the main VI where you then use property nodes to manipulate them.

 

 

2) A different question, is it possible to hide some controls in the front panel of a VI?

 

Yes, it's possible using the "Visible" property

 

 

Christian

0 Kudos
Message 4 of 4
(2,658 Views)