Owning Palette: Digital Waveform VIs and Functions
Requires: Base Development System
Builds digital data or modifies existing digital data. If you do not wire the digital data input, the function creates new digital data based on the components you wire. If you wire the digital data input, the function modifies the digital data based on the components you wire.
You can use this function to build digital tables.
Add to the block diagram | Find on the palette |
digital data is the digital data you want to edit. If you do not wire the digital data input, the function creates new digital data based on the components you wire. | ||||||||||||||||||||||||||||
digital data component is a 2D array that contains the data values as 8-bit unsigned integers. Each row in the 2D array represents a single binary value for one sample of data with the most significant bit of data in the first column and the least significant bit of data in the last column. Each value in the 2D array corresponds to a digital value, or digital data state, represented in the digital data output. The following table shows the digital data state represented by each of the valid 8-bit unsigned integers.
|
||||||||||||||||||||||||||||
digital data is the resulting digital data. If you did not wire existing digital data, this is the new digital data. If you wired existing digital data, this is the edited digital data. |
Refer to the Digital Waveform Graph.lvproj in the labview\examples\Controls and Indicators\Graphs and Charts\Digital Waveform Graph directory for an example of using the Build Digital Data function.