I am using Labview 8.0 to transfer a record from the oscilloscope via
USB. I am able to transfer 10k and 100k points, but when I attempt to
trasfer 1M points the read occurs, but there is a warning that not all
of the data may have been read. I have increased the read length to
10,000,000 as I am trasfering in ASCII, but different ammounts of data
are returned, always about 150,000 points.
The actual data size trasfered should be about 5 times the number of points,
because I am using 2 bytes of data per point, and it is being
transferred in ascii format. Is there a maximum data trasfer size for
the scope or labview over a USB connection?