LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error on running LV application-not enough memory to complete this operation

Hi,
 
Developed an application for multi plot graph.
 
The graph is having around 25 plots and and its fetching many records from the database for the pltting purpose.
 
This LV application is a module of a VB real time application which is running always on the PC.
 
Now when the user tries to plot the graph...some times he is getting an error message as the following
 
"not enough memory to complete this operation"
 
What are the reasons for such an error message and how do i eliminate this error?
0 Kudos
Message 1 of 3
(3,232 Views)
LabVIEW cannot allocate the memory needed to complete the task at hand.

Prevent data copies of large datasets.
Reduce the amount of data in your graphs. (Not all point can be seen as individual points, if the scale is from 0-1000 you can plot 1000 points, but with the scale 0-1000000 you can also have 1000 point instead of 1000000 and see almost no difference.

Regards,
André (CLA, CLED)
Message 2 of 3
(3,230 Views)
Hi,

Try checking out this KnowledgeBase article concerning memory and large data sets in LabVIEW. It directs you to change a few settings so that your application will run smoothly. Hope this helps!
Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
Message 3 of 3
(3,213 Views)