LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using One Property Node For Multiple Controls/Indicators

Solved!
Go to solution

Question for all you LabVIEW gurus.  Is there a way to create 1 property node that is used for multiple indicators?  For example, if I wanted to display the same value on 10 different indicators using the property node - value function do I need to create 10 separate property node-value instances for each indicator?  Or is there a way to tie all of those indicators to only one property node?

 

Thanks!

0 Kudos
Message 1 of 4
(3,126 Views)

Well, usually you use an array of references to all those indicators and an autoindexing FOR loop with your single property node inside…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(3,119 Views)
Solution
Accepted by topic author hobby1

Hi hobby1

You could create a cluster, and inside in it put all the indicators, see the image attached

Message 3 of 4
(3,117 Views)

Thanks guys for the help.  Both those methods do the job Smiley Happy

0 Kudos
Message 4 of 4
(3,105 Views)