this is the script I have setup for System.opc.writeValue
newValue = 2
system.opc.writeValue(“Ignition OPC-UA Server”, “ns=1;s=[DCA1].1.HR53623”, newValue)
I get an error configuration when I run this in the script console and nothing happens to the HR when I run this as a script within the Tag Event Scripts “Value Changed”
Is there and issue with my script or where I am running it?