LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to read the datas(speed and flow rate) from a table and plot it in a graph.

Solved!
Go to solution

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?

 

0 Kudos
Message 1 of 5
(3,106 Views)
Solution
Accepted by topic author Rashme_SR

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. 

 

Flow Plot.png

0 Kudos
Message 2 of 5
(3,071 Views)

Thank you so much yar. Its working fine..

0 Kudos
Message 3 of 5
(3,049 Views)

Is it possible for me to read the number of input data ( number of rows entered ) and plot the curve accordingly?

0 Kudos
Message 4 of 5
(3,044 Views)

Yes.. you can do that.

 

Use array functions (Array subset)...

 

Munna
0 Kudos
Message 5 of 5
(3,029 Views)