OPC Unified Architecture(OPC UA) is a machine to machine communication protocol for industrial automation developed by the OPC Foundation.
The most significant difference between classical OPC and OPC UA is that it doesn’t rely on OLE or DCOM technology from Microsoft. This makes it possible to implement it on any platform including Apple, Linux (JAVA) or Windows.
The other very important part of UA is the ability to use structures or models. This means that the data tags or points can be grouped and be given context which make governance and maintenance much easier.
These models can be identified at runtime, which makes it possible for a client to browse possible connections without needing to preconfigure these.
To create a connection to an OPCUA Historian, right-click on the Data Sources group, then click “More”, and then select “OPCUA Historian”.
To successfully retrieve data from OPCUA Historian, the following properties need to be set.
|
Name to identify the data source. |
|
Location of the OPCUA Server (Server Name or IP Address). |
|
Port of the OPCUA Server. |
|
If required, add the username to connect to the OPCHDA Historian. |
|
If required, add the password to connect to the OPCHDA Historian. |
|
Maximum concurrent connections that will be made to the OPCHDA Historian, default 20. |
|
Maximum Time to try and query Historical data from the OPCUA Server, default 15000 milliseconds. |
|
If a certificate is required to connect to the OPCUA server, supply the name of the certificate in the text box. |