Table of Contents

Delay

Block Group: Logic
Icon:Delay block icon

Accepts an input value, waits a predetermined amount of time, and then returns the input as output.

For information on using dataflow blocks, see Dataflow.


Input/Output Properties

These properties can take input and give output.

input holds the value to deliver after a delay.

delay sets the length of the delay, in seconds.

mode specifies the behavior of this block in cases where input changes during a delay.


Output Properties

These properties can give output. They cannot take input.

output returns the input value after the delay.


Model

This is a basic use of the block.

Dataflow ModelDescription
Delay dataflow modelDelay dataflow modelAfter a delay of 2 seconds, the value "100" is passed from input to output.