LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File size above 2 GB, is that possible in LabVIEW.

I want to stream data to disk for a long period, in the format waveform data
type - my problem is that the data files tends to reach the limit of 2 GB.

Is it possible to make files in LabVIEW greater than 2 GB ?

My OS is Windows XP and the disk is NTFS formatted.

I really appreciate your help on this one!


Allan
0 Kudos
Message 1 of 3
(2,716 Views)
Allan wrote:
> I want to stream data to disk for a long period, in the format waveform data
> type - my problem is that the data files tends to reach the limit of 2 GB.
>
> Is it possible to make files in LabVIEW greater than 2 GB ?
>
> My OS is Windows XP and the disk is NTFS formatted.
>
> I really appreciate your help on this one!

If you do the writing of files yourself, e.g. using the Write File node,
then you can go to www.openg.org and checkout the OpenG Toolkit. There
should be a link from
http://www.openg.org/tiki/tiki-index.php?page=OpenG+Toolkit to the
sourceforge page where you can download the entire Toolkit or portions
thereof. You are interested in the Large File IO libarary which access
the Win32 API to handle files bigger than 2GB.

Rol
f Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 3
(2,716 Views)
It would seem the answer is no.

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/ad51244672
45f1d986256b06006f336a?OpenDocument

"Allan" wrote in message
news:40be4323$0$297$edfadb0f@dread16.news.tele.dk...
> I want to stream data to disk for a long period, in the format waveform
data
> type - my problem is that the data files tends to reach the limit of 2 GB.
>
> Is it possible to make files in LabVIEW greater than 2 GB ?
>
> My OS is Windows XP and the disk is NTFS formatted.
>
> I really appreciate your help on this one!
>
>
> Allan
>
>
0 Kudos
Message 3 of 3
(2,716 Views)