Alarm Commands SECTION 6 Functions and Methods
76
Typical Example
temp1 = TCReset("e5ak")
6-8 Alarm Commands
6-8-1 AcknowledgeAlarm
Syntax
returnstate = AcknowledgeAlarm("alarmname")
Remarks
Typical Example
AcknowledgeAlarm("temphigh")
The alarm 'temphigh' is acknowledged.
References
Refer to the CX-Supervisor User Manual for details of alarms.
6-8-2 AcknowledgeAllAlarms
Syntax
returnstate = AcknowledgeAllAlarms()
Remarks
Typical Example
AcknowledgeAllAlarms()
All alarms are acknowledged.
References
Refer to the CX-Supervisor User Manual for details of alarms.
6-8-3 AcknowledgeLatestAlarm
Syntax
returnstate = AcknowledgeLatestAlarm()
Remarks
Typical Example
AcknowledgeLatestAlarm()
The most current alarm of the highest priority is acknowledged.
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
TController string This is a string representing the name of the
temperature controller.
Argument Type Description
returnstate bool 1 if the function is successful otherwise 0.
alarmname string This is the identifier of the alarm.
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.