I have a OPC tag that works similar to a handshake between the PLC and Ignition. I was wondering if its possible to do a
system.tag.write(OPC tag,value) from a shared script.
I have a OPC tag that works similar to a handshake between the PLC and Ignition. I was wondering if its possible to do a
system.tag.write(OPC tag,value) from a shared script.
system.opc.writeValue(), perhaps?