Predefined Reports

As part of the Signomiks report server functionality, a set of predefined reports is available, as described below.

THIS LIST WILL BE EXPANDED IN THE FUTURE

Login Report

Displays a list of a user’s logins to Signomiks.
The report can be used on the dashboard via the Data Table control.

Configuring the control requires specifying the report class name in the Data Range field.

Example retrieving data for the last 10 logins:

last 10 report UserLoginReport

DQL Report

Provides measurement data based on a specification described using DQL syntax.

Interval Report

Provides measurement data collected in time intervals. Depending on the call parameters, the report can return measurement values recorded at the end of each time interval or the increments of measurement values within each time interval.

Example retrieving data recorded at the end of each time interval:

report IntervalReport eui 010203040506 channel temperature interval 1 hour limit 10 zone Europe/Warsaw

Example retrieving the changes in measurement values within each time interval:

report IntervalReport eui 010203040506 channel temperature interval 1 hour delta limit 10
© 2023-2025 Grzegorz Skorupa