Skip to content

Releases: hms-networks/IgnitionEwonConnector

Ignition 8.1 Module v2.0.0

09 Apr 13:58
Compare
Choose a tag to compare

This version of the module is a near-complete rewrite to bring new features, improved performance, and support for the
latest SDKs.

Major Changes

  • Updated to Java 11 and Ignition 8.1 SDK
  • Ewon metadata (i.e., tag names, descriptions, data types) is now updated on module startup, and at a configurable
    interval.
    • After module startup, the Ewon metadata is updated in the background at the configured interval.
    • Ewon metadata is now retrieved from the Ewon device directly, using M2Web API requests, instead of relying on the
      DataMailbox API.
  • Added support for buffered tag writes to Ewon devices (i.e., write multiple tags in a single request)
  • Added support for Ewon tag groups to organize tags in Ignition
  • Implemented asynchronous Talk2M/M2Web API requests to improve performance

Minor Changes

  • Improved documentation
  • Improved logging output
  • Implemented stateful authentication for Talk2M/M2Web API requests to reduce connection overhead
  • Resolved a long-standing issue with pre-tag realtime properties being lost

Ignition 8.1 Module v2.0.0-pre1

04 Apr 13:31
Compare
Choose a tag to compare
Pre-release

This version of the module is a near-complete rewrite to bring new features, improved performance, and support for the
latest SDKs.

Major Changes

  • Updated to Java 11 and Ignition 8.1 SDK
  • Ewon metadata (i.e., tag names, descriptions, data types) is now updated on module startup, and at a configurable
    interval.
    • After module startup, the Ewon metadata is updated in the background at the configured interval.
    • Ewon metadata is now retrieved from the Ewon device directly, using M2Web API requests, instead of relying on the
      DataMailbox API.
  • Added support for buffered tag writes to Ewon devices (i.e., write multiple tags in a single request)
  • Added support for tag groups to organize tags in Ignition
  • Implemented asynchronous Talk2M/M2Web API requests to improve performance

Minor Changes

  • Improved documentation
  • Improved logging output
  • Implemented stateful authentication for Talk2M/M2Web API requests to reduce connection overhead
  • Resolved a long-standing issue with pre-tag realtime properties being lost

Ignition 8 Connector v1.2.0

17 Feb 19:28
Compare
Choose a tag to compare

Major Changes

  • Updated to Ignition 8.1.1 SDK
  • Fixed an issue that caused the AllRealtime tag value to be lost
  • Fixed an issue that caused tag deletion to become disabled
  • Update to HTTP POST requests for DataMailbox and M2Web APIs
  • Update to new Talk2M token authentication for DataMailbox API

Minor Changes

  • Clarify files to download for releases
  • Updated the settings page to automatically restart the connector when applying changes

Ignition 8 Connector v1.1.12

03 Jan 20:14
Compare
Choose a tag to compare

Major Changes

  • Ewon tag descriptions are now synced to Ignition tag documentation and tooltip

Ignition 8 Connector v1.1.11

02 Jan 14:13
Compare
Choose a tag to compare

Major Changes

  • Fixed an issue that caused realtime update errors on tags with underscores

Ignition 7.9 Connector v1.1.4

02 Jan 14:11
Compare
Choose a tag to compare

Major Changes

  • Fixed an issue that caused realtime update errors on tags with underscores

Ignition 8 Connector v1.1.10

17 Sep 18:40
Compare
Choose a tag to compare

Major Changes

  • Tags are now highlighted and returned to original value if a write fails
  • Applicable tags are now marked as stale when realtime updating fails

Minor Changes

  • Added option to disable strict checking for allowed tag name characters
  • Updated user-friendly logging output
  • Fixed an issue with realtime tag provider shutdown
  • Fixed an issue with realtime poll rate value validation

Ignition 7.9 Connector v1.1.3

17 Sep 18:43
Compare
Choose a tag to compare

Major Changes

  • Tags are now highlighted and returned to original value if a write fails
  • Applicable tags are now marked as stale when realtime updating fails

Minor Changes

  • Added option to disable strict checking for allowed tag name characters
  • Updated user-friendly logging output
  • Fixed an issue with realtime tag provider shutdown
  • Fixed an issue with realtime poll rate value validation