Digital Signal Subset VI

Owning Palette: Digital Waveform VIs and Functions

Requires: Base Development System

Returns a subset of the digital input so you can plot the extracted signals individually or in subgroups on a graph. Wire data to the digital waveform input to determine the polymorphic instance to use or manually select the instance.

Details  

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

 Add to the block diagram  Find on the palette

DWDT Digital Signal Subset

digital waveform is the input digital waveform.
signals is a 1D array of numbers. Each number in the array represents a signal number. If any value in signals is greater than the number of signals in the digital input, the VI returns an error.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
digital subset returns the requested subset of digital waveform.
error out contains error information. This output provides standard error out functionality.

DTbl Digital Signal Subset

digital data is the set of input digital data.
signals is a 1D array of numbers. Each number in the array represents a signal number. If any value in signals is greater than the number of signals in the digital input, the VI returns an error.
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

This node runs normally even if an error occurred before this node runs.
digital subset returns the requested subset of digital data.
error out contains error information. This output provides standard error out functionality.

Digital Signal Subset Details

Use the Digital Signal Subset VI to extract individual signals from a digital waveform. The block diagram below shows how you can combine extracted individual signals with other digital data to create new digital waveforms.

The top Digital Signal Subset VI extracts the first and second signals from the digital waveform. The bottom Digital Signal Subset VI extracts the fourth and fifth signals. The Append Digital Samples VI appends the first signal to the fourth signal, appends the second signal to the fifth signal, and plots the resulting two signals on a digital waveform graph.