Alarm event records
-
A "primary" record, which is created when the insulation alarm or transformer alarm occurs. This contains the insulation value, transformer load, or status of the transformer temperature sensor.
-
A "secondary" record, which is created when the insulation alarm or transformer alarm disappears. This contains the type of event (acknowledged insulation alarm, disappearance of overload or overheating event).
Description of an Event Record in the Log
| Register | Unit | Type | Range | Description |
|---|---|---|---|---|
| Word 1 | – | Uint16 | 1...65535 | Event record number |
|
Word 2 Word 3 Word 4 Word 5 |
– | Uint64 | – | Time tagging of event (using the same code as for the product date/time) |
|
Word 6 Word 7 |
– | Uint32 |
|
Record identifier:
|
|
Word 8 Word 9 Word 10 Word 11 |
– | Uint64 | – |
Depending on the type of record (primary or secondary):
|
| Word 12 | – | Uint16 | 1...65534 |
Primary/secondary record identifier for the event:
|
Example of an event
The next 2 records relate to an example insulation alarm that occurred on October 1, 2010 at 12:00 pm and was acknowledged at 12:29 pm.
Record number: 1
| Address | Register | Unit | Type | Value | Description | ||
|---|---|---|---|---|---|---|---|
| dec | hex | dec | hex | ||||
| 20002 | 4E22 | 20003 | 4E23 | – | Uint16 | 1 | Record number |
| 20003 | 4E23 | 20004 | 4E24 | – | Uint64 |
|
Date when insulation alarm occurred (October 1, 2010, 12:00 pm) |
| 20007 | 4E27 | 20008 | 4E28 | – | Uint32 |
|
Record identifier:
|
| 20009 | 4E29 | 20010 | 4E2A | Ohm | Uint64 | 10000 | Insulation resistance value at the time of the insulation alarm |
| 20013 | 4E2D | 20014 | 4E2E | – | Uint16 | 1 | Secondary record identifier for the event |
Record number: 2
| Address | Register | Unit | Type | Value | Description | ||
|---|---|---|---|---|---|---|---|
| dec | hex | dec | hex | ||||
| 20014 | 4E2E | 20015 | 4E2F | – | Uint16 | 2 | Record number |
| 20015 | 4E2F | 20016 | 4E30 | – | Uint64 |
|
Date when insulation alarm acknowledged (October 1, 2010, 12:29 pm) |
| 20019 | 4E33 | 20020 | 4E34 | – | Uint32 |
|
Record identifier:
|
| 20021 | 4E35 | 20022 | 4E36 | – | Uint64 | 8 | Value of insulation alarm register at the time of insulation alarm acknowledgement |
| 20025 | 4E39 | 20026 | 4E3A | – | Uint16 | 2 | Secondary record identifier for the event |