LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display mutiple plot in waveform chart

I am using a waveform chart in which I want to plot multiple values in y axis  with time as X axis. But it is not displaying values. It shows 0 value plotting. Please help

0 Kudos
Message 1 of 5
(2,637 Views)

I am inputting 5 double values and one time value in bundle to a waveform reference

0 Kudos
Message 2 of 5
(2,635 Views)

Are those values supposed to be different plots?  If so, use the Build Waveform inside of a FOR loop to create an array of waveforms.  You can then write that to the chart.

 

And please use the terminal if at all possible.  It is a lot faster and easier to figure out.

And as an aside, you do not need to wire up all of the indexes for the Index Array.  It will default to the first element and increment automatically as it is dragged down.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 5
(2,626 Views)

Thanks for  reply. I dont want to build waveform.

I am generating an array with 5 double values and a time (timestamp). I want to display it in waveform chart with time in X axis and 5 value in Y axis . I am adding the chart each one second with new set of values. Please help

0 Kudos
Message 4 of 5
(2,595 Views)

rakesh@labview wrote: I dont want to build waveform.

Really?  But, then you stated:

 


rakesh@labview wrote: I want to display it in waveform chart with time in X axis and 5 value in Y axis.

So you actually DO want to build up the array of waveforms EXACTLY how I showed you in my previous post.

 

And you might want to check out this nugget: Sporatic Waveform Chart


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 5
(2,586 Views)