PDA

View Full Version : Am I doing this right ? on the .cax files



staytuned
January 14th, 2018, 02:48 PM
Trying to get the boost thing fixed on my LML and Kory posted this cax file and I got rid of the extension and installed it in this location
\Program Files\EFILive\V7.5\Calibrations
it showed up at the end of the ECU files in the calibration list but nothing shows in the tune area as a new folder for

joecar
January 15th, 2018, 08:43 AM
You're missing the following elements:
- table id # (enclosed in square brackets),
- VIEW,
- SI_ROW and/or SI_COL (depending on table dimensions/axes).



for example, from a different cax file:


[D0929]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = Minimum speed before the PCM will force a downshift to 1st if the gear lever is being held in 2nd.
;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- ------------------------------------ --------------------------- ---------------- --- --- -- ---
VIEW = 4 "Manual Hold Gear, 2nd, 2->1 Shift Speeds" "Shift at VSS" "Downshift" 1 2 0 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = 17B14 0 16 UNM 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; ---------- -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = KPH 0.0062496 0.0 1 0 409 0 409
IM_SLOT = MPH 0.0039060 0.0 1 0 256 0 256
;
SI_COL = "Manual Hold Gear, 2nd, 2->1 Shift Speeds (KPH)" "Value"
IM_COL = "Manual Hold Gear, 2nd, 2->1 Shift Speeds (MPH)" "Value"
;
SI_ROW = % "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.0 0,56.25,62.50,68.75,75.00,81.25,87.50,93.75,100.00"
IM_ROW = % "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.0 0,56.25,62.50,68.75,75.00,81.25,87.50,93.75,100.00"
;
; ================================================== =============================

staytuned
January 15th, 2018, 09:08 AM
Thank you