EasyTherm (2005-12-27 00:43:37)

Easytherm is a tool that helps making curves from a few calibration points for an NTC temperature sensor.

The coolant and manifold air temperature sensors are (in 99.9% of cases) NTC type. The ExhaustGasTemp sensor can never be an NTC type.

Easytherm files are located in the files section of the Megasquirt group at http://groups.yahoo.com/ or directly from [msefi.com]

Steps:


Developer TODO - to make some of the above few simple steps automagic:

Marcell started to write a small utility to make calibration table, in vems.hex snippet form, for engines like MembersPage/NanassyPeter/Status

Marcell found that fitting a 2nd order polynom (parabola) to 3 measured points over the whole temp-range (IIRC this is what easytherm does, I read it a long time ago, but I couldn't download to check) gives very poor fitting to the NTC curve.

The proper way is:

I started to write in svn/firmware/firmware/trunk/bin/simulated_annealing (next to inc2tbl script, and prog.pl and patch_identity scripts that has method to calculate the simple checksum necessary for every vems.hex line). Will move to svn/firmware/utilities/propertherm/