Stall Data Flow VI

Owning Palette: Timing VIs and Functions

Requires: Base Development System

Delays the data flow of the wire for a specified period of time.

Example

 Add to the block diagram  Find on the palette
milliseconds to wait specifies the number of milliseconds that this VI waits to continue the data flow.
value in specifies the input value before the delay occurs. This input accepts any data type.
millisecond timer value returns the LabVIEW system time when the delay finishes.
value out returns the value in value in.

Example

Refer to the Malleable VIs Basics.lvproj in the labview\examples\Malleable VIs\Basics directory for an example of using the Stall Data Flow VI.

 Open example  Find related examples