Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX Analog Input and gain

My problem is that I have to measure very low voltage on an analog input. I can not use upper and lower limit, because my incoming signal is between 5 and 0 Volt, so that I have always a high resolution with the gain. My question is:
How can I use the ActiveX programming language to set different gains in my application?

Regards
Stefan
0 Kudos
Message 1 of 2
(3,261 Views)
Gain is set automatically by setting range. When you set the limits properly the NI-DAQ software automatically chooses the gain that would be most accurate since the range of the ADC is set. For example, if you ADC range is 10 Volts and you set your range limits from 0 to 1, then a gain of 10 will be used.

It sounds like you may be trying to gain the signal to much which would leave the functional range of the ADC. For example if the gain was 10 and the signal range was 0 to 5, the ADC would need to handle a 50V range.

Just set the signal limits as accurately as possible and the NI-DAQ software will use the best gain available.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,261 Views)