Solution
The
Build Waveform VI simply creates a cluster datatype that consists of three elements: t0, dt, and Y. The Y datatype is a 1-D array of numerics.
- In order to display multiple values of Y, use a separate Build Waveform VI for each array of data.
- If you would like them all to have the same X-axis, wire the output of the first Build Waveform VI to the waveform input of the other Build Waveform VIs.
- Wire the outputs of each Build Waveform VI into a Build Array VI.
- The array of clusters from the output of the Build Array VI can be directly wired into a waveform graph.