Rolling Integral, Average, Minimum, Maximum, Sum (time based)
Calculates for the given time range the rolling values for integral, average, minimum, maximum and sum.
Input(s)
|
Name |
Description |
Unit |
Type |
|---|---|---|---|
|
input |
Input signal |
|
Analog Signal |
| timeRange |
Defines the time window for the rolling calculation. |
s |
Constant Value |
Output(s)
|
Name |
Description |
Type |
|---|---|---|
|
average |
Rolling average for the defined time range |
Analog Signal |
|
integral |
Rolling integral for the defined time range |
Analog Signal |
|
maximum |
Rolling maximum for the defined time range |
Analog Signal |
|
minimum |
Rolling minimum for the defined time range |
Analog Signal |
|
sum |
Rolling sum for the defined time range |
Analog Signal |
Notes
Calculation is based on the samples which are available in the time window defined by the time range and the current point in time. Time range must be given in seconds.