54
x
Corrections
OneSix Server Help
parameter "DefaultThermistorCorrID=" to the Server section, and set it to whatever
CorrectionID you wish.
Predefined Corrections use the following equations. The first equation normalizes
the passed value, and the second produces the conversion to degrees Celsius.
Parameters:
NTC_DIVIDERES = 10000
NTC_NORMALRES = 10000
Fitting constants:
A = 3.3539264E-3
B = 2.5609446E-4
C = 1.9621987E-6
D = 4.6045930E-8
R
normal
= NTC_DIVIDERES / (32767 / value ) - 1 / NTC_NORMALRES
Value in degrees Celsuis = 1 / ( A + B*R
normal
+ C*R
normal
2
+
D*R
normal
3
)