CHAPTER 6 – Functions and Methods
References
Refer to the CX-Supervisor User Manual for details of alarms.
IsAlarmAcknowledged
Syntax
pointname = IsAlarmAcknowledged("alarmname")
Remarks
Argument
pointname
alarmname
Typical Example
acknowledged = IsAlarmAcknowledged("temptoohigh")
The point 'acknowledged' is assigned Boolean state ''TRUE'' if the 'temptoohigh' alarm is currently
acknowledged.
acknowledged.
References
Refer to the CX-Supervisor User Manual for details of alarms.
IsAlarmActive
Syntax
pointname = IsAlarmActive("alarmname")
Remarks
Argument
pointname
alarmname
Typical Example
active = IsAlarmActive("temptoohigh")
The point 'active' is assigned Boolean state ''TRUE'' if the 'temptoohigh' alarm is currently active.
The point is assigned Boolean state 'FALSE' if the alarm is not currently active.
Page 80
Type
bool point
The Boolean point name to be assigned a value based on the test
of an acknowledged alarm.
string
The identifier of the alarm.
The point is assigned Boolean state 'FALSE' if the alarm is not currently
Type
bool point
The Boolean point name to be assigned a value based on the test
of an active alarm.
string
The identifier of the alarm.
Description
Description
Revision 2.0
OMRON
Need help?
Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?