opcUaClient-OpcUaDevice

This device-level component in an OPU UA network represents a client connection to a specific OPC UA server and contains the configuration properties necessary for the driver to communicate with the server. The OpcUaDevice has a points device extension (OpcUaClientPointDeviceExt) that contains all subscribed proxy points.

Figure 1. OpcUaDevice properties


The default view for an OpcUaDevice is the Opc Ua Client Manager.

In addition to the standard properties (Status, Enabled, Fault Cause, Health, Alarm Scorce Info, and Poll Scheduler), these properties configure an OPC UA device.

PropertyValueDescription
Server Endpoint UrlURLDefines the connection address (URL) for the Opc Ua Server, for example: opc.tcp://IE67DTDVYXX.honeywell.com:52520/OPCUA/N4OpcUaServer
Security Modedrop-down list (defaults to Sign Ecript Basic256 Sha256)Specifies what security should be applied to message exchanges during a session.

Sign Ecript Basic256 Sha256 signs and encrypts all messages. The signature or signing of the message detects if it has been manipulated by any third party.

Sign Ecript Basic256

Sign Basic256 Sha256

Sign Basic256

Sign Ecript Basic128Rsa15

Sign Basic128 Rsa15

None

Certificatedrop-down list (defaults to tridium)Selects the client’s TLS certificate. The default self-signed certificate should be approved and used only until a signed certificate is available.
User Authentication Modedrop-down list (defaults to User Name and Password)Configures the type of user authentication. For a successful connection, these settings must match the OPC UA server’s User Authentication Methods settings.

Anonymous

User Name and Password

User Nametext stringConfigures the user’s name. User authentication by User Name and Password requires this property be set. The username and password must be defined in the station’s UserService.
Passwordtext stringConfigures the user’s password. User authentication by User Name and Password requires this property be set. The username and password must be defined in the station’s UserService.
Server Stateread-onlyReports the current condition of the server.
Server Current Timeread-onlyReports the current time as maintained in the server.
Server Start Timeread-onlyReports when the server came online.
Time Intervalhours minutes seconds (defaults to 30 seconds) 
Status Check Timeouthours minutes seconds (defaults to 10 seconds) 
Server Infoadditional propertiesDisplays read-only data read from the OPC UA server configured for the device. These data are documented in a separate topic.
Alarm Extadditional propertiesOpens the Opc Ua Client Alarm Manager. A separate topic documents this component’s properties.
Pointsadditional propertiesOpens the Opc ua Client Point Manager that contains device point data. A separate topic documents this folder’s related discovery preferences.
Historiesadditional propertiesOpens the Opc Ua Client History Import Manager. The Histories AX Property Sheet configures the driver’s Retry Trigger. This typical set of properties are documented in the Niagara Drivers Guide.

Actions

  • Ping sends a message to a network object (device, database, etc). The message provokes a response, which indicates the current state of the object.

  • Learn discovers device objects.

  • Reset Comm enables and disables the device (closes and reopens server connection).