Vertivâ„¢ NetSureâ„¢ Control Unit (NCU) User Manual
Retrieve Alarms
The RTRV-ALM-ALL request (example: RTRV-ALM-ALL::ALL:53::;) can be used to retrieve all alarms. The controller responds
with this message:
Lorain 15-09-24 15:29:35
M 53 COMPLD
"PowerSystem,EQPT:CR,ConditionType,SA,09-24,15-22-54,,,6-MIN:\"ConditionDescription\","
"PowerSystem,EQPT:CR,Alarm,SA,09-23,13-39-43,,,1-DAY:\"SPD\","
"PowerSystem,EQPT:CR,Alarm,SA,09-24,15-24-53,,,4-MIN:\"Under Voltage 2\","
"RectifierGroup,EQPT:CR,Alarm,SA,09-24,15-25-12,,,4-MIN:\"Rectifier Lost\","
;
<
In this case there are 4 critical, service-affecting alarms. The description of the first alarm was changed to show how the Condition
Type and Condition Description are used. See Section 4.1.
The RTRV-ALM-ALL request can be used to filter the alarms and retrieve a subset of the alarms (example:
RTRV-ALM-
EQPT::ALL:57::CR;
to get the CR critical alarms). The controller responds with this message:
Lorain 15-09-25 08:17:59
M 57 COMPLD
"PowerSystem,EQPT:CR,ConditionType,SA,09-25,07-52-54,,,25-MIN:\"ConditionDescription\","
"PowerSystem,EQPT:CR,Alarm,SA,09-23,13-39-43,,,1-DAY:\"SPD\","
"PowerSystem,EQPT:CR,Alarm,SA,09-25,07-54-58,,,23-MIN:\"Under Voltage 2\","
"RectifierGroup,EQPT:CR,Alarm,SA,09-25,07-55-12,,,22-MIN:\"Rectifier Lost\","
;
<
Error Response
The controller will respond with an error message if there are any issues with the request. (Note that the controller will not respond if
the system identifier does not match or if the user is not logged in.)
Here is an example of the controller response when an invalid command (RTRV-ALM-EQPTX::ALL:57::CR;) is sent:
Lorain 15-09-25 08:18:15
M 57 DENY
ICNV
/* Command not valid */
;
<