LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write file detected no listeners

I made a labview program, that is a program calculate the 3D arrary and save the calculated 3D array with a file.
There was a message of 'memory is full', but the memory is enough. maximum memory usage was around 800MB,
and the computer has 4GB of memory.
And also the file size of the 3D array is under 200MB.
With 2Byte variable 700X1023X140, when I tried to save the file with 700X1023X136 with removing other part.  I could save the file
But when I tried to save the file with 700X1023X137, I couldn't.
I attached error message.
Anybody please let me know the reason .
0 Kudos
Message 1 of 3
(2,708 Views)

A 3 D array of that size will definitely take a lot of space on your virtual memory.

See if you can increase the size of virtual memory allocated in your computer.

If virtual memory is set to maximum permissible value, then you cannot do this operation

0 Kudos
Message 2 of 3
(2,698 Views)

Also see if you can break your data into smaller 2D array chunks and save them

Also read this link and see if it helps you

0 Kudos
Message 3 of 3
(2,695 Views)