LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY graphs, I need to plot all values in the graph, and not only one

I need plot in the graph XY all values, but I only obtain the value read in moment, it plots only one point. I need an plot like one waveform chart, but in XY graph, because i need plot 2 variables, Y depends of X, I obtain that with XY graph, but I obtain the complet graph in the final of while cicle, and I need that in moment.
0 Kudos
Message 1 of 4
(3,184 Views)
Hi Luis,

find attached an example ( maybe not easy to understand); but you can cut it and reuse it for
your needs. Hope it helps.

regards
Werner
0 Kudos
Message 2 of 4
(3,184 Views)
Greetings, Luis:

Have you looked at the XY CHART example? The difference between charts and graphs in Labview, is that the charts accumulate data, whereas the graphs plot an array of data points. Use charts instead, and I think you'll get what you need.

Eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 3 of 4
(3,184 Views)
Thank you for your help. That example works in my case. Regards
0 Kudos
Message 4 of 4
(3,184 Views)