I'm writing a temperature logger using thermocouples. Is there any way I can increase the gain? I understand when I create the AIChannel via:
Task.AIChannels.CreateThermocouple()
method I pass it in the max and min temperatures expected. If I understand this correctly, the max and min are then used to set the gain in the underlying code. Is there anyway I can see what the gain is set too after I create the AIChannel? I get an error when I try and use AIChannel.Gain to get the gain.
The reason I ask is because I think I'm right at the edge of my 12 bit resolution card (DAQ 6062E) and I want to make sure the gain is as high as possible. The temp. range I'm measuring is between 20 and 30 degC.
Thanks,
Phil