This is the sensor calibration I use
140.000000
104.062500
76.250000
60.000000
48.984375
39.921875
32.148438
25.312500
18.710938
13.203125
7.656250
1.210938
-6.601563
-14.375000
-24.179688
-37.812500
-40.000000
This is the sensor calibration I use
140.000000
104.062500
76.250000
60.000000
48.984375
39.921875
32.148438
25.312500
18.710938
13.203125
7.656250
1.210938
-6.601563
-14.375000
-24.179688
-37.812500
-40.000000
"All that is needed for the triumph of evil is that good men do nothing..."
Thanks Highlander. I will give those a try.
Thanks for sharing this Highlander.
What program do you use to make this an actual CAX file? Can I use a text editor and then replace the coding with yours and then change the extension to CAX when done? Seems too easy that way, but thought I would ask. Can you have multiple tables added in one CAX (B9996 and B9021 for example)?
00 Silverado Z71, LQ9 w/ LS3 heads, BTR cam, Whipple 2.9@8#, 4l80E
Regular notepad
i use notepad++
"All that is needed for the triumph of evil is that good men do nothing..."
Great, thanks! And combining coding into one cax file shouldn't be an issue?
00 Silverado Z71, LQ9 w/ LS3 heads, BTR cam, Whipple 2.9@8#, 4l80E
No. Each parameter/table/function is separate. As long as its compatible with the os, you will be fine. My cax for this os is 600kb big. And the one for 12587603 is 12mb!
"All that is needed for the triumph of evil is that good men do nothing..."
My small contribution. I used this and made it work for 12593358 / 02040003. In prep to convert to LS3 card MAF.
Code:[B9996] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = IAT Sensor Calibration Table DESC.002 = DESC.003 = DESC.004 = DESC.005 = ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ------------------------------------ --------------------------- ---------------- --- --- -- --- VIEW = 2 "IAT Sensor Calibration Table" "IAT" "" 1 2 0 0 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = E3BE 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; ---------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = "C" 0.0390625 0 3 -100 284 -100 284 IM_SLOT = "F" 0.0703125 32 3 -148 543 -148 543 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ---------------------------------------------------------- SI_COL = "C" "C" IM_COL = "F" "F" ; SI_ROW = "% A/D" "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.00,56.25,62.50,68.75,75.00,81.25,87.50,93.75,100.00" IM_ROW = "% A/D" "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.00,56.25,62.50,68.75,75.00,81.25,87.50,93.75,100.00". ; ===============================================================================
Last edited by aaronc7; February 22nd, 2020 at 09:34 AM.
I switched over to LS3 MAF today and found a small issue with this if you use Farenheit. Need to change the "offset" to "32".