Version 1.9.4: Difference between revisions

5 bytes added ,  13:45, 14 August 2014
m
→‎1098: added squared symbol
m (b1098)
m (→‎1098: added squared symbol)
Line 306: Line 306:
This last change allows a value to be provided which is multiplied by the temperature reading squared, and the result added to the actual reading (the supplied value can be negative). To use this, add a line to [[Cumulus.ini#Section:_Offsets]] (with Cumulus stopped):
This last change allows a value to be provided which is multiplied by the temperature reading squared, and the result added to the actual reading (the supplied value can be negative). To use this, add a line to [[Cumulus.ini#Section:_Offsets]] (with Cumulus stopped):
     TempMult2=x.x
     TempMult2=x.x
In other words, this means that the logged reading can be (TempMult2 * temp2) + (TempMult * temp) + TempOffset
In other words, this means that the logged reading can be (TempMult2 * temp²) + (TempMult * temp) + TempOffset