You mean send incoming values on one tag (OPC, presumably) to a different OPC tag?
Perhaps the techniques here will help you:
(Whatever you do, don't use system.tag.writeBlocking()
or system.opc.writeValues()
in a tag's valueChange
event.)
You mean send incoming values on one tag (OPC, presumably) to a different OPC tag?
Perhaps the techniques here will help you:
(Whatever you do, don't use system.tag.writeBlocking()
or system.opc.writeValues()
in a tag's valueChange
event.)