CS3000 Audible Alarms

J

Thread Starter

Jim W.

I need to create an audible alarm for a conditional formula that is set in a graphic window using the graphic builder.

I have a Process Data Character set to turn red and start blinking if the following condition is met:

BLR-SP-104A.MV > 50
AND
BLR-PI-104A.PV <= BLR-SP-104B.MV-2
AND
BLR-ST-104B.PV <> 12

This formula works great for a visual alarm, but I would like to have a message displayed in the message area along with an audible alarm.

Does anyone out there know how to make this happen?
 
You can try and do the same formula in a calcu and fire an %ANN and then use the %ann for the graphic also.

 
J
> You can try and do the same formula in a calcu and fire an %ANN <

Thanks, I'll give it a try!
 
In CS3000 DCS whatever tags needs an audible alarm it needs to be configured in annunciator (%ANN) messages. then only it will generate an audible alarm and appears in process alarm window page. Once it is configured in %ANN use the same tag in sequence table in condition-->use direct tag and action--> use %ANN to trigger an alarm.
 
Top