Illegal Adress Problem #1934
-
Hi, Source: Logging:
If i try to read any register above 9999 the message IllegalAddress occurs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
pymodbus convert to big endian automatically as you can see in the debug log. Big endian is defined by the modbus protocol as the only way to transmit data. The exception is a response from your device "illegal address" so you might want to read the device manual. |
Beta Was this translation helpful? Give feedback.
pymodbus convert to big endian automatically as you can see in the debug log. Big endian is defined by the modbus protocol as the only way to transmit data.
The exception is a response from your device "illegal address" so you might want to read the device manual.