opcua
Create OPC UA client object
Syntax
Description
creates an OPC UA client object associated with the server specified by
uaClient
= opcua(serverInfoObj
)serverInfoObj
. You can create server info objects with the
opcuaserverinfo
function.
specifies additional configuration options to create an OPC UA client object. (since R2025a)uaClient
= opcua(___,Name=Value
)
By default, the client selects the most secure endpoint configuration from the list of all available connection configurations retrieved from the server. If the attempt to retrieve endpoints fails, an error is generated. You can override the default settings by using the name-value arguments.