WOLFRAM SYSTEM MODELER
ClientInterface for OPC UA Clients |
![]() |
SystemModel["OPCUA.Interfaces.Client"]
Interface class for OPC UA client components that provides parameters for configuring an OPC UA client component.
endpointUrl
: URL to the OPC UA server endpointapplicationUri
: 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 serverAuthenticationConfiguration
: Replaceable block
that defines the authentication configurationendpointUrl |
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 |