EasyModbus modbusClient.WriteSingleCoil(2, true);

287 Views Asked by At

I was able to establish a connection with the S7-1200. Reads positively all registers. However, when trying to write to the Holding Registry [table below]

enter image description here

position offset 0.2 and using the command

modbusClient.WriteSingleCoil(2, true);

value to true changes to offset 5.0

Could someone please tell me what the error or error of my command is.

0

There are 0 best solutions below