Hello Alex,
It looks like we are dealing with several issues here.
First, the PXI-6071E�s maximum sampling rate is 1.25 MS/s, so you should be ok there.
Second, there�s a chance that your hard drive cannot write at that speed. Included below is a sample VI that tests your hard drive�s write speed. I tested it on my computer (2 years old) and was able to write at about 18MB/s, so that shouldn�t be the problem either.
Third is your disk size. 1 MS/s X 12 bit resolution (will actually write to a 16 bits, 2 bytes) X 1 hour (3600s) = 6.7 GB. You might be running out of disk space.
Fourth issue is file size. What file system are you using? NTFS can accommodate file sizes up to 16 exabytes (gigabyte x gigabyte). Fat32 can only accommodate 2 gi
gabyte files sizes. LabVIEW can only do 2 gigabyte files sizes as well. Off the record, and unsupported by National Instruments, openg.org has a
>VI that will let you access larger files.
As far as efficiency goes, the �High Speed Data Logger.vi� example (found in NI Example Finder) may provide useful code.
If none of these suggestions help, please post the software and versions you are using, the applicable portions of your code, and any other information that may help, and I�ll be happy to look further into it.
Have a nice day!
Robert M
Applications Engineer
National Instruments
Robert Mortensen
Software Engineer
National Instruments