ljean / modbus-tk

Create Modbus app easily with Python
Other
557 stars 211 forks source link

the float value is moved forward by one register #186

Open vlastikcocek opened 10 months ago

vlastikcocek commented 10 months ago

Hello, I send a float value to regitstr 12 PLC Delta and the float is in register 11 can you advise me where to solve the issue?

logger.info(master.execute(1, cst.WRITE_MULTIPLE_REGISTERS, starting_address=12, output_value=[3.99], data_format='>f')) image

Thank you Vlastik