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?