System component parameters
- Last UpdatedOct 20, 2025
- 1 minute read
- PI System
- Adapter for MQTT 1.4
- Adapters
The following are examples of valid system components:
Default system components configuration
The default System_Components.json file for the System component contains the following information.
[
{
"componentId": "OmfEgress",
"componentType": "OmfEgress"
}
]
System components configuration with two adapter instances
[
{
"componentId": "OmfEgress",
"componentType": "OmfEgress"
},
{
"componentId": "MQTT1",
"componentType": "MQTT"
},
{
"componentId": "MQTTSparkplugB1",
"componentType": "MQTTSparkplugB"
}
]