Index Waveform Array VI

Owning Palette: Waveform VIs and Functions

Requires: Base Development System

Selects one waveform out of an array of analog or digital waveforms by array index or channel name. The data types you wire to the waveform array and index inputs and the data type of the Y component of the analog waveform determine the polymorphic instance to use.

Example

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

 Add to the block diagram  Find on the palette

WDT Index Channel DBL

waveform array is an array of analog waveforms from which to extract a single waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel I64

waveform array is an array of analog waveforms from which to extract a single waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel I32

waveform array is an array of analog waveforms from which to extract a single waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel I16

waveform array is an array of analog waveforms from which to extract a single waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel CDB

waveform array is an array of analog waveforms from which to extract a single waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel by Name DBL

waveform array is an array of analog waveforms from which to extract a single waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel by Name I64

waveform array is an array of analog waveforms from which to extract a single waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel by Name I32

waveform array is an array of analog waveforms from which to extract a single waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel by Name I16

waveform array is an array of analog waveforms from which to extract a single waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

WDT Index Channel by Name CDB

waveform array is an array of analog waveforms from which to extract a single waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the analog waveform selected from the array of waveforms.
error out contains error information. This output provides standard error out functionality.

DWDT Index Channel

waveform array is an array of digital waveforms from which to extract a single digital waveform.
index is the index of the waveform to extract from waveform array.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the digital waveform selected from the array of digital waveforms.
error out contains error information. This output provides standard error out functionality.

DWDT Index Channel by Name

waveform array is an array of digital waveforms from which to extract a single digital waveform.
channel name is the channel name of the waveform to extract from waveform array. To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveform is the digital waveform selected from the array of digital waveforms.
error out contains error information. This output provides standard error out functionality.

Example

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

 Open example  Find related examples