Alain Compaore Posted July 11, 2023 Posted July 11, 2023 I am looking for the equation to calculate the Total Error (measurement and temperature offset) under these conditions DAQ = USB-2416 DAQ Expansion = AI-EXP32 Temperature variation in the room from 20C and 35C Measurement = 0.00164V Range = ±0.078125 V A/D data rate = 3750 S/s
0 Fausto Posted July 12, 2023 Posted July 12, 2023 Hello @Alain Compaore. You did not mention using thermocouples as your signal's sensor type, so we don't need to consider the thermocouple's specifications from the thermocouple manufacturer. The analog input DC voltage measurement specifications are listed in Table 12 of the user's guide and the values are typical for the device at 25 °C. https://www.mccdaq.com/pdfs/manuals/USB-2416.pdf (Note: The USB-2416 should be warmed up for 45 minutes after the initial power on.) in_val = input voltage reading (V) act_temp = environment temperature Total error = [(in_val) x (0.035 %)] + [6 µV] + [(0.078125 V) x (0.0009 %)] + [(in_val) x (0.0006 %) x (act_temp - 25 °C)] + [(1 µV) x (act_temp - 25 °C)] Given: in_val = 0.00164 V act_temp = 35 °C Total error = [(0.00164 V) x (0.035 %)] + [6 µV] + [(0.078125 V) x (0.0009 %)] + [(0.00164 V) x (0.0006 %) x (35 °C - 25 °C)] + [(1 µV) x (35 °C - 25 °C)] = 0.000000574 + 0.000006 + 0.000000703125 + 0.0000000984 + 0.00001 = ±0.00001738 V If you are concerned about the surrounding environment's temperature, then consider using a protective enclosure for the USB-2416. Regards, Fausto
Question
Alain Compaore
I am looking for the equation to calculate the Total Error (measurement and temperature offset) under these conditions
DAQ = USB-2416
DAQ Expansion = AI-EXP32
Temperature variation in the room from 20C and 35C
Measurement = 0.00164V
Range = ±0.078125 V
A/D data rate = 3750 S/s
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now