Real-time Monitoring

The real-time monitoring dashboard shows live metric values from all connected devices in your space. Data updates instantly as Sparkplug B messages arrive.

Dashboard Overview

When you open a space, the dashboard displays all metrics organized by the Sparkplug B hierarchy:

  • Group — top-level logical grouping
  • Edge Node — the connecting application or gateway
  • Device — an individual piece of equipment
  • Metric — a single data point (temperature, pressure, state, etc.)

Each metric shows its current value, data type, and last update timestamp.

Screenshot: Real-time dashboard showing the metric hierarchy with live values

Metric Data Types

AnywhereSCADA supports the core Sparkplug B data types:

TypeDisplayExamples
FloatDecimal number72.4, 101.325, -3.14
IntegerWhole number42, 1000, 0
BooleanTrue / FalseMotor running, valve open, alarm active
StringTextStatus messages, mode names

With many devices connected, you can filter the metrics view:

  • Search — type a metric name, device name, or group name to narrow results
  • Hierarchy navigation — expand or collapse groups, nodes, and devices in the tree view

Screenshot: Metrics view with search filter applied, showing filtered results

Online / Offline Status

Each node and device shows its connection status:

  • Online — birth certificate received, actively publishing data
  • Offline — death certificate received or connection lost

The dashboard updates status in real time. When a device reconnects and publishes a new birth certificate, its status flips back to online automatically.

Data Freshness

Metric values update the moment a Sparkplug B data message (DDATA or NDATA) is received by the broker. There is no polling interval — updates are event-driven and typically arrive within milliseconds of the source change.

If a metric hasn't updated recently, it still shows the last known value with its timestamp so you can tell how fresh the reading is.

Next Steps