Chart Connector
Overview
Section titled “Overview”The Chart connector provides real-time visualization of data streams.
Connector Type: MeddleChart
Limitations: Maximum 15 data points displayed
Configuration
Section titled “Configuration”{ "type": "MeddleChart", "config": {}}How It Works
Section titled “How It Works”- Receives data payloads
- Displays last 15 data points
- Updates in real-time as new data arrives
- Automatically scrolls to show latest data
Use Cases
Section titled “Use Cases”- Monitor sensor values in real-time
- Debug data flows during development
- Visualize process parameters on dashboards
- Quick data inspection without external tools
Example Workflow
Section titled “Example Workflow”OpcuaReader → Filter → Chart ↓ InfluxDb2Writer- Read sensor data
- Filter relevant fields
- Display in chart
- Store in database
Best Practices
Section titled “Best Practices”- Use for monitoring and debugging
- Limit to important metrics (max 15 points)
- Combine with database storage for historical data
- Place at end of workflow for minimal impact