This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
Alarm Conditions specify events that you might want to know about and manage as soon as they occur.
Filter Name | Type | Description |
---|---|---|
state | int | Current state of an alarm condition (see CfgObjectState). If specified, Configuration Server will return information only about alarm conditions that are currently in this state. |
name | string | Name of an alarm condition. Shall be specified as a character string. If specified, Configuration Server will return information only about the alarm condition(s) with that name. |
dbid | int | A unique identifier of an alarm condition. If specified, Configuration Server will return information only about this alarm condition. |
<CfgAlarmCondition> <DBID value="101" /> <name value="An Alarm" /> <description value="Description." /> <category value="2" /> <CfgDetectEvent> <logEventID value="2001" /> <selectionMode value="3" /> <appType value="0" /> <appDBID value="0" /> </CfgDetectEvent> <CfgRemovalEvent> <logEventID value="2002" /> <selectionMode value="3" /> <appType value="0" /> <appDBID value="0" /> </CfgRemovalEvent> <alarmDetectScriptDBID value="0" /> <clearanceTimeout value="172800" /> <isMasked value="1" /> <state value="1" /> </CfgAlarmCondition>