Where to find the server layout |
|
“Browse Live Server:” |
The client connects to the server and detects the existing variables and types. |
From Information Model |
The client reads the data structure (layout) of the OPC UA Server from the information model set here and as a result receives the information about available variables and types. A connection to the server is not required. The list box contains the information models installed in the OPC UA Information Model Repository. |
Read Connection Settings from IEC Variable |
For this possibility, see: Using a Dynamic Connection to an OPC UA Server |
Connection Type |
|
“Server URl” |
URI of the OPC UA Server; editable With Automation Builder V2.7.0 setting a DNS server is supported and the OPC UA client can use both, name and IP to connect. |
“Show All Endpoints” |
The button opens the “Available Endpoints” dialog with the end points available on the OPC UA Server. An "endpoint" is a combination of security settings. The lower part of the dialog displays the available user tokens: “PolicyId, TokenType”, and “SecurityPolice”. For the selected end point, clicking “Apply” will apply the security settings “SecurityMode” and “SecurityPolicy” on the “Communication” tab in the “Security” section. |
Security |
|
“Messages Security Mode” |
Type of encryption
Signing and encryption work only for certificates. |
“Security Policy” |
List box for the encryption method to be used:
Requirement: Either “Sign and Encrypt” or “Sign” was selected for “Messages Security Mode”. |
“Client certificate” |
Here you can specify a certificate for an encrypted signed access to the OPC UA Server for the purpose of browsing. Note: The access which is safeguarded in this way is ONLY for browsing the server (see above, “Browse Live Server” option). For encrypted data exchange between the server and client in online mode, a separate certificate is required, which can be created in the security screen. For more information see: OPC UA Server, Creating a certificate of the CODESYS OPC UA Server. In case a certificate is not available for selection, you can click the |
“Authentication” |
|
“Anonymous” |
Access without authentication. Permission for this can be granted for compatibility reasons in the “Change Communication Policy” dialog on the “Communication Settings” tab of the device editor. |
“User name” |
Access to the OPC UA Server requires the entry of a user name and password. You can programmatically set up how the transfer of this authentication data should be done: To help with the creation of a POU for this purpose in the project, you can click
the “Create Authentification Provider” button to create a program template |