Skip to content

Cloud Dashboard — Topics & Data Points

In the Simplinx cloud, a topic is a named channel that carries a stream of time-series values from a device. Topics follow an MQTT-style hierarchy:

<account>/<device-id>/<tag-name>

For example: simplinx/smx-00123/temperature_avg

TypeDescription
Numeric (float)Continuous measurement values — temperature, pressure, speed, production count.
BooleanBinary states — machine running, alarm active, door open.
StringText values — current recipe name, active fault code, operator ID.
AggregatedPre-computed averages, sums, min/max over a time window — configured in the device before upload.
  1. Log in to the Simplinx cloud portal and navigate to Dashboard → Edit.
  2. Click Add Widget and select the widget type (gauge, line chart, bar chart, value card, etc.).
  3. In the widget’s topic selector, browse or type the topic name for the data point you want to display.
  4. Set the time range, aggregation function (last value, average, sum), and display formatting.
  5. Drag and resize widgets to arrange your dashboard layout.
  6. Click Save Dashboard. The widgets update in real-time as data arrives from the device.

SX-IO — Settings → Cloud Connector Step 1 — Settings → Cloud Connector: configure cloud connection

SX-IO — Cloud Connector settings (host, client ID, region, certificates) Step 1 (continued) — Cloud Connector settings: Host, Client ID, Region, certificates

SX-IO Status — Cloud Connector connected Step 2 — Status → Cloud Connector: green indicator confirms cloud connection

SX-IO — Modules → Cloud Topic list Step 3 — Modules → Cloud Topic

SX-IO — Add new cloud topic Step 3 (continued) — Add new cloud topic

SX-IO — Cloud topic configuration: name, type, cycle Step 4 — Topic settings: Name, Type (CYCLIC/EVENT_DRIVEN), Cycle, Condition, Message

SX-IO — Cloud topic: message eval string and buffer Step 4 (continued) — Message Eval String, Max Buffer Day Count, Allow Op Access

SX-IO Historian — Cloud topic records Step 5 — Historian → Cloud Topic: review sent messages

SX-IO Historian — Cloud topic message details Step 5 (continued) — message details including timestamps and payload

AWS IoT Core Console — MQTT test showing received messages Step 6 — AWS IoT Core Console: subscribe to topic and verify messages arriving

AWS IoT Core — message payload detail Step 6 (continued) — received MQTT message payload in AWS IoT Core