Closed roechele closed 3 months ago
I'm a total novice both on Festo drives and python, but I believe you can fix this updating in com_modbus.py the row
from pymodbus.mei_message import ReadDeviceInformationRequest
to
from pymodbus.pdu.mei_message import ReadDeviceInformationRequest
Let me know if this works for you, too.
Yeah I guess pymodbus introduced a breaking change with a minor version increment. I'll have a look
Fixed
I get an error when importing Edcon ComModbus:
from edcon.edrive.com_modbus import ComModbus
solution is to switch to an older version of pymodbus:
Seems like ymodbus 3.7 just came out two weeks ago and breaks festo-edcon. Figgured you might want to look into that.