10-20-2006 05:28 PM
IntPtr
writeAO, AOTaskHandle;fnDAQmxCreateTask(
"Output", out AOTaskHandle);The problem is that 'done' always keeps '0'. Why? Shouldnt it be a sign of the end of DAQmxWriteAnalogF64? (As I've found out, DAQmxWriteAnalogF64 only writes to the memory not directly to the line, that's why I put the fnDAQmxWriteAnalogF64 before the fnDAQmxStartTask. But reverse, there had been another problem: the running time of fnDAQmxWriteAnalogF64 was always about 140 miliseconds irrespectively of fnDAQmxCfgSampClkTiming... although it should have been exactly 10000 milisecs of course..)
Thanks ever so much for your answer!
10-23-2006 07:55 AM
10-23-2006 01:21 PM
10-23-2006 02:14 PM
10-24-2006 07:13 AM