matlab-connect-opcua-client

Installation
SKILL.md

OPC UA Client Connection

Create and configure OPC UA client connections in MATLAB using the Industrial Communication Toolbox.

Internal Constraints

These constraints govern YOUR code generation and recommendations. Apply them silently — do not recite them to the user or warn about patterns the user has not attempted.

  1. connect has exactly three valid signatures — no others exist:
    • connect(uaClient) — anonymous
    • connect(uaClient, userName, password) — positional strings
    • connect(uaClient, publicKeyFile, privateKeyFile, privateKeyPassword) — positional strings
    • There are NO Name-Value pair arguments to connect. Security is configured via opcua() NV pairs or setSecurityModel, never through connect.
Installs
35
GitHub Stars
920
First Seen
Jun 8, 2026
matlab-connect-opcua-client — matlab/matlab-agentic-toolkit