LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to hide led when it is in off condition?

I am using LabVIEW 2010. I have developed a program for the 7 segment display using led array. now it is completed, i want to hide the led in off condition. is it possible to hide led in off condition? if yes, how?

0 Kudos
Message 1 of 3
(2,370 Views)

Yes, you just need to use property nodes.

 

Right click the LED then go: Create -> property node -> visible.

Then change the property node to write.

Then wire the same thing that is wired to the LED to the property node.

That way the LED will not be visible when the input is false.

0 Kudos
Message 2 of 3
(2,369 Views)

Set the 'Off' color to transparent.

Message 3 of 3
(2,340 Views)