ON Delay
This function block introduces a delay mechanism that is triggered when the input signal transitions to a True state. It prevents immediate feedback by introducing a defined delay period before allowing the output signal to reflect the change.
๐ฅ Inputs
Boolean
A Boolean input signal that will be monitored for changes.
๐ค Outputs
Boolean
The output signal will be True only after the defined delay when the input signal goes to True.
๐น๏ธ Controls
Delay Time (seconds)
A text field where you can specify the duration of the delay before the output signal changes to match the input signal. The default value is set to 5 seconds.
๐จ Features
Delay Control
Implements a delay mechanism that can be adjusted based on user-defined requirements.
Signal Filtering
Once triggered, the block filters the input signal to prevent premature activation of the output signal.
๐ Usage Instructions
Connect Input Signal: Attach a Boolean signal to the input socket.
Set Delay Time: Input the desired delay duration in seconds in the
Delay Time (seconds)
control.Run Evaluation: When the input transitions to True, the output will remain False until the specified delay has passed, after which it will output True.
๐ Evaluation
On evaluation, this function block will monitor the input signal. If the signal goes to True, it will impose a delay before allowing the output to reflect this change.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?