14.03.2022, 12:10
The addresses in the manual are in hexadecimal. You can use calculator in programmer mode to convert hex to decimal. The bitmasks are hexadecimal but can be decimal too, this does not matter. Just set the required bits to 1 and you will get the required value, for example bits 4-6 is 1110000 (right-most bit is bit number 0) which is 0x70 in hex or 112 in decimal.
Status objects they are not really needed because only one group address can be mapped to each Modbus register.
Status objects they are not really needed because only one group address can be mapped to each Modbus register.