LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Color property of multiple LEDs

Solved!
Go to solution

How to make a color property node that applies to more than one LED (cluster of 10 LEDs) so that when the state is changed the color of the same LEDs changes as well. For example: we have three states and 10 LEDs. State one colors the LEDs red, state two colors them green and state 3 colors them blue. In other words I want to know how can I make a property node that applies for more than one control?

0 Kudos
Message 1 of 3
(2,718 Views)
0 Kudos
Message 2 of 3
(2,688 Views)
Solution
Accepted by topic author blagoj.arsovski

Create a reference for each, bullt the references into an array, and autoindex over it using a FOR loop containing a property node.

 

If your LEDs have more than two states, a colorbox (e.g. made to look like an LED) is a better choice. See the links in this idea)

Message 3 of 3
(2,685 Views)