Load: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
;EngineLoadSpecified (<code>rlmx_w</code>): The maximum target load, depends only on RPM. Misnomer, should really be something like "EngineMaxLoad" |
;EngineLoadSpecified (<code>rlmx_w</code>): The maximum target load, depends only on RPM. Misnomer, should really be something like "EngineMaxLoad" |
||
; |
;EngineLoadCorrectedSpecified (<code>rlmax_w</code>): Adjusted maximum target load based upon <code>rlmx_w</code> corrected by a number of internal and external values, two externals being ambient temperature and pressure. Instantaneous ignition retard due to knock control might also affect maximum specified load. Misnomer, should really be something like "EngineMaxLoadCorrected" |
||
;EngineLoadRequested (<code>rlsol</code>): Target load based on the accelerator pedal position. It is capped by |
;EngineLoadRequested (<code>rlsol</code>): Target load based on the accelerator pedal position. It is capped by EngineLoadCorrectedSpecified (<code>rlmax_w</code>) and will never exceed that value. |
Revision as of 20:00, 10 July 2019
- Engine load
- Also known as relative cylinder charge. It represents the percentage of air (compared to standard density) in each of the cylinders. 100% load means each cylinder has the mass of air as an equivalent volume at standard density. Ingested air mass is calculated from MAF value (mass/time) divided by RPM (1/time), divided by two to yield a mass. Standard mass is calculated by engine displacement (volume) times standard density (mass/volume). The ratio of the two masses is load. It is used in real time to determine all other values including boost, timing, and fueling.
ECUx definitions
Actual ME7 FR definitions in parenthesis.
- EngineLoadSpecified (
rlmx_w
) - The maximum target load, depends only on RPM. Misnomer, should really be something like "EngineMaxLoad"
- EngineLoadCorrectedSpecified (
rlmax_w
) - Adjusted maximum target load based upon
rlmx_w
corrected by a number of internal and external values, two externals being ambient temperature and pressure. Instantaneous ignition retard due to knock control might also affect maximum specified load. Misnomer, should really be something like "EngineMaxLoadCorrected"
- EngineLoadRequested (
rlsol
) - Target load based on the accelerator pedal position. It is capped by EngineLoadCorrectedSpecified (
rlmax_w
) and will never exceed that value.