This document has only the specific information about the device connection settings and its address syntax.
Refer to the User Guide for more information on the Device Module.
Summary
OPC UA Client implements communication with local and remote OPC servers. The communications blocks are dynamically created according to the pooling cycle defined on the Access Type for each Device Point.
Communication Driver Information | |
---|---|
Driver name | OPCUA |
Assembly Name | T.ProtocolDriver.OPCUA |
Assembly Version | 1.8.0.3 |
Available for Linux | False |
Devices supported | Any OPC server compatible with OPC UA specifications |
Manufacturer | OPC Foundation |
Protocol | Proprietary over TCP/IP |
Max number of nodes | User defined |
PC Requirements | Ethernet port |
NOTE
You can find the OPC Core components in the OPC Foundation web site.
OPC UA Certificate Configuration
- The UA security bases on X509 Certificates.
- Each UA server and client application requires a certificate with the application's ApplicationUri. UA servers can usually be configured for the certificate validation to be disabled. In this mode, any proper certificate is accepted. It does not need to match the application.
- Self-signed certificates can be created with the uaPLUS UaClientConfigHelper utility.
- OPC UA maintains certificates in the Windows Certificates Store. The certificates are by default in the stores LocalMachine\UA Applications and LocalMachine\Trusted UA Applications
- The stores are defined in the application UA configuration and can be changed if necessary.
- The UaClientConfigHelper utility creates and imports certificates into the stores defined in the configuration.
To create certificates so that Manager and Device Module work with OPC UA:
- In Windows Explorer, open the installation folder
- Run UaClientConfigHelperNet4.exe utility (right-click and choose Run as Administrator);
- Inside UA Client Configutaration Helper, click Browse and select the TManager.exe file inside the product installation folder.
- Click Create UA Configuration;
- Click Edit UA Configuration;
- Click Certificates;
- Click Create and then OK;
- Click Save and Close;
- Click Done to close;
NOTE
- Server and Client on the same machine: the certificates are in the right place when created or imported with the UaClientConfigHelper utility.
- Server and Client on different machine: the following steps are required:
- On the client machine, create a certificate for the client application with the UaClientConfigHelper utility. The created certificate is automatically exported into a .DER file in the directory of the utility.
- Copy the client certificate .DER file to the server machine and import it according the UA server documentation.
- Copy the server .DER certificate file to the client machine and import it with the UaClientConfigHelper utility.
NOTE
Channels Configuration
There is no channel configuration for OPC UA Client channels.
Nodes Configuration
Station Configuration
- Service URL: Defines the location of the OPC Server. Example: ua:opc.tcp://127.0.0.1:62841/Advosol/uaPLUS
- Refresh Rate: Server update rate.
- AllItemsSameGroup: Flag indicating whether driver should add all items at the same OPC group and only one connection is created with OPC Server.
- EnableReadPolling: Flag indicating whether reading is by polling.
- WindowsAuthentication: Flag indicating whether it should use Windows Authentication security.
- DisableSecurity: Flag indicating whether security is disabled.
- UserName: String containing user name as security credentials.
- Password: String containing user password as security credentials.
- Domain: String containing domain as security credentials.
- ReadFromDevice: Force all reads made from device.
- UseTimestampFromComputer: Use timestamp from computer instead of device.
Points Configuration
- Choose the OPCServer item that will communicate with the tag.
- You can type the OPC Server item name into the textbox, or you can browse the OPC Server items with the cell editor.
- OPC Arrays: You should configure the Array field in Modifiers column.
- For automatic address mapping when using arrays, you can use the array element without index in TagName column.
Troubleshoot
Please, consult your OPC Server documentation for the protocol specific error codes.
Driver Revision History
OPCUA Revision History | |
---|---|
Version | Notes |
1.8.0.3 | Initial release on new documentation standards. |
In this section...