OPC UA Connector

Content Type: Module
Categories: Connectors

Overview

OPC is the interoperability standard for the secure and reliable exchange of data in the industrial automation space and in other industries. You can use the OPC-UA connector with your Mendix app to communicate with an OPC-UA server. The OPC-UA connector is based on Eclipse Milo client SDK, an open-source implementation of OPC.

Documentation

Please see OPC UA Connector in the Mendix documentation for details.

Releases

Version: 2.2.0
Framework Version: 10.24.0
Release Notes:
  • Added advanced configuration options to influence the server's certificate validation
Version: 2.1.0
Framework Version: 10.24.0
Release Notes:
  • Updated to Mendix version 10.24.0
  • updated netty-io dependencies

 

Version: 2.0.3
Framework Version: 10.21.0
Release Notes: * fixed bug that prevented the recreation of subscriptions * updated dependencies of bouncycastle and netty
Version: 2.0.2
Framework Version: 10.21.0
Release Notes: * Before delete event has been removed from the Subscription entity so users can delete subscriptions even when there is no connection to the server * Fixed dependencies in module settings
Version: 2.0.1
Framework Version: 10.21.0
Release Notes: * Replaced the (in Mendix11) deprecated method context() with getContext()
Version: 2.0.0
Framework Version: 10.21.0
Release Notes: - Upgraded to Mendix version 10.21.0
Version: 1.2.0
Framework Version: 9.24.3
Release Notes:
  • Added advanced configuration options to influence the server's certificate validation
Version: 1.1.3
Framework Version: 9.24.3
Release Notes:
  • updated bouncycastle and netty-io dependencies
Version: 1.1.2
Framework Version: 9.24.3
Release Notes: * fixed bug that prevented the recreation of subscriptions * updated dependencies of bouncycastle and netty
Version: 1.1.1
Framework Version: 9.24.3
Release Notes: * Before delete event has been removed from the Subscription entity so users can delete subscriptions even when there is no connection to the server * Fixed dependencies so that the correct libraries are being loaded into the app when upgrading to mendix10 or when importing directly to mendix10