BMS overview

Connecting the Ethernet2DALI system with BMS is based on the LAN network. Use Modbus TCP to connect these systems.

How to design it?

Connect your Vertex LAN network with the LAN BMS network using the Ethernet cable (at least cat. 5e). The BMS connection takes only one LAN port on the industrial switch. Remember to have a few more LAN ports free as a reserve.

How to commission it?

The Modbus server in Vertex is disabled as a default. To turn on modbus go to Settings panel [1]. Next go to the Vertex cluster [2] page. Select Action [3]. Now you can turn on Modbus [4].

After activating ModBus in he UI the Vertex registers map and the Luminaires registers map will be available automatically.

555.png

 

There are 2 types of nodes:

Modbus Write - which is used for writing values to the Modbus registers. For example, when we need to send the actual state of a sensor to an external Building Management System.

vertex modbus - which is used for reading values. For example, when we need to turn the lights on when the external Building Management System sends a command.

 

While designing the Modbus register map, remember about the following parameters:

  • the number of groups that will be controlled via BMS

  • the number of groups that will require feedback to BMS

  • the value range that will be entered:

    • e.g. 0-1 for ON/OFF control

    • (0-100) – for smooth brightness control (%)

    • 0-65535 – for color temperature control (K)

  • The operating mode description:

    • ON/OFF

    • brightness level in %

    • color temperature in degrees K

 

There are 0-1000 free registers for the Analog Output Hold Registers function per one Vertex. Each Vertex (IP) has its own register pool.

 

Example of a correct layout of Modbus TCP registers

Item

Group name

No. of luminaires in group

 

 

 

 

 

 

 

 

Control registers

Feedback registers

Operation

Vertex IP

Register no.

Values

Register no.

Values

 

 

 

1

Room_1

16

0

0-100

500

0-100

Current lighting level [%]

10.0.6.51

 

2

Room_2

22

10

0-100

510

0-100

Current lighting level [%]

10.0.6.51

 

3

Office

4

0

0-100

500

0-100

Current lighting level [%]

10.0.6.52

 

4

Break room

6

10

0-100

510

0-100

Current lighting level [%]

10.0.6.52

 



Â