LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open data storage error: "Not enough memory"

Hi everyone,

 

I have some large .hpf files (~450MB) that I cannot open as I get an error saying "Not enough memory"... The files contain 16 channels of data... Each channels is about 40 mins in duration sampled at 2kHz.... The program below is what I have used. This works fine for opening smaller files of the same type...

 

I have also tried the "Read Channel Groups.vi" from the native LabVIEW examples; but it gives the same error... Any ideas on how I can break the file into smaller, more managable chunks so that the data can be displayed and analysed?

 

Any suggestions greatly appreciated as I an not a tight timeline with this..

 

Kind regards,

Jack

 

James VI.pngI

0 Kudos
Message 1 of 2
(2,149 Views)

You need to limit how much data you read.  Two of the inputs on the read is an index and count.  Use these to get a section of the data.


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 2 of 2
(2,120 Views)