Delay Values Express VI

Owning Palette: Signal Manipulation Express VIs

Requires: Base Development System

Stores data from previous iterations of a loop and passes the data after the specified number of iterations occur.

Details  

Dialog Box Options
Block Diagram Inputs
Block Diagram Outputs
 Add to the block diagram  Find on the palette

Dialog Box Options

ParameterDescription
History sizeContains the number of iterations of the loop to delay the packet of data. The default is 1.

Block Diagram Inputs

ParameterDescription
SignalsContains the input signal or signals.
EnableEnables or disables the Express VI. The default is ON or TRUE.
error inDescribes error conditions that occur before this node runs.

Block Diagram Outputs

ParameterDescription
Delayed SignalsReturns the delayed signal(s).
error outContains error information. This output provides standard error out functionality.

Delay Values Details

The value you wire to History Size determines the number of times the loop iterates before the Express VI returns data. For example, if you enter 1 in History size, the Express VI does not return the data wired to the Signals input after the first iteration of the loop. The second time the loop iterates, the Express VI returns the value from the first iteration of the loop. The third time the loop iterates, the Express VI returns the value from the second iteration of the loop.