Skip to main content

OPC UA™

The OPC UA™ North Connector enables OIBus to write data to OPC UA servers, allowing seamless integration with industrial systems, PLCs, and other OPC UA-compatible devices. Unlike the OPC UA South Connector which reads data from OPC UA servers, this North connector sends data from OIBus to OPC UA servers.

Example Use Cases

  • Process Control: Write setpoints to PLCs
  • Configuration Management: Update device parameters from centralized systems

Specific Settings

Connection Configuration

SettingDescription
Endpoint URLURL of the OPC UA server (e.g., opc.tcp://localhost:4840)
Keep session aliveKeep session alive between messages
Retry IntervalDelay between retries (in milliseconds)

Security Settings

SettingDescription
Security ModeSecurity mode for the connection (None, Sign, SignAndEncrypt)
Security PolicySecurity policy for the connection (None, Basic128Rsa15, Basic256, etc.)

Authentication Methods

MethodDescriptionRequired Parameters
AnonymousConnect without authentication.None
Username/PasswordStandard username/password authentication.Username, Password
CertificateAuthentication using client certificates.Client Certificate, Private Key