Chapter 6 Command Definitions
6.4.1ALCLS – Alarm Class Set
Synopsis
This command assigns an alarm class value to a specified fault code(s).
The alarm class (CLA) is used to determine whether the alarm is classed as Minor, Major or Critical and in turn governs the alarm LED, relay and SNMP alarm that are activated when the condition exists.
Each alarm code (CODE) has a
Syntax
ALCLS:CLA=,CODE=…;
Prerequisites
None
Attributes
CONFIG
Examples
ALCLS:CLA=1,CODE=20;
6.4.2ALCLP – Alarm Class Print
Synopsis
This command gives a printout of the fault codes belonging to a particular alarm class. If the CLA parameter is omitted, all fault codes are printed out.
Syntax
ALCLP[:CLA=];
Prerequisites
None
Attributes
None
Examples
ALCLP;
ALCLP:CLA=2;
Output Format
Alarm Fault Codes
CODE CLA TITLE
112 Processor1 fail
EXECUTED
42