11-17-2010 04:45 AM
Hi Guys,
I am loading a binay different binary files and am having error of "Memory full"
When I load a 43,837 and 110,196kb file this error comes .
and when I load 5,811 kb file it works fine.
Please note that 43,837kb file has 5611000 samples and 110,196kb file has 8060000
can anyone tell me the solution to fix it ?
Rgs
M Omar Tariq
11-17-2010 07:46 AM
Please post your code so we can give you real suggestions. It sounds like you are make extra memory copies you probably don't need. To get a jump start on the problem, take a look at the tutorial Managing Large Data Sets in LabVIEW. Newer versions of LabVIEW have this information in the help files.