Converts an analog waveform to digital data.
The analog waveform you want to convert to a digital waveform or digital data.
Number of bits represented in the digital waveform or digital data.
Total peak-to-peak range, or the difference between the minimum and maximum, for the digital waveform or digital data. For example, if the maximum range of a waveform is 1 and the minimum is -1, the full-scale range for the waveform is 2.
Default: 2
Error conditions that occur before this node runs. Unlike most nodes, this node runs normally even if an error occurs before this node runs.
Default: no error
The binary representation you want to use for the digital waveform or digital data.
Name | Value | Description |
---|---|---|
unsigned binary | 0 | Converts the data to unsigned binary. |
offset binary | 1 | The largest negative full-scale value is represented by all zeros, and the largest positive full-scale value is represented by all ones. Zero-scale is represented by a one (MSB) followed by all zeros, for example, binary 1000. |
2's complement | 2 | Uses two's complement format, which is a common format for representing signed binary values. This format is similar to offset binary, but the MSB is inverted. |
Default: offset binary
Data resulting from the conversion of the analog waveform.
Number of bits represented in the digital waveform or digital data.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application