OPC UA Client implements communication with local and remote OPC Servers. The communication blocks are dynamically created according to the pooling cycle defined on the Access Type for each Device Point.
For a generic explanation of the configurations for the Device Module, Channels, Nodes, and Points, please refer to the reference guide.
Communication Driver Information | |
---|---|
Driver name | OPC UA Client |
Assembly Name | T.ProtocolDriver.OPCUA.dll |
Assembly Version | 1.0.0.17 |
Available for Linux | False |
Devices supported | Any OPC Server compatible with OPC UA specification. |
Manufacturer | OPC Foundation |
Interface | OPC Proprietary |
Protocol | OPC Proprietary |
Protocol Options | Node |
Max Number of Nodes | User defined |
PC Requirements | Node |
UA security is based on X509 Certificates. Each UA server and client application requires a certificate with the ApplicationUri of the application.
Typically, UA servers can be configured with certificate validation disabled. Any proper certificate is accepted in this mode; it does not have to match the application.
There are two ways to generate Client Certificates for the OPC UA Client: a Quick method, which uses default values; and a custom one.
This certificate creation method uses pre-defined parameters for the certificate. These parameters are described below.
In Devices → Nodes, the user can access this feature by clicking the Default button. The certificate will automatically be saved in the /ProgramData/?ProductName?. Click the Test button to check the connection.
The Client certificate should be imported / trusted on the OPC Server side.
In Devices → Nodes, the user can access this feature by clicking the Custom button. The ClientCertificateHelper application should open. Fill the input fields and save the certificate file.
The Client certificate should be imported / trusted on the OPC Server side.
There are two folders in the software platform installation folder where you can find the Certificate and the Issuer Key. They are in "C:\ProgramData\FactoryStudio":
There is no channel configuration required for OPC UA Client channels.
The station parameters are:
You can use the Discovery button to search for the OPC Servers located in a specific IP address and port. If the port number is left empty, the utility will look for Servers on pre-defined ports (4840, 49320, 62841, 4845, 49380).
You can import existing variables directly into your Project by clicking the Import Button.
With this tool, you can choose which Branch from the OPC Server namespace will be accessed and filter the variables that will be imported. The Tags and Points will be created automatically.
Choose the OPC Server item that will communicate with the Project Tag. You can type the OPC Server item name into the textbox, or you can browse the OPC Server items in the Cell Editor.
For OPC Array DataTypes, you should add the Array Element of index 0 to the TagName field and set the Array field under the Modifiers column to match the array size.
For automatic address mapping when using arrays in your project and addresses in OPC Server that follows the syntax: ItemName[0 ... n], you can add the Main Array element without index in the TagName column.
This Communication Protocol supports the TagProvider feature, which is a tool that allows you to access your Communication Device Data Model without creating any Project Tags.
For more information, please refer to the Tag Provider document.
To configure the OPC UA protocol as a TagProvider, go to Edit → Tags → Providers, and create a new provider for the CanaryLabs protocol.
Configure the items under the PrimaryStation column the same way that was described in the Node Configuration.
Each OPC Server can have its own Branch and Attribute separator. To make sure you have the TagProvider correctly configured, make sure to have clicked the Test button at least once with a Success return message. |
The status of the driver execution can be observed through the diagnostic tools, which are:
Status value of 0 (zero) means communication success. Negative values indicate an internal driver error and positive values means protocol errors code.
OPC UA Revision History | |
---|---|
Version | Notes |
1.1.0.0 | Initial release on new documentation standards. |