LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to update an "XY" graph each time a point is generated as with a "Chart"?

Solved!
Go to solution

Is there a way to update an "XY" graph each time a point is generated as with a "Chart"?

In the attachment, the XY graph, "OUT" is updated after the loop is completed. I'd like to update it as the data is generated inside the loop. Is this possible?

 

Thank you.

0 Kudos
Message 1 of 2
(2,043 Views)
Solution
Accepted by topic author chuck72352

To make it work, you have to make the complete array available inside the loop.  That means you cannot use an indexing tunnel at the exit to construct the array. Instead, you have to use a shift register and build array inside the loop.

 

This will do what you want.  It would have been easier to show you if you'd posted your code.

Message 2 of 2
(2,040 Views)