LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform graph data points limit.

Hi,

Is there a limit on how many data points a waveform graph can display?

0 Kudos
Message 1 of 4
(4,044 Views)

Hi zomboy,

 

the technical limit is the available memory…

 

Practical limit is the width (number of pixels) of your graph! It doesn't make sense to display a milion data points in a graph less than 1000px wide.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(4,027 Views)

It depends what you want to see. If you want to plot the average of the last 1000 datapoints from a sensor, then 1million data points would fit nicely across 1000 pixels. Mike Porter has a very nice post on plotting large data sets here:

 

http://www.notatamelion.com/2015/07/31/plotting-large-datasets-without-waiting-forever/

0 Kudos
Message 3 of 4
(3,999 Views)

There are several soft limits. For example if you try to graph 2k plots, each with 4 points, your UI will basically saturate one CPU core while the same number of points graphed as 4 plots with 2k points each will be no problem.

Message 4 of 4
(3,982 Views)