Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Can the measurement input limit be “auto adjusted”?

As the document says, set input limit properly can improve the precision of measurement.but in measuremnts, the input limit always has to be setup(call the function “DAQmxCreateAIVoltageChan”) before starting test.
But the real signal to be measured is always varies in a certain range,for example,varies from 5mV to 5V. If you set the input limit to 5V,then digitalizing error when measuring 5V is much larger then measuring 5mV. If the input limit can be adjust the 10mV or 5mV in time ,the measurement precision can be largely improved.Is there any method or an algorithm?
^_^^_^
0 Kudos
Message 1 of 2
(5,640 Views)
Hi,

You should set the input limits the the maximum range that your signal will reach. Currently, there is no way to change the input limits while the analog input task is running. This is because the input limits are used to set the gain and range on the ADC. You will need to stop the task before changing the input limits. However, this method will severly limit your sampling rate.

-Sal
0 Kudos
Message 2 of 2
(5,633 Views)