LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot points corresponding to a given pair of x,y values on a graph in real time?

Sorry again. I got it. Thank you very much. I was looking for a different file.
0 Kudos
Message 11 of 15
(949 Views)
You are still using LabVIEW 6.0, so several "next versions" are already out! 😉

If yo want the graph to act as a chart so points are added as you go, you could accumulate your x and y arrays in a shift register as in the attached image. Make sure to add a delay and don't let it run forever because the arrays will grow without bounds. (The XY chart example uses a chart buffer for the same purpose.)
0 Kudos
Message 12 of 15
(949 Views)
Hey guys , that was a very interesting conversation . It helped me solve my issue totally. Thanks and Cheers
0 Kudos
Message 13 of 15
(942 Views)

I've the same problem

 

0 Kudos
Message 14 of 15
(299 Views)

Hi 77,

 


@7712452labview wrote:

I've the same problem


Exactly the same problem as was written about 20 years ago?

And that 18 year old solution by Christian Altenbach does not work for you?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 15 of 15
(288 Views)