LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Alarms

hi, i want to develop a vi to display alarms and interlocks activity. Some of these alarms may be e.g. high temp reach, turn off a switch or some may indicate e.g. something not closed. Whats the best way to display this??

0 Kudos
Message 1 of 2
(2,311 Views)

Use an LED indicator for alarms.  Right click and select the properties page.  Set the ON color to RED and the OFF color to very dark red.  When the alarm condition occurs, set the LED true.  Resize the LED to make it BIG.  Some people like to see a blinking LED when an alarm occurs.  Use the Blinking property node to do this.

 

Interlocks are best if colored green and yellow.  Again use an LED.  Color depends upon the terminology.  What is considered a safe conditon?  Does interlock on mean it is in place to prevent accidents?  Or does interlock on mean that someone activated the interlock and it has done its thing to prevent an accident?  Does interlock off mean that someone has disabled the interlock, and an accident can happen?  Whichever way, the safe condition should show a green color, and the unsafe condition should show a yellow color.

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 2
(2,300 Views)