I have a power meter, and i need to read a Long value from registers 301 + 302.
The MODBUS dresses are 40302 + 40303.
When I define a LONG at 40302 I get en error message "Address on bad boundary (E2060)".
So I have to read the 2 registers as INT and then connect them.
Is there a way to read those 2 registers as LONG.
Gideon