09-05-2018 06:35 AM
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
09-05-2018 06:37 AM
I am inputting 5 double values and one time value in bundle to a waveform reference
09-05-2018 06:54 AM - edited 09-05-2018 06:55 AM
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.
09-05-2018 11:34 PM
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
09-06-2018 05:59 AM
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