03-02-2006 07:10 PM
03-03-2006 03:45 PM
I don't think it's possible to send in a cluster of waveforms to a waveform chart at all, regardless of how many waveforms are in the cluster. To send in multiple waveforms into a waveform chart, build them into an array of waveforms.
You do need to bundle scalar data into a cluster when sending multiple single-point signals into a waveform chart so that the waveform chart doesn't confuse an array of separate signals with an array of values from one individual signal.
Charts automatically change to the data type that is input into them. By default, they're scalar doubles. If you wire a cluster of scalars into them, then they change into scalars. My guess is you had a waveform chart configured to be a cluster of scalars, and then you were trying to wire an cluster of waveforms into it.
In any case, always refer to the example Charts.vi in the Example Finder (Help >> Find Examples from LabVIEW) for examples of properly sending in data to waveform charts. For waveform graphs, the example is called Waveform Graph.vi, and for XY graphs the example is called XY Chart.vi. Hope this helps!
03-03-2006 04:13 PM
03-03-2006 04:22 PM
03-03-2006 04:37 PM - edited 03-03-2006 04:37 PM
Message Edited by Jarrod S. on 03-03-2006 04:38 PM
03-03-2006 04:43 PM