11-27-2025 02:36 PM
With the attached VI, as I sweep through the individual Leds, I want to be able to toggle the color on individual Leds.
I'm presuming property node but I just don't see how to do that?
11-27-2025 05:27 PM
(Posting by phone, cannot look at vi)
If the LEDs are in an array, they can only differ in value, but share all properties.
A better way would be an array of color boxes (where the color is the value!). They can be made to look like LEDs if desired.
11-27-2025 06:22 PM
11-28-2025 10:11 AM
Thanks very much I'll have a look