10-07-2014 02:42 PM
if i load 1GB file in labview array, it shows memory full. How tom handle it?
10-07-2014 02:46 PM
@amrita1988 wrote:
if i load 1GB file in labview array, it shows memory full. How tom handle it?
Who is tom? Is that the person writing the program? Show us the code that is giving you trouble, along with the error message. For example, you mention a 1GB file, but a file of what? Is it a Text file? Are you reading characters, or are you reading numbers? What function(s) are you using to read the file? What is the precise Error Message? Where is the code?
BS
10-07-2014 02:46 PM
Don't read it all at once. Just read the parts you need when you need it.
10-07-2014 02:54 PM
10-07-2014 03:51 PM
Is it a binary file or a formatted file?
How are you reading it?
Once you read it, what is the program doing to the data (e.g. graph it all at once, process it, etc.).
Do you have LabVIEW 32bit or 64 bit?
What is your OS?