09-24-2009 11:39 AM
I created a VI where I collect images and then at the end try to zip the folder they are stored in. This works fine until 2GB when labview stops adding to the zip file and when it completes the zip file says it is corrupt.
I can collect images into a folder well beyond 2GB with no problems.
I basically copied labview's zip files example into my VI. The only difference is that instead of the user selecting the folder to zip I just send it the folder the images were stored in.
I have this issue in labview 8.6. I also have labview 2009 if this will help at all.
09-24-2009 11:54 AM - edited 09-24-2009 11:57 AM
You are probably running on a 32-bit system, which is why you're seeing this limitation. This is not a LabVIEW limitation, but a hardware/OS limitation.
EDIT: (Clicked that Post button too quickly) Basically, somewhere in the code there's a file pointer that's an I32, and there's the actual limitation.
09-24-2009 12:26 PM
In the original ZIP format design, it was limited to 2 Gbytes. Do you have a newer version of the program that works around this limitation?
09-24-2009 03:39 PM
09-24-2009 04:03 PM
09-24-2009 04:23 PM
02-02-2010 03:51 AM
Yes, I'd also say that the user try to use the labview zip-vi's.
I just tried to use them to but couldn't compress my 4+GB file. I even tried to do it on a Win7 64bit (with Labview 32bit).
Is there any workaround yet?
Yves
02-02-2010 04:21 AM
02-02-2010 05:49 AM
Ok. I found a workaround.
http://forums.ni.com/ni/board/message?board.id=170&message.id=109557&query.id=1358631#M109557
Obviously I shouldn't look for limitation instead of solutions.
Yves