LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

not enough memory

Trying the LV 7.1 examples
“Cont Acq&Graph Voltage-to File (Binary.vi)”
and the corresponding read binary data VI:
“Graph Acquired Binary Data.vi”
I’ve got the “not enough memory” problem while reading the binary data file.
The binary files are “only” 90MB big, however,  I’m running the examples on a Windows server 2003, double processor Xeon 3GHz PC with 2GB of RAM. I used the read VI to get the wave form and to perform an FFT with the “FFT Spectrum (Mag-Phase).vi.
After some failures to read the whole file (Error: not enough memory) I’ve complemented the “Graph Acquired Binary Data.vi” with the “Request Deallocation” function without success. The FFT vi produces the memory error.
How can I further reduce the memory usage?
Or alternatively
How can I read just a part of the binary data file?
 
Thank you out there!
Albert
0 Kudos
Message 1 of 2
(2,712 Views)
You can read part of the file with the functions under "File I/O>Advanced File Functions" (Open File, Seek, Scan From File, etc.).


Regards,


Wiebe.
"grivilla" <x@no.email> wrote in message news:1139492453729-322633@exchange.ni.com...
Trying the LV 7.1 examples
?Cont Acq&amp;Graph Voltage-to File (Binary.vi)? and the corresponding read binary data VI:
?Graph Acquired Binary Data.vi?
I?ve got the ?not enough memory? problem while reading the binary data file.
The binary files are ?only? 90MB big, however,&nbsp; I?m running the examples on a Windows server 2003, double processor Xeon 3GHz PC with 2GB of RAM. I used the read VI to get the wave form and to perform an FFT with the ?FFT Spectrum (Mag-Phase).vi.
After some failures to read the whole file (Error: not enough memory) I?ve complemented the ?Graph Acquired Binary Data.vi? with the ?Request Deallocation? function without success. The FFT vi produces the memory error.
How can I further reduce the memory usage? Or alternativelyHow can I read just a part of the binary data file?
&nbsp;
Thank you out there!
Albert
0 Kudos
Message 2 of 2
(2,670 Views)