Identifying Plot Values in a Masked Digital Graph

When graphing binary data, use a mask to select, reorder, and combine bits in the data before you display it on the graph. A mask is a 2D array of integers. Each row in the array represents a plot on the digital graph. To display Bits 1 and 5 on a single plot, enter a 1 in one element of the array and a 5 in another element. Each element in the array is identified by a power of two (2^0 through 2^n). Use these numbers to identify which element in the array plots a bit to the graph.

Refer to the Masking Data section in Chapter 11, Graphs and Charts, of the LabVIEW User Manual for more information about using masks with digital data.