10-13-2005 07:24 AM
10-17-2005 08:45 AM
Hello DaytonaEd,
I'm not sure why that function isn't in your DAQmx C Reference Help. I have the same version of NI-DAQ, and I got to that function by clicking on the Contents tab, then expanding NI-DAQmx C Properties and clicking on "List of Timing Properties". The function was listed (in the right window) under More>>AI Convert. Anyway, the max convert clock rate is usually equal to the max sampling rate of the device. This is true for you M Series devices, PCI-622x family, and it can be set with the function you mentioned: DAQmxSetAIConvRate. However, the USB-600x devices do not have the ability to set the convert clock rate. Its convert clock rate is always chosen by the driver. You can, however, use the DAQmxGetAIConvRate to query the rate.
-Alan A.
10-17-2005 12:51 PM