LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot n spectra

Hello -

I have 3 individual power spectra, saved to three separate waveform graphs.  This cannot change, but I'd like to make a summary view that shows all three displayed on the same graph.  Problem is the "merge signals" function that I usually do to perform this...isn't working.

Error is that the spectra are clusters and I'm trying to plot to dynamic data type.  I've also tried the convert to dynamic data, but it won't accept a cluster as an input. (Plenty of other options though.)  Also...tried converting using the cluster to array on each of the individual spectra but I get an error there also that the clusters mismatch.

Any ideas here....i've not ran into this issue before with simple plots but this is my first time with using spectra - maybe special consideration has to be taken into account?
LV7.1, LV8.5, LV2014/15/16
0 Kudos
Message 1 of 4
(2,612 Views)

Take the three waveforms, build array of waveforms and then wire the array to the waveform graph.

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,611 Views)
The three waveforms are created/stored as a cluster according to this context help.

You saying to create an array of those clusters?
LV7.1, LV8.5, LV2014/15/16
0 Kudos
Message 3 of 4
(2,608 Views)
Ah worked like a charm - Thanks a bunch
LV7.1, LV8.5, LV2014/15/16
0 Kudos
Message 4 of 4
(2,604 Views)