![]() |
|
2004 to 2008 F-150 and Mark-LT 4.2L, 4.6L and 5.4L equipped F-150s and Mark-LTs. |
|
Thread Tools | Display Modes |
#6
|
||||
|
||||
![]() Quote:
The F-150 PCM is broken down into 3 sections: RTOS, Strategy, and Calibration. There is also a small (256 bytes) section called the VID block that stores the vehicle specific parameters like tire size, gear ratio, and VIN number. It looks a little like this... 0x1:0000 - RTOS |[VID] | | | | | | 0x50:0000 - Strategy | | | | 0x58:0000 - Calibration | | | | 0x60:0000 - Memory End When our programmer modifies the memory, we only read and write the Calibration section of the memory. Ford, in its infinite wisdom, saw fit to not only put the TS/GR in the VID block but also have values that are located in the Calibration portion of memory. In normal situations, the PCM uses the VID block for TS/GR information. If you have stock tires or gears we don't bother that setting. When it is necessary to make changes to TS/GR, we have to make those changes to the Calibration because we do not access the VID block which is stored in the RTOS. The confusion comes when we grab the default values located in the Calibration. These values have no relationship at all to what TS/GR is actually in the truck and are simply place holders for arbitrary data values. Some trucks are 3.55, some are 3.73, and we've even seen 3.31. When we change TS/GR, we write the values into these spaces and then set a switch that tells the PCM to ignore the VID block and use our new values instead. Since we assume that neither value in the Calibration is accurate, this is the reason we always say to set BOTH TS/GR values. Don't change one or the other and expect it to all be correct. One other note about custom tuning... Viewing the custom options sets a flag that tells the programmer to write those values to the PCM even if you didn't change it. We recommend that if you don't plan to change it, do not go into it. You may take a 20 second reprogramming session and easily turn it into 2 or 3 minutes. Shifts are especially slow to process so use those sparingly. Does any of this make sense? I hope so. ![]() Take care.
__________________
Bill Cohron - The Mad Doctor ![]() ![]() ![]() Power Hungry Performance - The ORIGINAL in Ford performance tuning... Since 1997! (678) 890-1110 www.gopowerhungry.com - Home of the Hydra Chip, Minotaur Tuning Software, and the new Orion Reflash System for Navistar! Bring back ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Much to my surprise, I'm actually quite enjoying Linux! ![]() Last edited by Power Hungry; Tue, December 23rd, 2008 at 11:00 PM. |
|
|