LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi-color leds

Is there a option in LabView to give a LED three or more colors? I'm trying to program a controller for LEDs, which can change their color  with the voltage like in real applications.

I've read a message about using an attribute node, but with it I can only change the color for the False and True status of the LED.
Thanks in advance,
Tom

0 Kudos
Message 1 of 4
(4,319 Views)
You can modify programmatically the Led color. See this thread
What you have to do is to convert the voltage value to an equivalent color code (RGB), then use the property node as explained above. Alternatively, you could also create a series of case selecting different color box constants...
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 4
(4,308 Views)
CC pipped me to the post while I was away building an example. Here it is anyway.
Message 3 of 4
(4,302 Views)
thx for the tipp and very big thanks for the example
0 Kudos
Message 4 of 4
(4,276 Views)