LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with property node

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?

 

 

 

 

 

 

 

 

 

 

 

 

0 Kudos
Message 1 of 6
(110 Views)

(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.

0 Kudos
Message 2 of 6
(84 Views)

For some examples, have a look at at this idea and the links in it 

 

altenbach_0-1764289309529.png

 

0 Kudos
Message 3 of 6
(63 Views)

Thanks very much I'll have a look

0 Kudos
Message 4 of 6
(27 Views)

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.

 

altenbach_0-1764359813304.png

 

(Of course you should probably gracefully deal with cases where the total is not a multiple of the step size)

 

0 Kudos
Message 5 of 6
(16 Views)

 


@altenbach wrote:

Another possibility would be to use an intensity graph.

 


 

Here's how that could look like.

 

 

0 Kudos
Message 6 of 6
(12 Views)