Synchronize Data Flow VI

Owning Palette: Synchronization VIs and Functions

Requires: Base Development System

Passes through the values of the input wires after the upstream code executes.

Use this VI to synchronize multiple parallel code paths at a single point of data flow to ensure a certain execution order.

 Add to the block diagram  Find on the palette
input 1 specifies the value of the first wire.

This input accepts any data type. The default data type is a variant.
input 2 specifies the value of the second wire.

This input accepts any data type. The default data type is a variant.
input 3 specifies the value of the third wire.

This input accepts any data type. The default data type is a variant.
input 4 specifies the value of the fourth wire.

This input accepts any data type. The default data type is a variant.
output 1 returns the value of input 1.
output 2 returns the value of input 2.
output 3 returns the value of input 3.
output 4 returns the value of input 4.