Back to Specification
Back to Level I Events
| CLASS1.ALARM |
|---|
Alarm events that indicate that something not ordinary has occured. Note that the priority bits can be used as a mean to level alarm for severety.
Undefined alarm.
Indicates a warning condition.
| byte # | Description |
|---|---|
| byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Indicates an alarm condition.
| byte # | Description |
|---|---|
| byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Alarm sound should be turned on or off.
| byte # | Description |
|---|---|
| Byte 0 | If equal to zero turn off else turn on. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Alarm light should be turned on or off.
| byte # | Description |
|---|---|
| Byte 0 | If equal to zero turn off else turn on. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Power has been lost or is available again.
| byte # | Description |
|---|---|
| Byte 0 | If equal to zero power is unavailable else available. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Emergency stop has been hit/activated. All systems on the zine/subzone should go to their inactive/safe state.
| byte # | Description |
|---|---|
| Byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Emergency pause has been hit/activated. All systems on the zone/subzone should go to their inactive/safe state but preserve there settings.
| byte # | Description |
|---|---|
| Byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Issued after an emergency stop or pause in order for nodes to reset and start operating .
| byte # | Description |
|---|---|
| Byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Issued after an emergency pause in order for nodes to start operating from where they left of without resetting their registers .
| byte # | Description |
|---|---|
| Byte 0 | User defined data. |
| byte 1 | Zone for which event applies to (0-255). 255 is all zones |
| byte 2 | Sub Zone for which event applies to (0-255). 255 is all sub zones |
If both or one of zone/sub zone are omitted they should be interpreted as if they where 255.
Discussion