RS485 Modbus RTU
Specifications
Baud Rate
9600, 19200, 38400, 57600
Wiring
2-wire
Maximum Nodes on the Same Network
256 (under standard unit load conditions, where each device counts as 1 unit load)
RS485 2-Wire Wiring Diagram
Black: RS485 (B−), Green: RS485 (A+)
This function operates only when the brown and blue lines of the DC power supply are powered. For clarity, the DC power lines are omitted in this diagram. Refer to the DC Power Wiring Diagram for details.
Do not confuse RS485 wiring with the power lines; miswiring may damage the device, and repair costs are the user’s responsibility.

Wiring Recommendations
Use 24 AWG shielded twisted pair for RS485, daisy-chaining each device. Avoid ring or star topologies.
For long runs, place termination resistors (typically 120 Ω) at the master and far-end device; adjust based on cable specs.
If communication is unstable, add bias resistors near the master to improve signal stability.
For 6-core cables, trim to the minimum required length and connect the shield to ground.
In areas with heavy interference, implement multiple query retries in software to distinguish signal noise from device offline errors.
RS485 Modbus RTU Parameter Configuration
Follow the steps below to configure RS485 Modbus RTU parameters:
Set Basic Parameters
Refer to the Parameter Settings page and complete the following steps: Language Setting, Pipe Settings:A02: Pipe Standard, A04: Pipe Outer Diameter, A06: Pipe Wall Thickness, A08: Pipe Material
Execute Z03 (Automatic Initialization).
Test Read/Write Memory
Refer to the Modbus RTU Protocol to test the memory for reading and writing. This parameter provides 4 types of byte packet formats.
Communication Format
bit order: lsb first byte order: big endian Data bits: 8 Parity: None Stop bits: 1
Floating point number follows IEEE754-1985. The float32 below stands for 32bits Single precision floating point number.
Memory Definition and Function
Modbus-accessible memory is divided into two types: Read-Only (RO) and Read/Write (RW).
Read-Only Memory (RO):
Primarily stores flowmeter status information, such as real-time flow.
This type is the most commonly used memory.
Can only be read using function code 04.
Read/Write Memory (RW):
Primarily stores flowmeter configuration parameters.
Each write operation can only modify one parameter at a time.
If the parameter occupies 1 register, use function code 06.
If the parameter occupies 2 registers, use function code 30.
Modbus Data Format Converter
Below is a sample HTML/CSS/JS (CodePen example) of a simple converter used to convert an 8-digit hexadecimal value into a Float32 number.

