Configuring Your Settings!

For people running FreeEMS to discuss it and ask any questions about using and adjusting it.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Configuring Your Settings!

Post by Fred »

Another spare post
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Configuring Your Settings!

Post by Fred »

And a final spare.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Configuring Your Settings!

Post 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
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Configuring Your Settings!

Post 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.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Post Reply