Discontinuous

Relay Block

Hysteresis switch: toggles between on/off values based on input thresholds

Open Relay in BlockWerk →

# Relay Block

Description

A hysteresis switch that toggles between two output values. Turns on when input rises above the switch-on point, and turns off when input falls below the switch-off point. The gap between the two thresholds creates hysteresis, preventing chattering around a single threshold.

Mathematical Model

Parameters

switchOnPoint / switchOffPoint

Threshold values for switching. switchOnPoint should be >= switchOffPoint for proper hysteresis.

onValue / offValue

Output values for the on and off states.

Remarks

See Also