Modbus RTU Manster configuration
Posted: 22 May 2024, 14:48
Hello,
i m working on a project where i need to make an app based on an RTU modbus master (revpi)
it will communicate with a slave (1), the configuration is as:
76 input registers
80 holding registers
I need to configure it on pictory, can you tell me what to do ? for exemple
input register :PRESSURE_SURF adress 0x80D0-0x80D1 - float
If I have understood correctly, i need to put
slaveId as 1
Function code: READ_INPUT_REGISTER
Addr do i need to put 0x80D and quantity of registers to 4 ? as it is a float and there is two adresses?
and also how to read device identification (0x2b register), i don't see it.
Thank you for your help
i m working on a project where i need to make an app based on an RTU modbus master (revpi)
it will communicate with a slave (1), the configuration is as:
76 input registers
80 holding registers
I need to configure it on pictory, can you tell me what to do ? for exemple
input register :PRESSURE_SURF adress 0x80D0-0x80D1 - float
If I have understood correctly, i need to put
slaveId as 1
Function code: READ_INPUT_REGISTER
Addr do i need to put 0x80D and quantity of registers to 4 ? as it is a float and there is two adresses?
and also how to read device identification (0x2b register), i don't see it.
Thank you for your help