Thermocouple_GetVoltage() API

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 In thermocouple example Thermocouple_GetVoltage() API accept temperature range maximum of 100 Degree. 

   

But how can i modify that API for Full temperature range for any thermocouple.??

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You are not quite right: The temperature given to ThermoCouple_GetVoltage() is in 1/100 degrees centigrade, thus when assuming 22°C ambient temperature should be called with a value of 2200 to get a (calculated) voltage to add to the actually measured voltage (from ADC) to calculate the actual temperature.

   

 

   

Bob

0 Likes