Skip to content

Chart Connector

The Chart connector provides real-time visualization of data streams.

Connector Type: MeddleChart

Limitations: Maximum 15 data points displayed

{
"type": "MeddleChart",
"config": {}
}
  1. Receives data payloads
  2. Displays last 15 data points
  3. Updates in real-time as new data arrives
  4. Automatically scrolls to show latest data
  1. Monitor sensor values in real-time
  2. Debug data flows during development
  3. Visualize process parameters on dashboards
  4. Quick data inspection without external tools
OpcuaReader → Filter → Chart
InfluxDb2Writer
  1. Read sensor data
  2. Filter relevant fields
  3. Display in chart
  4. Store in database
  • 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