System component examples
- Last UpdatedApr 19, 2024
- 1 minute read
The following examples show valid configurations of the AVEVA Events to CONNECT system components:
Default system components configuration
[
{
"ComponentId": "OmfEgress",
"ComponentType": "OmfEgress"
}
]
System components configuration with two agent instances
[
{
"componentId": "EventsToCONNECTComponent1",
"componentType": "EventsToCONNECT"
},
{
"componentId": "EventsToCONNECTComponent2",
"componentType": "EventsToCONNECT"
},
{
"componentId": "OmfEgress",
"componentType": "OmfEgress"
}
]
Recommendation
One of the system components data source data collection mode can be configured as ‘CurrentWithBackfill’ and other system component data source data collection mode can be configured as ‘HistoryOnly’.
This way the first component will collect real time data and the second component can backfill historical data.