I’m running Ignition 8.3.6 and have a Gateway Tag Change Event script that performs some data transformation and then inserts the results into MongoDB.
The event is configured with a wildcard tag path, for example:
Code
[default]ABC/default/*/*/*/Time
The issue I’m seeing is that sometimes, probably after a Gateway restart (not sure), the Tag Change Event simply stops executing. The script doesn’t run at all until I make a change to it (for example, adding a logger statement or editing the script in any way). Once I do that, it starts working again as expected.
Has anyone else run into this behavior? Is this a known bug with Tag Change Event scripts, or is there a recommended workaround to ensure the scripts will run reliably?