Vertex registers map (table)
The VERTEX control units use the TCP version of the Modbus protocol. The service communicates at the standard port 502.
The Analog Input Registers memory bank is used to store data on individual devices (luminaires). The bank has 16-bit read-only registers.
The bytes of individual registers are stored in the Little Endian order.
The Address column shows the number of the initial register in which a given value is stored.
The Number of registers field shows the data size expressed as 16-bit registers. If a register includes more than one value (e.g. two 8-bit values), the whole register should be read and then the value should be broken down into bytes according to the order used(Little Endian). Two values packed to the same register will have the same address.
Address | Number of registers | Field name | Size (bits) | Value Interpretation |
---|---|---|---|---|
0 | 2 | IP | 32 | The VERTEX IP address. The first register includes two first address octets in the reversed order (Little Endian), and the second register contains the next two octets. |
2 | 2 | Network Mask | 32 | The VERTEX network mask. The first register includes two first address octets in the reversed order (Little Endian), and the second register contains the next two octets. |
4 | 2 | DefaultGateway | 32 | The VERTEX default gateway. The first register includes two first address octets in the reversed order (Little Endian), and the second register contains the next two octets. |
6 | 2 | Dns1 | 32 | The address of VERTEX’s basic DNS server. The first register includes two first address octets in the reversed order (Little Endian), and the second register contains the next two octets. |
8 | 2 | Dns2 | 32 | The address of VERTEX’s additional DNS server. The first register includes two first address octets in the reversed order (Little Endian), and the second register contains the next two octets. |
10 | 4 | UID | 64 | The VERTEX ID number. Written as a decimal integer, e.g. Â 34585567102394561039 The bytes in the next registers are reversed (Little Endian). The complete value is composed of four registers. |
14 | 1 | VertexStatus | 16 | VERTEX status Values: 15 - Reserved 14 - Reserved 13 - Reserved 12 - Reserved 11 - Reserved 10 - Error in input devices 9 - Error in the general lighting devices 8 - Error in emergency lighting devices 7 - Reserved 6 - Reserved 5 - Reserved 4 - DALI bus error 3 - Communication with a DCASE system error 2 - Unconfigured work network 1 - FLASH internal memory error 0 - EEPROM internal memory error |
15 | 0,5 | DeviceNoPort0 | 8 | Number of luminaires on the first DALI port. Value range for: Vertex 2: 0-64 Vertex 3: 0-128 |
15 | 0,5 | ShortCircuitPort0 | 8 | Short-circuit on the first DALI port. Values: 0 – False – No short-circuit. 1 – True – Short-circuit. |
16 | 0,5 | Port230VPort0 | 8 | 230 V on the first DALI port. Values: 0 – False – no voltage. 1 – True – voltage detected. |
16 | 0,5 | PortOverflowPort0 | 8 | Overflow of the first DALI port (the number of devices is greater than 64). Values: 0 – False – no overflow. 1 – True – overflow detected. |
17 | 0,5 | DeviceNoPort1 | 8 | Number of luminaires on the second DALI port. Value range for: Vertex 2: 0-64 Vertex 3: 0-128 |
17 | 0,5 | ShortCircuitPort1 | 8 | Short-circuit on the second DALI port. Values: 0 – False – No short-circuit. 1 – True – Short-circuit. |
18 | 0,5 | Port230VPort1 | 8 | 230 V on the second DALI port. Values: 0 – False – no voltage. 1 – True – voltage detected. |
18 | 0,5 | PortOverflowPort1 | 8 | Overflow of the second DALI port (the number of devices is greater than 64). Values: 0 – False – no overflow. 1 – True – overflow detected. |
19 | 0,5 | DeviceNoPort2 | 8 | Number of luminaires on the third DALI port. Value range for: Vertex 2: 0-64 Vertex 3: 0-128 |
19 | 0,5 | ShortCircuitPort2 | 8 | Short-circuit on the third DALI port. Values: 0 – False – No short-circuit. 1 – True – Short-circuit. |
20 | 0,5 | Port230VPort2 | 8 | 230 V on the third DALI port. Values: 0 – False – no voltage. 1 – True – voltage detected. |
20 | 0,5 | PortOverflowPort2 | 8 | Overflow of the third DALI port (the number of devices is greater than 64). Values: 7 - Reserved 6 - Reserved 5 - Reserved 4 - Reserved 3 - Reserved 2 - Reserved 1 - overflow detected DALI-2 0 - overflow detected DALI |
21 | 1 | TotalDevicesCount | 16 | Total number of DALI devices connected to the VERTEX unit. |
22 -399 | Â | RESERVED | Â | 378 registers reserved for future use |