Data source examples
- Last UpdatedJul 09, 2025
- 1 minute read
- PI System
- Adapter for OPC UA 1.6
- Adapters
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>"]
}