I am using NI DAQ USB 6259 with Labview 7.1.
To measure an analog signal ( a voltage), I designed the attached VI. It gives me a problem: for acquisition rate greater than 100Hz, the .dat file I obtain after a measurement contains only a few of the points I expect.
To explain it better, if I perform a 5 seconds measurement at 1000Hz, I expect to find in the file 5000 points recorded, instead, actually there are only about 600.
They are (I suppose) the first ones for as the time stamp is reguler and progressive, without "holes".
The task I use is set as Continuous acquisition and the rate and buffer size I see in MAX are different from the one I specify in the VI (but the latter should overwrite).
The buffer size I chose is 100000.
LAST remark: if I put the writing express VI out of the while cycle, sometimes it works, sometimes not... so I left it inside.
Can somebody spot the reason of my problem?
Thanks,
Roberto Rodio