Hi Tom W !
The example you are mentionning does not satisfy me, since it concern a continuous data acquisition, using events for reading the buffer.
Of course, if I had to write my program from scratch, this is the way i would go. But I already have a big program (+5000 lines of VB code) and in order to shift
fast from the traditional DAQ to DAQmx, I just need the equivalent routine of DAQ_Monitor.
The
DAQ_Monitor() function reads a certain portion of the buffer
without transfering the data. My application is based on huge-buffer readings (every 10min), because it processes the previous buffer and in the same time (during these 10min) it displays the on-line data on the screen.
So, is there such a function (or a technique) to achieve this in DAQmx ?
Dimitri