06-01-2006 11:56 PM - edited 06-01-2006 11:56 PM
Message Edited by 10Things on 06-01-2006 11:57 PM
06-02-2006 01:14 PM
06-02-2006 01:44 PM
Here's the stuff - I don't know why it didn't attatch.
When you look at the code you'll see that dataflow is not the problem.
06-02-2006 02:09 PM
One possibility would be to put your data acquisition inside a timed loop, with the actual DAQmx function being selected to return waveform data, which has built in time stamps generated by the DAQ hardware. The timed loop will impose a little more accurate timing on your acquisition loop, the timestamps will more accurately represent when the data was actually captured. With the timed loop there are "signals" available on the left hand side that show whether the loop finished late and inputs on the right hand side that allow you to vary the loop timing dynamically.
06-02-2006 02:39 PM
06-02-2006 02:47 PM