[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 258: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 320: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 258: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 320: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3315)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3315)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3315)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4433: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3315)
rusefi.com • After start enrichment table questions
Page 1 of 1

After start enrichment table questions

Posted: Wed Nov 01, 2023 2:37 pm
by WOOL
I have questions about the enrichment table after the start.

The default table is 0. If you change it to another number, then 0 can no longer be set, 1 is set. 1 means no enrichment There are 0 seconds in line x, which means immediately after the Cranking limit is overcome?

In the table, the indicator does not follow the time. We need a time counter in the code so that this would be displayed correctly?

and lastly, how can I make this script last for 10 seconds, change 15 to 10 and make the rest of the seconds fields 0?

Thank you

Re: After start enrichment table questions

Posted: Wed Nov 01, 2023 7:08 pm
by AndreyB
This is all too new you would have to poke the author of https://github.com/rusefi/rusefi/pull/5638 he is @pc1010 on the forum

Re: After start enrichment table questions

Posted: Wed Nov 01, 2023 7:49 pm
by pc1010
Hi!
The table should be filled by "1.20" by default to reflect previous behavior.
That was checked with Simulator and Proteus board which used global defaults.
obraz.png
The enrichment like you noticed is 1.00 = no enrichment, 1.25 = 25% of after start enrichment.
This code uses engine cycles instead of time in seconds, unfortunately cycles gauge is not implemented in TS yet (or I didn't find it?), that's why the axis is still in seconds.
Testing is in progress, and I'm not sure yet if it should stay in cycles or in seconds, any feedback greatly appreciated!

Re: After start enrichment table questions

Posted: Wed Nov 01, 2023 7:59 pm
by pc1010
WOOL wrote:
Wed Nov 01, 2023 2:37 pm
and lastly, how can I make this script last for 10 seconds, change 15 to 10 and make the rest of the seconds fields 0?
For 4 stroke engine at 1200RPM, that will be --> (1200 / 60 / 2) * 10 = 100 cycles

Re: After start enrichment table questions

Posted: Wed Nov 01, 2023 8:41 pm
by AndreyB

Re: After start enrichment table questions

Posted: Sun Dec 03, 2023 7:39 pm
by WOOL
Finally, I found time after the surgery and before work to check and try to adjust this part, and I think I did just fine. I smoothly transition from enrichment to idle card and have no problems.
AFTERSTART.png


I recorded a youtube video.



Thank you very much, it works perfectly and these settings are obviously self-explanatory!