LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

file size limitation?

I have a large data file that is continuously being added to. I want labview (in windows XP) to tell me the size of that file as it is updated, but there seems to be a 4GB threshold (I am using a U32 variable to display the size, so this makes sense). What I want to know is this - is there a way around this, or do I have to limit my file size to 4BG? Thanks!
0 Kudos
Message 1 of 3
(2,641 Views)
dlbuhl wrote:

> I have a large data file that is continuously being added to. I want
> labview (in windows XP) to tell me the size of that file as it is
> updated, but there seems to be a 4GB threshold (I am using a U32
> variable to display the size, so this makes sense). What I want to
> know is this - is there a way around this, or do I have to limit my
> file size to 4BG?

Checkout the OpenG Toolkit on www.OpenG.org -> OpenG Toolkit ->
Downloads. On the sourceforge page you can get from there, is a
LargeFile library for Windows you can use to do that.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 3
(2,641 Views)
I ran into this same problem when using the database connectivity toolset. On a win2000 machine, the .mdb file size was limited to 1GB. I changed my DSC application to store the data in the CITADEL database. CITADEL handles all of the file naming and size issues internally.
0 Kudos
Message 3 of 3
(2,641 Views)