[SOLVED] Are tag Value Changed scripts running asynchronously?

If it absolutely has to be a tag event, consider calling into a script module that will submit the event to a java concurrent queue, then run a timer event with a dedicated thread to drain the queue and loop through the queued events.

1 Like