Querying ARDI Data

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….

Type

There are a few different types of request.

Type NameEffect
Current PointShows the current/live values of a single asset, no matter what time range is chosen
PointShows the values of measurements from a single asset
QueryShows the results from an AQL query
SelectorShows the results from an ARDI point selector
TableExperimental For table-based Grafana visualisations of properties

For examples of these, see Query Types.

Context

The ARDI context you want to query from. You may choose between any of the configured ARDI contexts. Defaults to Actual.

Point/Query/Selector

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.

Examples

Example Queries are available.