LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sequential xy graph

Solved!
Go to solution

So I have this XY graph and and I am plotting 10 curves. I have a measurement setup and I do it 10 times in a while loop then I get data points as a 2-d array outside of the loops by indexing and I can easily plot them all at once. But what I want to do is to plot them sequentially so they can be seen one after another and in the end all is there. How can i achieve that?

0 Kudos
Message 1 of 4
(2,697 Views)

Attach the VI so we can see how the data is setup going to the XY graph.

 

In a loop, plot just one graph,  next iteration plot 1 and 2,  next plot 1, 2, 3. ......

0 Kudos
Message 2 of 4
(2,686 Views)

grafik.png

This is the part I need help with, I need real time results.

0 Kudos
Message 3 of 4
(2,681 Views)
Solution
Accepted by topic author dilge

grafik.png

I came up with this solution and I will try this now-

0 Kudos
Message 4 of 4
(2,676 Views)