Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for OPC UA

Data source examples

  • Last UpdatedSep 01, 2026
  • 1 minute read

The following are examples of valid OPC UA data source configurations:

Minimal data source configuration

{

"endpointUrl": "opc.tcp://<IP-Address>:<Port>/<TestOPCUAServer>"

}

Complete data source configuration

{

"endpointUrl": "opc.tcp://<IP-Address>:<Port>/<TestOPCUAServer>",

"useSecureConnection": true,

"userName": null,

"password": null,

"incomingTimestamp": "Source",

"streamIdPrefix": null,

"defaultStreamIdPattern": "{NamespaceIndex}.{Identifier}",

"defaultEventStreamIdPattern": "{NamespaceIndex}.{Identifier}.{typeDisplayName",

"dataCollectionMode": "CurrentWithBackfill",

"serverFailoverEnabled": false,

"backupEndpointUrls": []

}

In This Topic