01-22-2025 07:49 AM
Hi all
I am trying to plot data on waveform graph with 1MS/s. Same data size I have to plot for 6 graphs. When I try to write data to graph the code will be crashed and throw error like NOT ENOUGH MEMORY TO COMPLETE THIS OPERATION. Please suggest idea to solve this issue.
Solved! Go to Solution.
01-22-2025 08:35 AM
Hi duraik,
@duraik756 wrote:
Please suggest idea to solve this issue.
Don't plot so many samples on your graph(s)!
Decimate the data to a reasonable amount of samples. (Hint: number of plotted samples should be less than twice the graph width in pixels…)
01-23-2025 01:40 AM
Hi GerdW
Thanks for your reply. Actually, my requirement should not decimate the samples.
01-23-2025 01:52 AM
Hi duraik,
@duraik756 wrote:
my requirement should not decimate the samples.
Then this requirements sounds silly!
IMHO it doesn't make sense to display a 1MS/s stream of data completely on a graph with ~500 pixels width…