To make Grafana charts using ARDI data, you'll need to choose your ARDI data source when setting up a Grafana channel.
A query is made up of several options….
There are a few different types of request.
| Type Name | Effect |
|---|---|
| Point | Shows the values of measurements from a single asset |
| Query | Shows the results from an AQL query |
| Selector | Shows the results from an ARDI point selector |
| Table | Experimental For table-based Grafana visualisations of properties |
| Events | For events/table data from ARDI |
For examples of these, see Query Types.
The ARDI context you want to query from. You may choose between any of the configured ARDI contexts. Defaults to Actual.
This varies based on query type, but contains either the name of the data point in 'asset.property' format, the selector to use, or the AQL query to use.
Start typing and the system will help you auto-complete all but the AQL query.