sush
Member level 4
how to solve it
hi all
i want to design a Nickel-120 RTD based temperature controller.
Linearization equation for nickel is:
Rt/R0 = 1+ aT + bT^2 + cT^3 + DT^4 + ET^5 + FT^6
where
T is the unknown temperature
a= 5.485 x 10^-3
b= 6.65 x 10^-6
c= 0
d = 2.805 x 10^-11
e= 0
f= -2 x 10^-17
R0=120
and Rt is the resistance value of RTD obtained from external hardware.
now i have to calculate Temperture out of this equation.
how can i solve this algebric equation for t ? i have the value of Rt/R0.
i tried using log but got stuck with log of negative number.
basically we need a equation in terms of R ; i.e. T= ...............
so that i can calculate out the temperature from R value obtained from external hardware.
i'm using Keil c51. 89c51, LCD
thnkx
byee
hi all
i want to design a Nickel-120 RTD based temperature controller.
Linearization equation for nickel is:
Rt/R0 = 1+ aT + bT^2 + cT^3 + DT^4 + ET^5 + FT^6
where
T is the unknown temperature
a= 5.485 x 10^-3
b= 6.65 x 10^-6
c= 0
d = 2.805 x 10^-11
e= 0
f= -2 x 10^-17
R0=120
and Rt is the resistance value of RTD obtained from external hardware.
now i have to calculate Temperture out of this equation.
how can i solve this algebric equation for t ? i have the value of Rt/R0.
i tried using log but got stuck with log of negative number.
basically we need a equation in terms of R ; i.e. T= ...............
so that i can calculate out the temperature from R value obtained from external hardware.
i'm using Keil c51. 89c51, LCD
thnkx
byee