← All exercises

Off Delay

easy

Keeps the output high for 2 seconds after the input goes low (Off-Delay).

What it teaches

Keep the output on for a set time after the input drops. The mirror image of On Delay — the input turns the output on immediately, but turning it off takes a moment. Useful for things like fan run-on after a heater shuts down.

Inputs and outputs

TagTypeDefaultDescription
In_SignalBOOLTrigger signal
Out_SignalBOOLOff-delayed output signal

Required behavior