Commit Graph

227 Commits

Author SHA1 Message Date
rusefi 565ac60218 fix #688 2019-02-23 08:52:12 -05:00
rusefi 9547c44ff1
688 brainpins (#694)
* GPIOF, GPIOG and GPIOH ports are not available #688
2019-02-22 22:10:41 -05:00
rusefi 9325cd6d23 better (?) variable names 2019-02-10 22:47:49 -05:00
Matthew Kennedy 17691227d5 Fix dwell default, improve TS field names (#689)
* improve message

* clarify cranking dwell settings

* change default

* fix unit test that made assumption
2019-02-07 07:44:07 -05:00
rusefi 97a1f10c39 more pins to full pinout 2019-02-02 20:32:42 -05:00
rusefi ee4ac9b240 NA6 progress
A/C toggle switch indicator in TS
renaming "pedalPosition" to "throttlePedalPosition"
2019-01-27 00:02:58 -05:00
rusefi ed8fbe9b1e more pins to Full Pinout 2019-01-26 11:33:41 -05:00
rusefi 0878462a09 'setEngineType' via TunerStudio 2019-01-20 22:17:06 -05:00
rusefi 1a2c294d1d Question: something strange trigger errors #662
logging 8 codes
2019-01-13 20:45:58 -05:00
rusefi acc4b2f384 idle bench test from TS 2019-01-13 19:41:39 -05:00
Matthew Kennedy 45d4243636 Improve wall wetting AE to use time constant (#650)
* impruv

* c++17

* add tests, docs
2019-01-06 20:45:51 -05:00
rusefi 90baa5ab73 FSIO to stop engine if things are REALLY bad - user-configurable and disabled by default obviously 2019-01-05 23:48:37 -05:00
rusefi 933a202995 #647 2019-01-04 22:09:38 -05:00
rusefi bef48e1d0d ion enum 2018-12-31 09:19:05 -05:00
rusefi d632d72ed3 ETB bias curve in TS 2018-12-09 13:50:13 -05:00
rusEfi 3d3122c76c better? field name 2018-11-30 00:17:55 -05:00
rusEfi b32cad2840 MIL to all pins tab 2018-11-10 21:01:59 -05:00
rusEfi e5534d79b7 new debug field 2018-10-10 22:19:20 -04:00
andreika-git bd40691e67 AirFlow-interpolated tCharge Mode (#612)
* Add vars & enums

* updateTChargeK()

* limitRateOfChange()

* Impl. AirFlow-interpolated tCharge mode

* Update tsOutputChannels: tCharge & airFlow

* Set default config params

* Unit-tests

* Fix tChargeMode_e
2018-09-29 12:16:36 -04:00
andreika-git d2569a1d11 Prepare for TPS-based Advance and tCharge Modes + Fixes (#610)
* rusefi_config.txt

* rusefi.input for TPS-based Advance

* rusefi.input for tCharge

* Fix compilation for Prometheus config

* Fix CJ125 calibration & debug flood

* Fix EnumToString utility for main.h->global.h refactoring
2018-09-25 15:45:17 -04:00
rusefi 3970fb4527 air mass into TS logs 2018-08-29 10:40:13 -04:00
rusefi b447f2d359 #607 2018-08-26 17:35:06 -04:00
Artem 7be28d3aa2 Change position field MAP Deactivation Threshold (#605) 2018-08-19 18:29:34 -04:00
rusefi 26a3e3f568 coastingFuelCutMap into project 2018-08-13 20:53:40 -04:00
rusefi 36ba17ac1c #600 2018-07-29 18:02:37 -04:00
rusefi a396c9b587 refactoring: better field names 2018-07-26 15:51:06 -04:00
rusefi 418154b99c pin mode correction 2018-06-17 20:04:06 -04:00
rusefi 614003570b allpins panel 5 2018-06-17 19:05:54 -04:00
rusefi 5497522d00 cj125isUaDivided parameter 2018-06-17 15:07:42 -04:00
rusefi 22b566f472 WBO docs 2018-06-16 08:17:54 -04:00
rusefi 2235d03e1f idle settings TS improvements 2018-06-15 20:45:06 -04:00
junk3r 0510b0a17e Update rusefi.input (#595) 2018-06-12 16:31:15 +03:00
rusefi 6a7c5857bc MAP thresholds into project 2018-06-10 04:43:49 -04:00
rusefi bddd85e144 usability? 2018-06-05 17:42:42 -04:00
rusefi 8881bef3cd knockCount into logs 2018-05-31 00:50:05 -04:00
rusefi f2aa684aec EGT into datalog 2018-05-27 11:20:41 -04:00
rusefi c757009065 knock and bore 2018-05-20 13:22:32 -04:00
rusefi d2c0373d75 docs 2018-05-08 13:32:33 -04:00
andreika-git 58b7fbb96e Noiseless trigger decoder (#592)
* fix typo

* better formatting & tiny fix

* add syncRatioAvg

* add useNoiselessTriggerDecoder setting

* resetAccumSignalData

* isUsefulSignal

* Impl. Noise Filtering for Trigger Decoder

* Unit-tests
2018-04-26 02:11:51 -04:00
Artem 3170cf596a explain some fields (#591)
Updating some text fields. Now it more understood than before
2018-04-09 07:46:15 -04:00
andreika-git 99ea4ee796 Idle PID Coasting & Amplification Improvements (#589)
* PID Error Amplification Coef

* Add settings: useIacTableForCoasting,pidExtraForLowRpm,iacCoasting

* Modify interface for the new settings

* Run gen_config.bat and generate configs

* idlePositionSensitivityThreshold

* Remove cltCorrection from autoIdle() & more verbose debug

* Impl. idlePidRpmDeadZone and pidExtraForLowRpm; reset PID when deactivated

* Impl. useIacTableForCoasting+iacCoasting and idlePidRpmUpperLimit
2018-03-30 08:42:13 -04:00
rusefi 6547844065 #587 maybe? 2018-03-24 23:48:47 -04:00
andreika-git af648af363 Coasting Fuel cutoff (initial) (#584) 2018-03-22 08:12:34 -04:00
andreika-git a9aa87330c ini09 MAP Settings & Misc. (#583)
* Remove redundant trigger settings

* Refactor 'Oil Pressure Sensor Settings'

* Refactor 'MAP Sensor Settings'

* AUX thermistor settings fix

* Add some missing pins to All Pins

* Tuning menu refactor

* Better gauges change & minor fixes
2018-03-21 15:10:28 -04:00
andreika-git ead5fbdd9c ini08 Cranking and Idle refactor (#581)
* Cranking refactor

* Idle menu & dialog refactor

* Idle stepper & PID refactor
2018-03-21 08:16:43 -04:00
andreika-git a65de7e71d ini07 Ignition & Injection refactor (#580)
* Ignition refactor

* Injection refactor

* Base Engine Settings refactor
2018-03-20 19:18:56 -04:00
andreika-git 414773d5ac ini06 Remove redundant ADC inputs & Add a few gauges (#579)
* Remove redundant ADC inputs & Add a few gauges

* Rearrange VE table help

* Fix typo

* Change color from red ('Warning') to blue('Note')
2018-03-20 13:11:33 -04:00
andreika-git c542b09ed2 ini05 Add 'Device Outputs' and move some pins there (#578)
* Add 'Device Outputs' and move some pins there

* Update rusefi.input
2018-03-20 07:51:13 -04:00
andreika-git 2ad5d0df3c Add 'Sensor Inputs' panel (#577) 2018-03-20 07:48:39 -04:00
andreika-git b337550010 Add Controller menu and Move items between Engine/Tuning/Controller (#574) 2018-03-19 21:13:02 -04:00