02-18-2015 06:05 AM
I am trying to read the datas(speed and flow rate) from a table and plot it in a graph. I need to plot two values of lpm (flow) for the same speed. How can i do it using a for loop?
Solved! Go to Solution.
02-19-2015 04:05 PM
You don't actually need to use a FOR loop for this. And using a waveform graph is the wrong type of plot for this, for a waveform you have a T0(Start), dT(Step Size) and array of D (Data), this is not what you want unless you know specifically that the measurements will occur in an orderly pattern, prefereably you would want an X-Y Graph so that you can plot the measurements where they occur in both the X and Y axes.
02-19-2015 11:47 PM
Thank you so much yar. Its working fine..
02-19-2015 11:59 PM
Is it possible for me to read the number of input data ( number of rows entered ) and plot the curve accordingly?
02-20-2015 01:20 AM
Yes.. you can do that.
Use array functions (Array subset)...