LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Limit on File Size for using Open File.vi

Is there a limit on a file size for using Open File.vi?  In my application I am opening and writing to file every 3 minutes or so and I am worried that if my application runs for a week that the file will get too large.  I am considering starting a new file once the file size reaches a pre determined limit.  I am curious if anyone has run into a similar situation and if anyone has a suggestion for this file size limit. 

Cheers!
0 Kudos
Message 1 of 5
(3,237 Views)

Hi,

I have one program that wrote 4.7M of data correctly and another program that read the same data correctly and they both use Open/Creat/Replace File.

Albert

0 Kudos
Message 2 of 5
(3,227 Views)
Thank you for the reply.  I have been doing some playing around and have been able to open and write a 50Mb file without any trouble.  I think that this puts me in the clear for my application.  Just curious if anyone has ever run into any barriers with file size?

Cheers!
0 Kudos
Message 3 of 5
(3,224 Views)

Not yet.

The largest file currently in use on one of my applications is about 240 MB. It is written every day for backup reasons. No problems with the periodic write in the recent 3 years (neither hardware nor software).

Guenter

0 Kudos
Message 4 of 5
(3,213 Views)