07-30-2008 02:38 AM
07-31-2008 08:19 AM
07-31-2008 08:29 PM
DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByScanNumber,data,bufferSize*NUM_CHANNEL,&pointsRead,NULL));
printf("%f ",data[i]); // here, print the acquired data immediately. But in this file, the data, though change a little bit do not follow the input analogue voltage. But in good_simple_acquire.c, the previous lines are the same and work well, i.e. the printed value follows the voltage adjustment.
Send…08-01-2008 05:04 PM
08-01-2008 11:57 PM
Dear Steve,
I post another message. I hope this message will describe this problem more clearly.
http://forums.ni.com/ni/board/message?board.id=250&thread.id=42027
Thank you for your help!
08-04-2008 01:55 PM
08-05-2008 12:28 AM