Clients compatible with OPC UA specification.
Overview
PC 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.
UA security relies on X.509 Certificates. Every UA server and client application must have its own certificate containing the application’s ApplicationUri.
By default, UA servers can be configured to run with certificate validation disabled. In this mode, any valid certificate is accepted, regardless of whether it matches the application. To enable this behavior, select the Disable Security checkbox.
For OPC UA Clients, there are two ways to generate client certificates:
Default Method – Generates a certificate using default values.
Custom Method – Allows full configuration of certificate parameters.
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 Server certificate should be imported / trusted on the OPC Server side.
After clicking OK, save the two folders in the software platform installation folder where you can find the Certificate and the Issuer Key. They are in "C:\Users\Public\Documents\FrameworX\MachineSettings\Certificates\own\":
The .pfx file in private folder is obligatory.
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.
How to Configure
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. |