Modbus Map

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Coils (function R 0x01 / W 0x05)

Register Type Description


1000 uint1_t Set zero

Input registers (function R 0x04 read only)


Register Type Description
30000 uint16_t Serial number
30001 uint16_t Status
30002 float Acum liters
30004 float Flow rate liters/hour
30006 float Acum kg
30008 float Flow rate kg/h

Holding registers (function R 0x03 / W 0x06 / WM 0x10)


Register Type Description Default value
40100 uint8_t Modbus Address (node) 1
40101 uint8_t Modbus Baud Rate 3 (9600)
40102 uint8_t Display contrast 140
40103 uint8_t Screen select 0
40104 float Density
(0=1200, 1=2400, 2=4800, 3=9600, 4=19200, 5=38400, 6=57600, 7=115200)
Obs: serial configuration for Modbus slave is always 8 data bits, 1 stop bit, no parity

You might also like