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