PDA

View Full Version : Cax Questions.



Orange Stroker
December 21st, 2017, 05:00 AM
How do i go about creating a .cax file? I know where in the binary the codes and switches are at so how do i take that info and create a .cax file?

joecar
December 21st, 2017, 05:21 AM
Here is a working sample cax file (which defines 4 tables)...

follow its format;

rename the table id codes (see [B0121] [B9021] [B9100] [D0929] in the sample cax);

add descriptions for your tables;

rename the file (remove the ".txt" from the end)(the filename must be the os id followed by ".cax");

place the .cax file in this folder: C:\Program Files (x86)\EFILive\V7.5\Calibrations

Snipesy
December 23rd, 2017, 07:18 AM
I used notepad++, and an occasional python script.

joecar
December 24th, 2017, 03:54 AM
+1 I use Notepad++ for most things

( it is very important to not use a word processing application, e.g. MS Office Word )