Graphing Multiple Data Types on a Mixed Signal Graph
- Updated2025-04-01
- 1 minute(s) read
Graphing multiple data on a mixed signal graph is similar to graphing waveform data, XY data, and digital data on other graphs. You can wire any data type accepted by waveform, XY, or digital waveform graphs to the mixed signal graph.
Complete the following steps to graph multiple data types on a mixed signal graph.
- Before wiring data directly to a graph, use the Bundle function to merge the data types into the mixed signal graph.
- Wire the data to the elements of the Bundle function.
- Wire the output cluster of the Bundle function to the mixed signal graph. LabVIEW automatically creates plot areas to accommodate combinations of analog and digital data. By default, the mixed signal graph displays digital data as digital lines and buses in the plot area.
Refer to the Mixed Signal Graph VI in the labview\examples\Controls and Indicators\Graphs and Charts\Mixed Signal Graph directory for an example of graphing multiple data types on a mixed signal graph.
Related information Graphing Waveform Data Graphing XY Data Graphing Digital Data Types of Graphs and Charts Bundle Function