TCP Driver - Writable Tag question

SQLTags doesn’t perform a write if the value is the same as the current value. We do that to eliminate a lot of writes. In this case you should use:system.opc.writeValue("IgnitionOPCUA", "[DeviceName]Path/To/Tag", "ValueToWrite")It will perform a write even though the value is the same.