EasyModbusTCP.PY icon indicating copy to clipboard operation
EasyModbusTCP.PY copied to clipboard

Modbus TCP, Modbus UDP and Modbus RTU client library for Python implementations

Results 6 EasyModbusTCP.PY issues
Sort by recently updated
recently updated
newest added

Hi, I've been trying to use modbus version 3.2 in a personal project. Upon the execution of my script, the following error popped up. ![image](https://github.com/rossmann-engineering/EasyModbusTCP.PY/assets/91310922/4f3d30b2-6df2-4759-a6fb-4e00c8fd2850) I can't seem to find...

- Added module name to import statement - Fixed a call to a nonexistent function (read_analogs) with the function that was supposed to be called (execute_read_order)

I found your EasyModbus written in python and I think is a very good work! In my case I need some more datatypes because in energy measures we have registers...

Hi, How do you do when you have several units behind a gateway TCP. If you could insert an example, it could be great. Thank you for your answer JP

I am facing the issue in Holding Register from PLC. I am sending 5 register value from PLC with increment in every 7 second. I am pressing the Read Holsing...

Hi, I've just downloaded the code and was having some problems: myList.append((data[i*2+3+6]