Difference between revisions of "Controlling Belimo Valves"

From Open Source Controls Wiki
Jump to navigation Jump to search
Line 11: Line 11:


== Modbus Registers ==
== Modbus Registers ==
Note that the register number is one more than address.


=== Summary ===
=== Operation Registers ===




Line 18: Line 19:
[[File:Belimo modbus1.png|528x528px]]
[[File:Belimo modbus1.png|528x528px]]


=== Service Registers ===
[[File:Belimo modbus2.png|535x535px]]
[[File:Belimo modbus2.png|535x535px]]


Note that the register number is one more than address.
=== Example Read Command ===
=== Example Read Command ===
As an example, to read the Setpoint requires sending a FC3 read command (03) to the device (01 default) calling for register 1 (00 00), requesting a single value (01).
As an example, to read the Setpoint requires sending a FC3 read command (03) to the device (01 default) calling for register 1 (00 00), requesting a single value (01).

Revision as of 12:42, 27 May 2022

PIC EU SR24A-MOD 4C-product.jpg

Belimo valves are one of the most recognised and widely used makes of valve in the HVAC industry.

The libraries on this page provide the tools to control and monitor valves using the MQTT open controls protocol and Node-RED.


Modbus Registers

Note that the register number is one more than address.

Operation Registers

Belimo modbus1.png

Service Registers

Belimo modbus2.png

Example Read Command

As an example, to read the Setpoint requires sending a FC3 read command (03) to the device (01 default) calling for register 1 (00 00), requesting a single value (01).

In modbus the following characters would be sent to the valve over RS485:

03 01 00 00 01