LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wire an LED to indicate when an a specific value is met

Newbie question.  I need an LED indicator to light up when a specific value is met.  In other words, when the same data that feeds the dial gauge is equal to an integer such as "6" or "10" or "3" the LED turns on.  I'm a bit embarrassed to ask such a basic question however, I could not find the information in in the manual, on line help etc.  
 
Regards,
Chris 
0 Kudos
Message 1 of 3
(2,654 Views)
The comparison palette has nodes such as "equal", "greater than", etc.
 
You wire two input numbers, e.g. a control and a diagram constant and the output is a boolean that is either true or false, depending if the condition is met. Wire the output to your LED indicator.
 

Message Edited by altenbach on 03-27-2006 11:39 AM

Message 2 of 3
(2,649 Views)
Thanks.  That did it. -Chris-
0 Kudos
Message 3 of 3
(2,628 Views)