Binary to Digital VI

Owning Palette: Digital Conversion VIs and Functions

Requires: Base Development System

Converts a binary array of unsigned integers to a digital waveform or set of digital data. You must manually select the polymorphic instance you want to use.

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

 Add to the block diagram  Find on the palette

DWDT Binary U32 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 32-bit integers you want to convert to a digital waveform or set of digital data.
sample rate specifies the frequency in samples per second of the output digital waveform.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital waveform returns the converted digital waveform.
error out contains error information. This output provides standard error out functionality.

DTbl Binary U32 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 32-bit integers you want to convert to a digital waveform or set of digital data.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital data returns the converted set of digital data.
error out contains error information. This output provides standard error out functionality.

DWDT Binary U16 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 16-bit integers you want to convert to a digital waveform or set of digital data.
sample rate specifies the frequency in samples per second of the output digital waveform.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital waveform returns the converted digital waveform.
error out contains error information. This output provides standard error out functionality.

DTbl Binary U16 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 16-bit integers you want to convert to a digital waveform or set of digital data.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital data returns the converted set of digital data.
error out contains error information. This output provides standard error out functionality.

DWDT Binary U8 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 8-bit integers you want to convert to a digital waveform or set of digital data.
sample rate specifies the frequency in samples per second of the output digital waveform.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital waveform returns the converted digital waveform.
error out contains error information. This output provides standard error out functionality.

DTbl Binary U8 to Digital

compress data specifies whether to compress the digital output. The default is TRUE.
binary array is the 1D array of unsigned 8-bit integers you want to convert to a digital waveform or set of digital data.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
digital data returns the converted set of digital data.
error out contains error information. This output provides standard error out functionality.