DTbl Get Digital Value VI
- Updated2025-07-30
- 3 minute(s) read
Returns the X and Y value of a waveform or digital data set. The data type you wire to the waveform in input and the data type of the Y component of the analog waveform determine the polymorphic instance to use.

Inputs/Outputs
digital data in
—
digital data in is the set of digital data for which you want to retrieve the X and Y values.
Start
—
Start is the data element or time value where you want to start acquiring X and Y values.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Compressed Index
—
Compressed Index returns the index of the data element or time value with respect to the compressed waveform. For example, if the actual sample number is 8 but the sample is compressed in a portion of the waveform that starts at 3, the compressed index is 3.
digital data out
—
digital data out returns digital data in unchanged.
Sample Number
—
Sample Number returns the sample number of the data element or time value. If the value of Start is inside a compressed portion of the waveform, Sample Number is the sample number calculated as if the waveform was not compressed.
digital value
—
digital value returns an array of Y values.
error out
—
error out contains error information. This output provides standard error out functionality.
digital data value
—
digital data value returns the values of the digital data. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Waveform\Waveform - Get Y Value.vi
digital data in
—
Start
—
error in (no error)
—
Compressed Index
—
digital data out
—
digital value
—
error out
—