02-25-2013 02:34 PM
Hi,
I've created a waveform chart that takes in an integer data point every seven seconds. I'd prefer it if the chart directly connected the data points to form a line chart instead of going down to zero during the seven seconds between readings. I checked around labview briefly but couldnt find any line charts. Is there a setting I can chanhe of a type of chart i should use to get a basic line graph?
THanks
02-25-2013 02:44 PM
Why would the line be going to zero between readings? Are you sending it any zero data between readings?
Post a VI.
02-25-2013 02:45 PM
The default chart is a 'line chart'. Right click on the plot legend and look at the interpolation. Unless you changed the Fill Base Line option, the chart will not drop to zero unless you are passing it a zero value.
02-26-2013 10:22 AM
Thanks,
I recognized that I was accidentally inputting into the graph every second, thus passing in a value of zero during those times. It has been corrected.