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 UpdatedJul 09, 2025
  • 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": ["opc.tcp://<IP-Address>:<Port>/<BackupOPCUAServer>"]

}

In This Topic
TitleResults for “How to create a CRG?”Also Available in