WOLFRAM SYSTEM MODELER

Client

Interface for OPC UA Clients

Wolfram Language

In[1]:=
SystemModel["OPCUA.Interfaces.Client"]
Out[1]:=

Information

Interface class for OPC UA client components that provides parameters for configuring an OPC UA client component.

Client configuration

  • endpointUrl: URL to the OPC UA server endpoint
  • applicationUri: Globally unique identifier for this application instance, if secured communication is enabled, it must match the URI provided in the application instance certificate subjectAltName
  • SecurityConfiguration: Replaceable block that defines the security configuration; see the Secured block for how to configure secure communication with the server
  • AuthenticationConfiguration: Replaceable block that defines the authentication configuration

Parameters (3)

endpointUrl

Value: "opc.tcp://localhost:16664"

Type: String

Description: URL to the OPC UA server endpoint

applicationUri

Value: "urn:unconfigured:application"

Type: String

Description: The globally unique identifier for this application instance

logLevel

Value: Types.LogLevel.Warning

Type: LogLevel

Description: Log level for the OPCUA communication

Extended by (2)

Client

OPCUA.Components.Core

Client for connecting to an OPC UA server

Client

OPCUA

Client for connecting to an OPC UA server