Releases: hms-networks/IgnitionEwonConnector
Releases · hms-networks/IgnitionEwonConnector
Ignition 8.1 Module v2.0.1
Major Changes
- Changed handling of tag quality through DataMailbox
- Changed tag value parsing based on GSON parsing of DataMailbox response
- Changed update of Boolean tags through M2Web API to use integer values and not true/false
Minor Changes
- Tag update exception handling per individual tag update and not for update
Ignition 8.1 Module v2.0.0
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
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
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
Major Changes
- Ewon tag descriptions are now synced to Ignition tag documentation and tooltip
Ignition 8 Connector v1.1.11
Major Changes
- Fixed an issue that caused realtime update errors on tags with underscores
Ignition 7.9 Connector v1.1.4
Major Changes
- Fixed an issue that caused realtime update errors on tags with underscores
Ignition 8 Connector v1.1.10
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
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