09-27-2011 08:58 PM
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?
09-27-2011 09:11 PM
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.
09-28-2011 03:34 PM
Set the 'Off' color to transparent.