.AlarmAckModel dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Monitors the acknowledgment model associated with a tag as follows:
0 = condition (default)
1 = event oriented
2 = expanded summary
Category
Alarms
Usage
Tagname.AlarmAckModel
Parameter
Tagname
Any discrete, integer, real, indirect discrete and analog tag.
Remarks
This dotfield defaults to 0 (condition acknowledgment model).
Data Type
Analog (read-only)
Valid Values
0, 1 or 2
Example
The body of this IF-THEN statement is processed if the PumpStation tag is associated with an event alarm:
IF (PumpStation.AlarmAckModel == 1) THEN
MyAlarmMessage="PumpStation is an Event alarm";
ENDIF;
See Also
.Alarm, .Ack, .UnAck, .AckDev, .AckDSC, .AckROC