Ignition Extensions - Convenience utilities for advanced users

0.7.0 available now:

Adds:

  • anyOf, allOf, noneOf expression functions that take variable arguments. Returns the logical predicate across the provided arguments; beware of vacuous truth if called with no arguments!
  • A simple, experimental tag history servlet which streams results. Available at http://$gatewayAddress/system/history-extension, accepts path (any number), startDate, endDate, returnSize, aggregationMode, and aliases (a comma-separated list) as parameters.
  • An experimental system.tag.getLocalConfiguration(basePath, recursive) function that works in the gateway scope, to retrieve only the locally defined configuration on any tag(s).
3 Likes