04-10-2023, 09:18 PM
I have figured this out.
There seems to be a "bug" in the Siemens Logo8.3.
When a parameter has the address Word :0 the modbus address is 0
When a parameter has the address Word :2 the modbus address is 1
When a parameter has the address Word :4 the modbus address is 2
So you always have to divide the address by 2.
The same happens with a Dword.
I figured this out by checking the values with qModMaster
There seems to be a "bug" in the Siemens Logo8.3.
When a parameter has the address Word :0 the modbus address is 0
When a parameter has the address Word :2 the modbus address is 1
When a parameter has the address Word :4 the modbus address is 2
So you always have to divide the address by 2.
The same happens with a Dword.
I figured this out by checking the values with qModMaster