Difference between revisions of "Datonis Edge 5.3 Release Notes"

From Datonis
Jump to: navigation, search
Line 24: Line 24:
  
 
5.3.633 - Added jre 9, 10+ support, Fixed install/upgrade process hang issue, Fixed scan abort in case of device connectivity failure issue, Fixed web console not refresh after config apply issue, Fixed persistent kvstore and map clean-up issue
 
5.3.633 - Added jre 9, 10+ support, Fixed install/upgrade process hang issue, Fixed scan abort in case of device connectivity failure issue, Fixed web console not refresh after config apply issue, Fixed persistent kvstore and map clean-up issue
 +
 +
5.3.639 - Added MQTT username password authentication, set TLS 1.2 by default.

Revision as of 11:14, 14 May 2018

Ethernet/IP Adapter

A new PLC adapter has been introduced that talks to (Rockwell Automation) Allen Bradly Logix series controllers. This adapter communicates over Ethernet and requires Ethernet Communication Module. Addition of this adapter should eliminate the need of dedicated OPC server. The adapter supports read, write and tag discovery features that are at par with OPC UA adapter.

PROFINET Adapter

Another PLC adapter that talks to Siemens S7 series controllers has been introduced. The adapter communication requires Ethernet Communication Module. Again, this adapter will remove dependency on OPC server. It supports read and write tag features. The adapter features are at par with Modbus adapter.

Improved OPC DA Adapter

The improved OPC DA adapter is more robust, scalable and handles OPC connectivity issues in better fashion. Its design model has been changed from Push to Pull, making it predictable and better configurable.

Faster Modbus Adapter

A single threaded Modbus TCP adapter is now replaced with multi-threaded Modbus adapter. This will help reading data from multiple Modbus sources concurrently without getting impacted from individual source's performance.

Auto Scalable Pull Adapters

This feature auto determines the best configuration param values for thread-pool considering machine capability.

Key Value Store for managing Adapter State

A persistent KV store has been introduced to store adapter state like last sent or last scanned values. This will help sending consistent event data across machine or process restarts and removes discrepancies arising due to volatile in memory state. This KV store is also available as part of adapter interfaces to meet local state storage requirements.

Syntax Validation and IntelliSense Support for JavaScript Widgets

An in-built JavaScript IDE has been added for JavaScript controls like Script Adapter inputs or Derived tags. It quickly validates the syntax of scripts, also provides better suggestions and frequently used code snippets.

Enhancements

5.3.629 - Moved WebConsole inside Settings panel, Renamed default thing name to Sample Injection Molding Machine, CSV and XML adapter checkpoint changes, OPC DA configuration upgrade issue

5.3.633 - Added jre 9, 10+ support, Fixed install/upgrade process hang issue, Fixed scan abort in case of device connectivity failure issue, Fixed web console not refresh after config apply issue, Fixed persistent kvstore and map clean-up issue

5.3.639 - Added MQTT username password authentication, set TLS 1.2 by default.