I have a Modbus RTU device that has information stored within non-standard data addresses.
For example, it stores read values (32-bit IEEE-754 float, converter link) in register number 1003 - 1004.
I think this means I can no longer use standard Python + Modbus RTU libraries like modbus-tk
and pymodbus
.
What can be done in this situation?
Device Specifics
- Device: E+E Elektronik's CO2 sensor, series EE872
- User Manual (section 5.2 contains Modbus RTU information)
- Device is plugged into Windows 10 machine with Python 3.6