08-30-2009 03:42 PM
09-02-2009 12:46 PM - edited 09-02-2009 12:46 PM
Hi martinVI,
According to the NI 622x Specifications, the supported filter settings are "125 ns, 6.425 μs, 2.56 ms, disable". I'm not sure why 5e-6 and 1e-6 didn't error as well, because they are not supported values for DAQmxSetCICountEdgesDigFltrMinPulseWidth() on the NI 622x. What version of NI-DAQmx are you using?
If you call DAQmxGetExtendedErrorInfo(), you'll get a string that contains specific information about what caused the error, including "You Have Requested: 500.0e-9; You Can Select: 0.000000, 2.560000e-3, 6.425000e-6, 125.0e-9".
Brad