LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting the graph

I have a requirement to plot the graph. The required text file is attached with this message. The requirement is, the program should read the values as 30 set (first 30 then second 30 like that) and should plot in the same graph with different colors.

For example I have attached 3 set of details (totally 90 data, it might be 'n' number of sets actually). once I plot the second set of details in the graph, first set of details also should be there in the graph

 

Could you please provide a sample vi for this?

 

 

Thank you,

 

 

Best Regards,

Rathan

0 Kudos
Message 1 of 7
(3,209 Views)

Hi,

 

Do you specifically want to plot into in graph?

 

and you want to read it from txt file or you have do it in the example?

 

Otherwise you can plot it on chart.

 

regards

0 Kudos
Message 2 of 7
(3,192 Views)

It is not a problem for me. Actually what I need is I will receive 30 datas as a pack at real time (not from the file)continiously. I have to plot those 30 values continiously against (0-30 range) with different color for comparison purpose not accumulating like 0-30, 31-60, 61-90. It all comes under 0-30 range

 

 

 

Thank you,

 

 

Best Regards,

Rathan

0 Kudos
Message 3 of 7
(3,188 Views)

Hi,

 

So i suppose  the following example will help you.

 

I have done it for 5 , you can extend it.

 This example is not for against 0-30 values.

 

as given in below msg, XY graph will be best.

Sorry that i did'nt noticed "against(0-30) values"

 

 

Regards

Message Edited by shrekt on 10-09-2009 11:53 AM
0 Kudos
Message 4 of 7
(3,184 Views)
you should read from txt file and use an xy graph to plot the seperate data.
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 5 of 7
(3,183 Views)

Dear shrekt

 

Could you please save the file in Labview 8.5 or below version and send it to me as soon

 

 

Thank you,

 

Regards

Rathan

0 Kudos
Message 6 of 7
(3,177 Views)
dynamic data is not always the best way to deal with your data so... I have an example of how the XY Graph works with arrays of dbl.
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 7 of 7
(3,168 Views)