Alarm Commands SECTION 6 Functions and Methods
78
Typical Example
DisplayAlarmHistory()
The alarm history window is displayed.
References
Refer to the CX-Supervisor User Manual for details of alarms.
6-8-8 DisplayAlarmStatus
Syntax
returnstate = DisplayAlarmStatus()
Remarks
Typical Example
DisplayAlarmStatus()
The current alarm status is displayed.
References
Refer to the CX-Supervisor User Manual for details of alarms.
6-8-9 EnableAlarms
Syntax
EnableAlarms (flag, "message")
Remarks
Typical Example
EnableAlarms (TRUE, "Alarm logging enabled")
References
Refer to the CX-Supervisor User Manual for details of alarms.
6-8-10 IsAlarmAcknowledged
Syntax
pointname = IsAlarmAcknowledged("alarmname")
Remarks
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
Argument Type Description
flag If set 'TRUE' then alarm logging is enabled. If
set 'FALSE' logging is disabled.
message Text message which is recorded in the alarm
log to indicate change of status.
Argument Type Description
pointname bool
point
The Boolean point name to be assigned a
value based on the test of an acknowledged
alarm.
alarmname string The identifier of the alarm.