Ignition 8.1.2 SQL Tags Not Updating After Update From 7.9

  1. Gateway project scope instead of gateway global scope.
  2. Option for a dedicated thread.
  3. Single event script can run multiple queries in any desired order, writing results to memory tags with any desired timing.
  4. Event scripts can post-process results before writing to tags, relieving the DB of static joins and other lookups. Including using cached lookups.
  5. Event scripts can drive multiple target tags from single, larger queries.
  6. Event scripts can simulate joins across datasources.
  7. Easy parallelism control with separate event scripts.
  8. Even when not using a dedicated thread, gateway events use a different thread pool than tag groups and tag events.

Edit:
9) Tag groups (and v7.9 scan classes) are operationally opaque–very un-fun to troubleshoot.

3 Likes