I have a tag event script. I have the tag set to change every 30 sec if(dateExtract(Now(1000),"second")<30,1,0)
that part is working and tag is changing value
I have tag change script below.
If I copy either section to script console and execute it runs and does what it is supposed to do but it never executes from the tag value change.