PDA

View Full Version : CAX Still working for ALL OS?



SmokeAintPower
November 26th, 2016, 11:28 AM
Below is what I'm attempting to get to show up in the Cal "32140305". I pasted the file into the calibration folder and even in the sub folder "CME". I have enabled CAX files in my properties as well.

I can't get ANYTHING from the CAX to show up when I open the tune. This is one of my first miserable attempts at this.



[E9801]
DESC.001 = Used to enable or disable hardware.
Desc.002 =
Desc.003 = NOTE: This could really tear stuff up
VIEW = 1 "Fitted With Module" "Vehicle Options" "Test Name" 1 1 0 0
ADDR = 00D57D 0 16 SED 0
SI_SLOT = e/d 1 0 0 0 1 0 1
ULABELS = . . .
SI_ENUM = "1=Enable,0=Disable"
IM_ENUM = .
SI_COL = .
SI_ROW = .
; ================================================== =============================

Blacky
November 26th, 2016, 01:00 PM
Below is what I'm attempting to get to show up in the Cal "32140305". I pasted the file into the calibration folder and even in the sub folder "CME". I have enabled CAX files in my properties as well.

I can't get ANYTHING from the CAX to show up when I open the tune. This is one of my first miserable attempts at this.

That E9801 shows up when I test it here.
Is it possible that your filename is actually set to 32140305.cax.txt. You would not see the .txt on the end of the filename if Windows Explorer is set to "Hide extensions for known file types".

Regards
Paul

SmokeAintPower
November 26th, 2016, 02:38 PM
That E9801 shows up when I test it here.
Is it possible that your filename is actually set to 32140305.cax.txt. You would not see the .txt on the end of the filename if Windows Explorer is set to "Hide extensions for known file types".

Regards
Paul

I have extensions set to visible. It's labeled as 32140305.cax and placed into the directory C:\Program Files (x86)\EFILive\V7.5\Calibrations & C:\Program Files (x86)\EFILive\V7.5\Calibrations\CME

Could you by chance provide me with the .cax file copy you made? I'm really confused at this point.

Blacky
November 28th, 2016, 02:45 PM
Did you check in the "EFILive Custom Calibrations" area?
That's where it showed up when I tested it.

20475

Regards
Paul

joecar
November 28th, 2016, 02:53 PM
The table id is E9801 (from post #1), why does it show up in the A segment...?

Blacky
November 28th, 2016, 02:55 PM
It's defined to be in segment 1. That actual name is irrelevant.


[E9801]
; Description
; ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = Used to enable or disable hardware.
Desc.002 =
Desc.003 = NOTE: This could really tear stuff up
;
;
; Seg Caption Major Minor Vis Dis 2D Grp
; --- -------------------------------- --------------------------- ---------------- --- --- -- ---
VIEW = 1 "Fitted With Module" "Vehicle Options" "Test Name" 1 1 0 0
;
; Address(es) BitOff Bits Typ Inv
; -------------------------------- ------ ---- --- ---
ADDR = 00D57D 0 16 SED 0
;
; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
; --------------- -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = e/d 1 0 0 0 1 0 1
;
; Body Col Row
; -------------- -------------- --------------
ULABELS = . . .
;
; Enumerations
; -------------------------------------------------------------------
SI_ENUM = "1=Enable,0=Disable"
IM_ENUM = .
;
; Units Labels
; ---------------- -----------------------------------------------------
SI_COL = .
IM_COL = .
;
SI_ROW = .
IM_ROW = .

joecar
November 28th, 2016, 03:52 PM
Ah, of course, I remember now. Thanks.