WOLFRAM SYSTEM MODELER
ClientClient for connecting to an OPC UA server |
![]() |
SystemModel["OPCUA.Components.Core.Client"]
The OPCUA.Components.Core.Client
configures and sets up the connection to an OPC UA server.
Any model using the WriteNodeList
or ReadNodeList
components must be connected to a Core.Client
that provides it with the connection to the OPC UA server.
OPCUA.Client
that has a built-in WriteNodeList
and ReadNodeList
.
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 |
![]() |
clientID |
Type: ExternalIDOutput Description: Client external ID |
---|
client |
Type: ClientObject Description: The external OPC client object |
|
---|---|---|
![]() |
authentication |
Type: AuthenticationConfiguration Description: Authentication configuration |
![]() |
security |
Type: SecurityConfiguration Description: Communication security configuration |
![]() |
OPCUA.Examples Demonstrates how to read node values using different sample rates |
![]() |
OPCUA Client for connecting to an OPC UA server |