From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

if i load 1GB file in labview array, it shows memory full. How tom handle it?

if i load 1GB file in labview array, it shows memory full. How tom handle it?

0 Kudos
Message 1 of 5
(2,584 Views)

@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

0 Kudos
Message 2 of 5
(2,580 Views)

Don't read it all at once.  Just read the parts you need when you need it.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 5
(2,578 Views)

Hi,

Please take a look at this NI KB here.


Kudos are the best way to say thanks 🙂
0 Kudos
Message 4 of 5
(2,572 Views)

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?

0 Kudos
Message 5 of 5
(2,547 Views)