Engee documentation

Threshold Monitoring

Threshold Control.

threshold monitoring

Description

The Threshold Monitoring block implements a threshold monitoring block with adjustable thresholds. The signal is considered valid if its value is within the limits defined by the thresholds. The set interval can be open or closed depending on the value of the Interval closed on right and Interval closed on left parameters.

Ports

Input

Signal - input signal
scalar

Input signal.

Data types: Float64.

Validity: `Validity' thresholds
`vector 2 by 1

Thresholds of block triggering. The first element of the vector is the lower boundary of the interval, the second element of the vector is the upper boundary of the interval.

Data types: Float64.

Output

Validity - signal validity
scalar

Validity of the signal. If the signal takes the value true, the signal is valid.

Data types: Bool.

Parameters

Interval closed on right - switching on points of the right border of the interval
off (by default) | on

Inclusion of the upper threshold value into the set interval or exclusion from it.

Interval closed on left - inclusion of points of the left border of the interval
Off (by default) | On

Inclusion of the lower threshold value into the set interval or exclusion from it.

Additional options

C code generation: Yes