Sparkplug B (EN)
StandardOpen standard that extends MQTT with semantic structures for industrial applications
Architecture
flowchart TD A[MQTT Broker] --> B[Edge Node] B --> C[Device 1] B --> D[Device 2] subgraph Sparkplug B Nachrichten E[Node-Birth NBIRTH] F[Device-Birth DBIRTH] G[Data-Value DDATA] H[Node-Death NDEATH] I[Command-Value DCMD] end B --> E C --> F D --> F C --> G D --> G I --> C I --> D
In Context
- Typically used together with MQTT, SCADA-IIoG platforms and OPC UA
- Related to: MQTT, OPC UA, IIoG, Industry 4.0, Edge Computing
- Example use case: Monitoring and control of machines in the manufacturing industry