Skip to content

Your First Inference

After install, run one end-to-end loop: seed a model → enable a datasource → see predictions. This is the quickest way to confirm the runtime is working.

  1. Open the dashboard URL printed during install and sign in with your admin account.

  2. Go to Models and upload your ONNX model. Note its window size and feature count — they must match the datasource you pair it with.

    See Deploying Models for formats and versioning.

  3. Go to Datasources → Input and add a source — for example an MQTT topic or an OPC-UA endpoint. Map each sensor tag to a model input channel, and set the window size to match the model.

    See Connecting Input Datasources for the full per-protocol walkthrough.

  4. On the datasource, pair the model you uploaded. The platform runs a compatibility check — window size × feature count must agree on both sides. If it fails, adjust the datasource window size or regenerate the model.

  5. Toggle Enable on the datasource row. Enabling validates the configuration, loads the paired model, and connects the adapter — but it does not start streaming yet. Click Start to begin inference.

  6. Open the Dashboard. Within about 20 seconds (once the first window of samples arrives) the predictions card updates in real time, and the sensor cards show live readings.

The monitoring view shows latency (p50 / p95 / p99), throughput, error rate, and the active execution provider. See Monitoring to read the KPIs.

  • Pairing rejected, datasource won’t enable, or no predictions appear — see the Troubleshooting runbook.