02-20-2007 08:26 AM
02-22-2007 07:45 AM
Hi "jpcanovas",
I kow that Problem, I have it too. My problem is, that the hardware always trys to acces onboard memory when you issue the start function outputting a continous numer of samples.
Try to work buffered (that means countinous output)...
(DAQmxCfgSamplClkTiming(taskhandle,"",samprate,DAQmx_Val_However,DAQmx_Val_ContSamps,NumberOfSampsToBeWrittenPerChannel);
You will need to put your samples into the buffer continously.
Hope I could help you,
Hanna
02-22-2007 07:47 AM
Sorry, I found a typo,
it should of be "a finite numer of samples..."
And access wit two s.