8000 Release v0.11: more OPC UA data types, unions, server-side deadbands · epics-modules/opcua · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.11: more OPC UA data types, unions, server-side deadbands

Latest
Compare
Choose a tag to compare
@ralphlange ralphlange released this 31 Mar 07:44
· 3 commits to master since this release
v0.11.0

The open62541 client integration is complete and fully functional. Users are switching from the Unified Automation SDK.
Careful: That option has still not seen a lot of production use yet.

What's New

  • enums (mbbi/mbbo) can optionally read their set of choices from the OPC UA server
  • support more OPC UA string types (all mapped to EPICS strings / long strings)
  • support OPC UA unions
  • support simple server-side deadband filter expressions
  • improvements in array handling (less copies)
  • bugfixes for minor issues.

Updating to release 0.11 (from 0.10) is considered low-risk for all users.

Thanks to all contributors, especially Dirk Zimoch, who contributed most of the improvements!
As always: Please report any unexpected findings in the issue tracker.

Full Changelog: v0.10.0...v0.11.0

0