pymodbus

Pymodbus reading from multiple energy meters

Pymodbus reading from multiple energy meters Question: in our company we will install multiple energy meters (abb m4m ethernet 20). This energy meter works via modbus tcp/ip. I have a working python script for reading registers from one that we already have but the problem is that when we will have multiple of them how …

Total answers: 1

Python Modbus RTU over TCP

Python Modbus RTU over TCP Question: I am trying to read and write data over Modbus TCP with python. When I am using ModbusPoll with the following setup everything works. I try to read the data now with python and I am using the pymodbus library for this. My code looks like this: from pymodbus.client.sync …

Total answers: 2