PDA

View Full Version : E38 CAX for "Open Loop Lean Limit" - OS 12628990



krisr
December 3rd, 2017, 06:30 PM
Hey guys,

Have been doing some searching and have come up short, i'm trying to find the "Open Loop Lean Limit" table which allows you to set the permissible lean EQ Ratio over coolant temp. The E40's have this PID (B0149) and i'm sure I have seen some E38's with it too. Would anyone know if this table is hidden away and/or have a CAX file to unlock this table by chance.

Cheers
Kris

Highlander
December 6th, 2017, 03:28 PM
What OS has B0149? I have never seen it.

Highlander
December 6th, 2017, 03:33 PM
Try this




[B0149]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = Min Open Loop Table

;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- -------------------------------- ---------------- ---------------- --- --- -- ---
VIEW = 2 "Minimum Open Loop" "Fuel" "Open Loop" 1 2 0 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = 1E179E 0 16 UNM 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; -------- -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = Factor 0.0009765625 0 2 0 4 0 4
;
; Body Col Row
; -------------- -------------- --------------
ULABELS = . . .
;
; Enumerations
; -------------------------------------------------------------------
SI_ENUM = .
IM_ENUM = .
;
; Units Labels
; ---------------- -------------------------------------------------------------------
SI_COL = .
IM_COL = .
SI_ROW = ECT "-40,-28,-16,-4,8,20,32,44,56,68,80,92,104,116,128,140,152"
IM_COL =
; ================================================== =============================

krisr
December 6th, 2017, 04:19 PM
BAM! That did it. How did you work that out? CAX noob here...

GTS 383
January 25th, 2018, 02:13 PM
Hi Highlander,
That CAX file is the business. I have been looking for something like that. Doesn't work on all E38 OS though. Do you happen to have one for OS 12653249 or one for a OS 12656930. Alternatively, how do I alter the above CAX to suit other E38 OS?
Peter

GTS 383
January 25th, 2018, 03:22 PM
...other than just renaming the CAX file of course.
Peter

joecar
January 25th, 2018, 04:17 PM
Renaming the cax will not work, unless the OS you're renaming it to has that parameter/table at the exact same address, and with the exact same interpretation.

GTS 383
January 25th, 2018, 08:58 PM
G'day Joecar,
Yep, got that. So what do I have to change in that CAX to get it to work in those other OS's?
Peter

ScarabEpic22
January 26th, 2018, 08:57 AM
The only way to map it to another OS is to dig through the OS code and figure out where that table exists in that OS.

GTS 383
January 27th, 2018, 07:39 PM
Hi Erik,
Yes, not an easy thing I'm sure (certainly beyond my capabilities). Like Kris I was hoping someone had already created a CAX for those other OS's.
Peter