Hi,
I have a Modbus equipment that requires that 3 continuous registers must be written in the same operation ( Modbus Function Code 16 ).
Is this possible to do this ?
Thank you
I have a Modbus equipment that requires that 3 continuous registers must be written in the same operation ( Modbus Function Code 16 ).
Code:
...
{"name":"UI_1 Cmd Modo Func RAW" ,"bus_datatype":"8","type":"register","datatype":"int16", "address":33, "read_swap":"n","writable":1 },
{"name":"UI_1 Cmd Modo Fan RAW" ,"bus_datatype":"8","type":"register","datatype":"int16", "address":34, "read_swap":"n","writable":1 },
{"name":"UI_1 Cmd Setpoint" ,"bus_datatype":"8","type":"register","datatype":"int16", "address":35, "read_swap":"n","writable":1 },
Is this possible to do this ?
Thank you