09-04-2006 07:16 AM
09-06-2006 01:45 PM
Hi,
The attached c file will have a simple code that will take 1000 analog measurements in the "data" buffer.
This example is based off Acq-IntClk.c that installs with your DAQ driver. I have added lines 52, 61, and modified line 60. The function that controls the convert clock rate is DAQmxSetAIConvRate.
You will have to decide how you would like to display the data in the buffer, whether graphically, or just in a print screen.
Hope this helps!
B Spears