LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Two Signals on a Strip Chart

Solved!
Go to solution

Everyone,

 

Strip charts have always been my downfall.  Please see the image "Single Data Point Works" to see a block diagram of a program that neatly plots a series of points on a strip chart.

 

I thought it would be simple to add another data series to plot on the same Y axis.  I just added another data point to each array I feed into the "Y" terminal of the "Build Waveform" block.  When I do that, nothing works.

 

Any help would be greatly appreciated.

 

Thanks!

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
Download All
0 Kudos
Message 1 of 4
(3,199 Views)

Open up the example finder and find the charts.vi. LabVIEW>>Help>>Find Examples.

 

Or just copy the code you had inside the while loop of your first vi with the exception of having 2 charts. Out of the 2 build waveform primitives add a build array primitive and wire that to your chart.

 

Hope this helps.

 

Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 2 of 4
(3,169 Views)
Solution
Accepted by topic author diarmaede

See if this is what you are looking for..

 

*************************************************
CLD
*************************************************
0 Kudos
Message 3 of 4
(3,166 Views)

Hi,


Sorry it took so long to get back to you, but YES, that was what I was looking for.  Thanks!

 

 

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 4 of 4
(3,063 Views)