Page 2 of 2

Re: Configuring Your Settings!

Posted: Fri Nov 04, 2011 7:01 pm
by Fred
Another spare post

Re: Configuring Your Settings!

Posted: Fri Nov 04, 2011 7:02 pm
by Fred
And a final spare.

Re: Configuring Your Settings!

Posted: Fri Nov 04, 2011 7:35 pm
by Fred
Note for author: Once this is all defined in a file for tuning software to read and display, it would be trivial to parse it into HTML directly ensuring that available documentation is always up to date with the real contents of the firmware. Make this happen http://issues.freeems.org/view.php?id=373

Re: Configuring Your Settings!

Posted: Tue Apr 21, 2015 12:34 pm
by Fred
TPS:

ADC count = value * 640 * current range (1023 if max range provided like default) / 64000
ADC count = value * 10.23

eg: Rob's TPS:

min in log 16.323437
max in log 93.15625

16.323437 * 640 = 10447
10447 * 1023 = 10687281
10687281 / 64000 = 167
Or just:
16.323437 * 10.23 = 167
And:
93.15625 * 10.23 = 953

Just enter those into the appropriate places in FixedConfig2.c and you're away laughing.