Hi,
I'm using advanced HMI v3.66 to communicate with an Allen Bradley Micro 830 via the Modbus RTU driver. When i try to write to address 400001 and 400002 it always writes the value 1 to the registers. Is this a bug or am i doing something wrong?
ModbusRTUCom1.Write("400001", "16")
ModbusRTUCom1.Write("400002", "4")
Thanks