LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error in copy,compare,delete files

Hi,
 
I write test program by copy about 3000 plus files of 1.6GB total files size from PC C drive to another test drive. However, i facing some error 6 & 7 during the operation.
This not happen when copy 50plus files of 200MB total files size. Attach with my error.jpg and my code.
Can anyone show my error in my program??
 
Thanks and Regards,
Simon
Download All
0 Kudos
Message 1 of 4
(2,665 Views)
Hi Simon,

The reason why you are getting this errors only when trying to copy large amounts of data is because Windows only allocates 2 GB of memory to any application. Since you say you are triying to copy 1.6 GB, I am inclined to say that you are reaching the memory allocation limit (the other 400MB may alredy be being used by LabVIEW). Can you try doing this operation in separate, smaller sections?
Eli S.
National Instruments
Applications Engineer
Message 2 of 4
(2,632 Views)
Simon,

Please refer to these documents as well for information about other causes of this error.

http://digital.ni.com/public.nsf/websearch/2C99F5D635AE184C86256CD1005BBF65?OpenDocument
http://digital.ni.com/public.nsf/websearch/862567530005F09C8625677800701946?OpenDocument
http://digital.ni.com/public.nsf/allkb/64F59210BE983DAA86256F1A00006160?OpenDocument

Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 3 of 4
(2,626 Views)

Hi Eli S,

Thank you for the info provide.

regards,

Simon

0 Kudos
Message 4 of 4
(2,613 Views)