Hello
I want to implement a handshake between SCADA and PLC for recipe transmission.
The idea is to set a flag, which is transmited to the plc after sucessful writing, so that the plc knows, that all the data's in the recipe structure are valid and updated.
For this reason I need to force the synchronous write mode for every recipe and I don't want to allow to set or reset this flag by the operator.
How can I achieve this?