Introduction

Use ORD schemes to extract information from the Niagara Analytics Framework.

Schemes

Components include

Value Requests

Value requests generate BStatusValue. You can use this binding wherever a traditional value ORD binding is allowed. Under the hood it creates an analyticValue: ord. However, since analytic values cannot be subscribed to like points, this binding automatically refreshes the value. More info

Rollup Requests

Rollup requests generate BStatusValue by combining all values of an underlying trend. You can use this binding wherever a traditional value ORD binding can be used. Under the hood, it creates an analyticRollup: ord. However, since analytic values cannot be subscribed to like points, this binding automatically refreshes the value. More info

Trend Requests

Trend requests generate Niagara BITable representing a time series. More info

Analytic Alerts

Alert requests generate Niagara BITable representing all active alerts. More info

More Niagara Schemes

  1. BQL
  2. NEQL