From 8e1e3296e88434f4d6b17e9a45aad9f08ff99c32 Mon Sep 17 00:00:00 2001 From: 155ac <143891251+155ac@users.noreply.github.com> Date: Sat, 11 Nov 2023 19:08:37 -0300 Subject: [PATCH] Adds even more info in TunerStudio help bubbles (#1089) * Adds more info in tunerstudio help * Wording/formatting changes --------- Co-authored-by: Josh Stewart --- reference/speeduino.ini | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/reference/speeduino.ini b/reference/speeduino.ini index 52d3d5e8..3e57dc7d 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -2144,7 +2144,6 @@ menuDialog = main idleAdvAlgorithm = "Use Throttle position sensor (TPS) or closed throttle position sensor (CTPS) to detect idle state." idleAdvDelay = "The number of seconds after sync is achieved before the idle advance control begins" idleAdvStartDelay = "The number of seconds after matching settings before the idle advance control begins" - idleTaperTime = "Soft time transition from crank to running PWM targets" oddfire2 = "The ATDC angle of channel 2 for oddfire engines. This is relative to the TDC angle of channel 1" oddfire3 = "The ATDC angle of channel 3 for oddfire engines. This is relative to the TDC angle of channel 1 (NOT channel 2)" @@ -2199,8 +2198,6 @@ menuDialog = main cltAdvValues = "This curve can be used to advance ignition timing when engine is warming up. This can also be used to warm up the catalytic converters in cold start by retarding timing. Or even as safety feature to retard timing when engine is too hot to prevent knock." - wueRates = "Final enrichment value must be 100%." - fpPrime = "Duration to power fuel pump on to ensure fuel line pressure." primingDelay = "Delay to priming after fuel pump is on, used to wait fuel line get pressurised correctly." @@ -2435,6 +2432,25 @@ menuDialog = main boostDCWhenDisabled = "When the closedloop boost controller is disabled by 'enable trigger', this is the Duty cycle set on the boost selenoid. Ususally this is 99% because it keeps the waste gate firmly closed until the threshold and builds boost as fast as possible (no wastegate leak)" boostControlEnableThreshold = "When the 'Boost control enable trigger' is set to 'fixed', this value is used as threshold. Usually the value is set just below the wastgate pressure of the used turbo setup. For example 130kpa for a 0.3 bar wastegate actuator. Below this value the ECU has no control over the boost anyway." + dutyLim = "Sets the maximum allowed duty cycle of injectors. Duty cycle will be limited to this value reagardless of any other settings. If the value required is greater than 90 in order, it is recommended to consider using larger injectors." + injAng = "The angle at which the injection ends relative to each cylinders TDC. Eg Numbers greater than 360 will cause the injection to end with the inlet valve open, and values smaller than 360 will cause the injection to end with the inlet valve closed (Dependant on cam timings)." + airDenRates = "Corrects fuel based on intake air temperature / density. Values less than 100 remove fuel and values greater than 100 add fuel." + baroFuelValues = "Corrects the amount of fuel based on atmospheric pressure / altitude. Values less than 100 remove fuel and values greater than 100 add fuel." + ignAlgorithm = "Load source used for ignition table." + CrankAng = "Ignition angle used during cranking. This is usually equal to or less than the idle advance value to have a smooth start, but will vary according to each engine configuration." + dwellcrank = "Dwell used during engine cranking. This is usually slightly higher than the running dwell." + dwellrun = "The time that the ignition coil is charging when the engine is running. This is a critical setting and can result in damage to the ignition coil/s if set incorrectly!" + dwellRates = "Adjust the nominal dwell time based on the system voltage. Values less than 100 remove dwell time and values greater than 100 add dwell time." + primePulse = "Injection pulse to prime the fuel system on ECU powerup. High values when the engine is cold may help with starting." + idleTaperTime = "Duration of the transition from idle cranking table to idling table or PID idle." + wueRates = "Table for fuel enrichment when the engine is cold. Final enrichment value must be 100%." + iatRetRates = "Removes ignition timing based on intake air temperature to prevent detonation. Any number greater than 0 removes ignition timing." + iacCLValues = "Idle rpm targets used for PID and idling advance." + iacOLStepVal = "Table used for idle valve control." + iacOLPWMVal = "Table used for idle valve control." + iacCrankDuty = "Table used to control the idle valve during cranking." + iacCrankSteps = "Table used to control the idle valve during cranking." + egoMAPMax = "Only Correct below this MAP Value" egoMAPMin = "Only Correct above this MAP Value"