LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combine property node in LV

I want to combine two property nodes of two different controls. Can I do that in LabVIEW? I have one application VI that has quite few controls and indicators and I want some of them to disable at some time and enable at some time. So every time I have to make too many property nodes in my block diagram so I want to reduce them and combine them in one. Thanks.
Saw Naing Aye.
0 Kudos
Message 1 of 4
(2,987 Views)
You can Build an Array with References to all controls whos properties you want to change.

Then you can build a subVI with 2 inputs. One the array of references, the other the array of integer (to Enable/Disable), for example.

A For sequence can handle both arrays.

Aitortxo
Aitortxo.
Message 2 of 4
(2,987 Views)
Thanks for the answer but anyway we still need too many reference. But thanks.
Saw
0 Kudos
Message 3 of 4
(2,987 Views)
May be this new version?

Aitortxo.
Aitortxo.
0 Kudos
Message 4 of 4
(2,987 Views)