Hi all,
I have a 2152 PLC which will be a ModbusTCP client - the Holding registers can be written from the Server side or can be locally modified in the PLC. How do I program this in PLCnext?
- ModbusTCP embedded driver does not allow this
- ModbusTCP library from the store also has no way to link a PLC variable with ModbusTCP data block.
- Is there any way to do indirect / memory addressing in the PLC?