I need to set up a modbus server that provides a defined set of data to an existing modbus master.
The modbus master sends regular "read holding registers" requests. So I'm trying to set up a Modbus server with holding registers to provide this data.
The docu says "Write Single Holding Register" function performs a write action on the bus, so not what I need.
I couldn't find a function to insert data into the holding registers for the client to read. What am I missing?
I need to set up a modbus server that provides a defined set of data to an existing modbus master.
The modbus master sends regular "read holding registers" requests. So I'm trying to set up a Modbus server with holding registers to provide this data.
The docu says "Write Single Holding Register" function performs a write action on the bus, so not what I need.
I couldn't find a function to insert data into the holding registers for the client to read. What am I missing?