Waveform to XY Pairs VI

Owning Palette: Analog Waveform VIs and Functions

Requires: Base Development System

Creates an array of data values and their corresponding time stamps. Wire the data type of the Y component to the waveform in input to determine the polymorphic instance to use or manually select the instance.

Example

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

WDT Waveform to XY Pairs DBL

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs SGL

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs I64

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs I32

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs I16

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs I8

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs U64

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs U32

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs U16

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs U8

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs CDB

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs CSG

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs EXT

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

WDT Waveform to XY Pairs CXT

waveform in is the waveform for which you want to retrieve data values and corresponding time stamps.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform out returns waveform in unchanged.
XY pairs is the data values of the waveforms and their corresponding time stamps.
x is the time stamp of y.
y is the data value.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Waveform - XY Pairs VI in the labview\examples\Waveform directory for an example of using the Waveform to XY Pairs VI.

 Open example  Find related examples