Hi all,
I have a DMM PCI 4070 model that I evaluate under linux (Redhat distribution). Using the example code (found in "/usr/local/natinst/nidmm/examples/c/Single_Point/DC_Volts") for single point measurement of DC Volts I have added some code to check how long it takes to get a result and I find an average value of 290ms.
The documentation says that the maximum aperture time is 100ms for this model of DMM in DC volt measurement mode, could someone explain me why I get such a long time (3 times the maximum aperture). I have attempted to disable auto zero feature and I have got an average measurement duration of 220ms. If I disable auto zero and ADC calibration I can get 160ms.
If I put the resolution to "0.0001" instead of "0.00001" the average value of the measurement duration falls down to 8ms. Why is there such a gap between the two higher resolutions?
The only modifications that I have done to the example code is to build a loop of measurements (100 in my case) around the "niDMM_Read" code and some "gettimeofday" calls before and after the measurement calls.
Thank you for clarifying my mind.
Regards,
Michel Peru