LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY Graph w Limited Data from Array

Solved!
Go to solution

I have a growing array with 5 columns (time, flowrate, pressure1, p2, p3), plotted in two XY graphs. I am concerned that the numerous data points are slowing down the program, therefore, I want to limit the amount of rows in the array to be plotted in the XY Graphs. Let us say the last 20 rows. Does anyone know how to do this?

 

 

0 Kudos
Message 1 of 2
(753 Views)
Solution
Accepted by topic author svelasmor

You can use Delete From Array so that you can just hold onto the last 20 rows.

Message 2 of 2
(720 Views)