Accumulated Deviation
Evaluates the values of input signals with lower and upper limits and identifies exceedance situations.
Considers the time range starting from the beginning of the measurement to the current point in time.
Input(s)
|
Name |
Description |
Type |
|---|---|---|
|
inputs |
Arbitrary number of input signals |
Multiple Signals |
|
lowerLimit |
Lower limit of range |
Analog Signal |
|
upperLimit |
Upper limit of range |
Analog Signal |
Output(s)
|
Name |
Description |
Type |
|---|---|---|
|
inputArray |
Array of input signals |
Array Signal |
|
upperExcdBoolArray |
Array indicating if upper exceedance occurred since the beginning of the measurement (bool) |
Array Signal |
|
lowerExcdBoolArray |
Array indicating if lower exceedance occurred since the beginning of the measurement (bool) |
Array Signal |
|
upperExcdTimeArray |
Durations of upper exceedances |
Array Signal |
|
upperExcdAccArray |
Integrated values of upper exceedances |
Array Signal |
|
upperExcdSquareArray |
Integrated square values of upper exceedances |
Array Signal |
|
lowerExcdTimeArray |
Durations of lower exceedances |
Array Signal |
|
lowerExcdAccArray |
Integrated values of lower exceedances |
Array Signal |
|
lowerExcdSquareArray |
Integrated square values of lower exceedances |
Array Signal |
|
upperExcdCount |
Count of signals with upper exceedance |
Analog Signal |
|
lowerExcdCount |
Count of signals with lower exceedance |
Analog Signal |
|
maxUpperExcd |
Maximum upper exceedance |
Analog Signal |
|
maxLowerExcd |
Maximum lower exceedance |
Analog Signal |
|
maxIDUpperExcd |
ID of signal with maximum upper exceedance (0-based) |
Analog Signal |
|
maxIDLowerExcd |
ID of signal with maximum lower exceedance (0-based) |
Analog Signal |
|
totalUpperExcd |
Total upper exceedance |
Analog Signal |
|
totalLowerExcd |
Total lower exceedance |
Analog Signal |
Notes
Input signals are sorted in natural order on save. Time channel of array outputs is the combination of all input signals' rasters.