2.7.4 Data Recorder State duration

The Data Recorder State Duration view quantifies how long a particular parameter remained under, within, or over a user‑defined threshold range.
For numeric parameters it aggregates the time spent below the minimum, within the range, and above the maximum.
For string parameters it reports the duration that each distinct value was active.

Query form: This is the main section where data is queried. The following options are available:

data-recorder-state-duration-tables-web

Column (from NumberDuration) Description
Parameter Id The Parameter ID.
Under min Total time spent below the minimum threshold, displayed as HH:MM:SS with a percentage of the total query duration.
In Range Total time spent between the min and max thresholds, displayed as HH:MM:SS with a percentage.
Over max Total time spent above the maximum threshold, displayed as HH:MM:SS with a percentage.
Column (from StringDuration) Description
Parameter Id The Parameter ID.
Value The distinct string value that was active.
Duration Time that this value was continuously active, formatted as HH:MM:SS.
Percentage Fraction of the total query period that the value was active.

Backend API Reference

All actions on this page communicate with the /api/v1/recordingdata/state_duration endpoint.
If you need to review the full API contract, see the documentation here: /api/v1/recordingdata.