View Single Post
Old 06-30-2021, 08:29 AM   #5
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,992 Times in 2,983 Posts
Mentioned: 598 Post(s)
Tagged: 2 Thread(s)
People forget ecuitek or romraider are reverse engineering these roms from compiled machine code your not workingcwith the source code.



sometimes when the code is compiled the same table ends up in two places.


This is the case for tables like closed loop fuel tables A and B and the load limot tables A and B also with O2 sensor scaling has tavles a and b.


Its different for timing tables A limp mode low IAM and B normal mode.


If you were working on the actual source code then there would only be one load limit table, but when the compiler runs some tables get duplicated in the compiled code the ecu uses and that we work with.


So if you make those tables A and B different then reary unusual thigs may happen and in some cases it will use A values and some cases B values depending on which path the compliled code uses



This may not matter too much on NA cars but on a boosted car it may cause a drastic lean condition due load truncation.


Yes the ecutek load table is supposed to overide the standard load tables but there has been bugs before


safest to make ALL three load tables same

Last edited by steve99; 06-30-2021 at 08:50 AM.
steve99 is offline   Reply With Quote
The Following 2 Users Say Thank You to steve99 For This Useful Post:
Compelica (07-02-2021), gpvecchi (06-30-2021)