Commit Graph

4397 Commits

Author SHA1 Message Date
Matthew Kennedy c444db1383 dfco timing retard and ramp back in 2024-12-03 18:30:19 -05:00
Matthew Kennedy a623c80d59 dfco timing retard plumbing 2024-12-03 18:04:42 -05:00
kifir c1eb9dbae1 Implement `isNitrousConditionSatisfied` #6783 2024-12-02 23:34:59 +02:00
kifir23917 8ec1c247fe
Nitrous defaults and deactivation RPM window fix (#7115)
* Implement default value for `Minimum TPS` setting #6783

* Implement default value for `Minimum CLT` setting #6783

* Implement default value for `Maximum AFR` setting #6783

* Implement default values for `Activation RPM`, `Deactivation RPM` and `Deactivation RPM Window` settings #6783

* only:refactoring: get rid of redundant overloaded `TestBase::updateRpm` method

* only: refactoring make rising checker in hysteresis configurable

* Enhance deactivation RPM window implementation #6783
2024-12-02 12:06:49 -05:00
kifir b99c2897ce Implement `Activation RPM`, `Deactivation RPM` and `Deactivation RPM Window` settings #6783 2024-12-02 00:27:43 +02:00
rusefillc 53bf3da0e4 After start enrichment Engine Cycles is now represented with U16 data type
https://rusefi.com/forum/viewtopic.php?f=16&t=2846
2024-12-01 07:54:07 -05:00
kifir 5fe01f88dc only:light refactoring #6783 2024-11-30 00:34:03 +02:00
kifir 74e8619ad7 Implement `Maximum AFR` setting #6783 2024-11-30 00:34:03 +02:00
kifir 8c03b616e6 implement `Maximum MAP` setting #6783 2024-11-29 01:26:40 +02:00
kifir 67d0923a29 implement `Minimum CLT` setting #6783 2024-11-29 01:26:40 +02:00
kifir 19003c22d2 implement `Minimum TPS` setting #6783 2024-11-29 01:26:40 +02:00
GitHub gen-configs Action 5bf89accc0 Auto-generated configs and docs 2024-11-27 22:06:06 +00:00
kifir23917 d58aeb045d
Implement `Nitrous Control` settings with arming functionality #6783 (#7103) 2024-11-27 16:43:45 -05:00
GitHub gen-configs Action d7b757abb9 Auto-generated configs and docs 2024-11-26 22:05:04 +00:00
Andrey G 57f7fb0992
Uaefi sent (#7100)
* SENT: TS settings for high pressure fuel sensor

* SENT: glue GM high pressure fuel sensor

* SENT: unit test guards

* SENT: unit test guards 2
2024-11-26 16:26:00 -05:00
GitHub gen-configs Action c05ab1ae39 Auto-generated configs and docs 2024-11-26 15:19:16 +00:00
Andrey G 1987f497e2
Uaefi sent (#7099)
* SENT: typo

* SENT: separate menu for input configuration

* SENT: pass SENT input number to decoder function

* SENT: is optional

* SENT: move gauges to "Sensors - SENT" category

* SENT: gauges show first channels statsistic only

* SENT: channels abstraction

First we define gpios used for SENT channels
Then we glue sensors to SENT channels

* SENT: fix gauges

* SENT: guards
2024-11-26 10:01:07 -05:00
rusefillc 3cb2f6727a docs: AFR vs lambda 2024-11-22 18:15:25 -05:00
kifir a36a8614da implement `FuelDifferentialPressureTest` (closes #6972) 2024-11-22 17:51:25 +02:00
kifir23917 5731cdd6dc
implement `StagedInjectionTest` #6972 (#7087) 2024-11-20 14:07:50 -05:00
kifir23917 1e87f77a70
Implement `Secondary injector flow compensation mode` and `Secondary injector reference pressure` settings #6972 (#7079) 2024-11-18 10:11:57 -05:00
rusefillc a3a76f9e1b getConsumedGramsRemainder 2024-11-17 13:09:35 -05:00
rusefillc 15bf24eee9 m_consumedRemainder busy loop 2024-11-17 12:12:10 -05:00
rusefi 69a31f3c38 typo 2024-11-15 20:46:05 -05:00
rusefillc 51330fcbcc only:doc 2024-11-15 20:06:33 -05:00
rusefillc 79cfb0a5f3 External aem wideband does not work over CAN wbo #7048 2024-11-06 08:39:38 -05:00
kifir 9d86da59e1 implement test for `Torque Reduction Ignition Retard(deg)` parameter #5608 2024-11-05 23:19:51 +02:00
kifir 5c6ee81352 only:refactoring: extract part of functionality into `TestEngineConfiguration` class 2024-11-05 23:19:51 +02:00
kifir23917 6361b9ef31
Flat shift tests #5608 (#7042)
* only:refactoring: extract part of functionality into `TestEngineConfiguration` class

* only:refactoring: rename file

* only:refactoring: Now we reuse `TestBase` class functionality

* only:refactoring: extract part of functionality into `TestEngineState` class

* only:refactoring: extract part of functionality into `TestEngineConfiguration` class

* implement test for `Torque Reduction Ignition Cut` setting #5608
2024-11-04 17:09:39 -05:00
kifir 9907cc2108 implement `Limit Torque Reduction Time` flag functionality #5608 2024-11-02 20:59:05 +02:00
3eR01ive cd404d4f47
- knock fuel trim + diasble suppression then deceleration (#7017)
* - knock fuel trim
- knock disable suppression then deceleration

* - knock disable suppression then deceleration syntax fix

* - knock disable suppression for test reapply

* - knock disable suppression for test reapply fix

---------

Co-authored-by: 3er0.1ive <3er0.1ive@veeroute.com>
2024-10-31 09:26:10 -04:00
rusEFI LLC 67fa3dfe61 only:lcv 2024-10-29 00:49:40 -04:00
rusEFI LLC a50187dd2a only:docs 2024-10-28 18:05:53 -04:00
rusefi 73a26e2094 only:making things less confusing 2024-10-25 21:38:38 -04:00
Andrey 7acea2362e knock fuel correction, deceleration
knock_plugin_clean - clean changes #6989
2024-10-21 14:32:37 -04:00
Andrey 596c92aa32 only:new spectrogram protocol compatible with TS plug-in
knock_plugin_clean - clean changes #6989
2024-10-21 12:02:12 -04:00
rusefillc 8df3a41856 only:dead HW QC 2024-10-11 18:59:44 -04:00
rusefillc 0882e723e1 only:dead HW QC 2024-10-11 18:42:11 -04:00
GitHub gen-configs Action 454e1d9d94 Auto-generated configs and docs 2024-10-09 23:22:57 +00:00
Andrey 386ca37d8d jam detect ignore button #6925
only:uaefi
2024-10-09 19:13:10 -04:00
GitHub gen-configs Action 66df5e507c Auto-generated configs and docs 2024-10-09 02:06:34 +00:00
Andrey f1d963ecdd another go at board-specific engine type enum
only:uaefi
2024-10-08 21:56:48 -04:00
Andrey 3f63ccb7a1 extracting engine_type_impl
only:uaefi
2024-10-07 17:03:23 -04:00
Andrey 59d271dbcb splitting enum header
only:uaefi
2024-10-07 16:12:24 -04:00
GitHub gen-configs Action 66c3b3f145 Auto-generated configs and docs 2024-10-07 17:39:16 +00:00
rusefillc 5d74fae320 only:let's export all just for simplicity 2024-10-07 13:34:43 -04:00
GitHub gen-configs Action 1373d411b4 Auto-generated configs and docs 2024-10-07 01:45:23 +00:00
Andrey 7333851374 only:VAG_5_CYL 2024-10-06 21:35:55 -04:00
GitHub gen-configs Action ed604e8cf6 Auto-generated configs and docs 2024-10-06 22:54:36 +00:00
rusefillc 0cbacd073e only:ENGINE_TYPES_DIALOG_NAME 2024-10-06 18:45:17 -04:00