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
11-28-2025 01:59 PM
Another possibility would be to use an intensity graph.
Note that your ramps generation could be simplified by using the output before the subtraction, avoiding the comparison and select node. Same result.
(Of course you should probably gracefully deal with cases where the total is not a multiple of the step size)
11-28-2025 02:10 PM
@altenbach wrote:
Another possibility would be to use an intensity graph.
Here's how that could look like.