OFF Delay
This function block introduces a delay when the input signal transitions to a False state (0). It holds the state of the output for a specified duration even after the input has transitioned.
đĨ Inputs
Boolean
This input accepts a boolean signal. The function block requires only one input signal to operate.
đ¤ Outputs
Boolean
This output provides the delayed boolean signal based on the input.
đšī¸ Controls
Delay Time (seconds)
A field where you can specify the delay duration (in seconds) when the input changes to False.
đ¨ Features
Deferred Signal Response
The output signal remains "True" even after the input goes "False" for a specified duration, allowing for smoother transitions in systems that rely on state management.
Configurable Delay Time
You can adjust the duration of the delay to fit your specific needs.
đ Usage Instructions
Connect Input Signal: Link a boolean signal to the input.
Set Delay Time: Specify the desired delay duration in seconds in the
Delay Time (seconds)
field.Evaluate: Run the block. The output signal will reflect the input for the defined delay duration after it transitions to False.
đ Evaluation
When executed, this function block will maintain the output as True for the set duration after the input signal goes False.
đĄ Tips and Tricks
đ ī¸ Troubleshooting
Last updated
Was this helpful?