From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,642 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,642 Views)
Thanks for the answer but anyway we still need too many reference. But thanks.
Saw
0 Kudos
Message 3 of 4
(2,642 Views)
May be this new version?

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