How to consume Modbus data with Quix
The Modbus Telegraf plugin gathers metrics from Modbus devices, collecting data from industrial automation systems, SCADA systems, and IoT devices that use this serial communication protocol
Quix is the Python stream processor, and it serves the following purposes:
- Ingest messages from Modbus
- Process received messages
- Send transformed data to destination systems (via Quix integrations) so it can be operationalized
- Use data received from Modbus to power real-time capabilities
Integration with Modbus is achieved via Telegraf using the Quix Telegraf output plugin. This plugin allows Telegraf to collect data from Modbus and forward it to Quix for real-time processing, analysis, and integration with downstream systems.
