I have a thermocouple which output me some voltage level after signal conditioning. I need to convert it to desired units in centigrade. Below is the formula I am using for conversion. I need to proof that this formula will ensure uniform conversion of all voltage levels of thermocouple to centigrade units, such that 0 Volt corresponds to -200 centigrade and 10 Volt corresponds to 1500 centigrade.
Maximum voltage and minimum voltage are from DAQ after signal conditioning.
Maximum Reading Range and minimum reading range are values in centigrade.
We need to prove that range of voltage lets say 0V to 10V will be uniformly converted to -200 centigrade to 1500 centigrade reading range
Below is the formula for which we need a proof.
Precision Factor = (Maximum Voltage - Minimum Voltage) / (Maximum Reading Range - Minimum Reading range)
Desired output value in Centigrade = ((Input Voltage level - Minimum Voltage)/ Precision Factor) + Minimum Reading Range