OZ-nology

If it’s random, then it’s just the transmission relearning still. If it’s not something that you can easily capture in a log, it’s not something to worry about. It will eventually settle in. Some transmissions just take longer than others to adapt.

Relearn time can vary.

It can vary. There’s no set time frame. The system works in a continuous PID loop. Meaning that the system commands a shift, completes the shift, and measures any error in the desired target versus actual delivered shift. Then it stores that error as a correction to apply to the next shift commanded under those conditions. Then the process repeats, indefinitely, always trying to reach a correction of zero for each shift.

There are 10 gears in this transmission, and multiple drive modes. Each drive mode has its own specific transmission logic and shift schedule. Transmission functions are also based off of torque input of the engine, into the transmission. So, as you can imagine, there are hundreds, if not thousands of torque set-points that your right foot can command. These are based on throttle position, rpm, current and desired gear, and vehicle speed. So, there’s a lot of sample points for the transmission to relearn, and t can take some time for the corrections under all circumstances to get close to zero.

Now, let’s think about this from a logic standpoint. All computers are simple input-output devices once you break them down to a simple level. Meaning that for X input perform Y task. So, the programming for a computer (the tune) is completely black and white. Meaning it commands the same exact function every single time for a given input. The “instructions” for a command are exactly like I explained… “For X input : Perform Y output”. The only time that can be changed is when another system acts upon those instructions to modify that output… enter in adaptive transmission logic. Now we have “For X input : Perform Y output AND apply Y^2 correction”. Sometimes that Y^2 is exactly what’s needed to achieve the desired output, sometimes it can be too little, and sometimes it could be too much, but at the end of the day that is the only variable acting upon the base instructions. Granted, I’m explaining this logic in VERY simplified terms, but I think you can get the jest.

So, what does all this mean? It means that the simple fact that you’re experiencing these conditions randomly, tells me that it’s not tuning related. I can’t program in variable instructions for transmission logic. I program in X=Y, and every single time those instructions are needed, it is always going to be X=Y until acted upon by an external variable. If the tune itself were the issue, the problem would be easily reproducible, and would be apparent from the moment the tune is loaded, because the “base” instructions of X=Y would be incorrect. That’s not what’s happening here. The base instructions are correct, but occasionally the correction factor is not quite correct, and you’re getting an inconsistent output. Eventually the system will minimize the correction factor to zero, and you should have consistent performance under all conditions. The important thing is to not reset anything. Meaning don’t remove your tune, reload your tune, or load a different tune. Don’t rest KAM or disconnect the battery, as all of these functions can impact adaptively learned functions. All you need to do is drive the truck. The control system will take care of the rest.

You have a lower temp t-stat installed; the fans have to be scheduled more aggressively to take advantage of the lower temp t-stat. Not really sure what the issue is, I guess.

Are you thinking that fans should run less with a thermostat installed? Because that’s definitely not the case. The only way your fans will run less is if you greatly increase the efficiency of the cooling system. By doing something like adding an over-sized aluminum radiator. Something like that would allow the system to reject more heat in a shorter amount of time, which means the fans could and should cycle less frequently.

A t-stat isn’t improving cooling system efficiency, it’s just lowering the lowest achievable temperature of the system. Meaning, if conditions are favorable the system temperature can run AS LOW AS the thermostat opening temperature. The actual operating temperature of the system under any given condition is going to be determined by the heat rejection rate of the system versus the heat production rate of the engine.

Recently, we've been getting a LOT of emails from customers complaining of idle issues or engine stalling, even check engine lights. After going through several of these complaints and figuring out the source of the issues, they have all come down to one common denominator.... Operator error. More specifically, not understanding how flex-fuel logic works when switching between ethanol-based fuel and gasoline-based fuel. So, here are some tips.
1.) The flex-fuel logic uses the fuel level input from the fuel tank as a trigger to tell the system to relearn. It needs to see an increase in fuel level of more than 10% to trigger the system. So if you're going to switch fuels, make sure that you're adding an adequate amount of fuel to trigger the logic. Good rule of thumb, add at least 1/2 tank.
2.) DO NOT leave your vehicle running while refueling. Personally, I'm not sure why anyone would do this, but to each their own. In the case of switching fuels, you MUST shut off the vehicle. Failing to do so can cause the trigger mentioned in tip #1, above, to not set properly, and thus the flex-fuel logic will not learn. Then you'll have either lean or rich DTC codes, depending on which fuel you're switching to or from. THIS ALONE has been the most common cause of the emails we been receiving. DO NOT LEAVE YOUR VEHICLE RUNNING WHEN REFULING! Got it? Good.... let's move on.
3.) Whenever you switch fuels (and you shut off the engine when refueling, right?), you should do your best to drive the vehicle immediately afterwards to allow the flex-fuel logic to learn the new ethanol content. Ideally 15-20 mins should be plenty. In "theory" the system should relearn properly, eventually, even if the vehicle is shut off prior to completing the relearn. However, in reality, it causes issues.
------Example: customer refuels at a gas station 2 minutes away from his house or work. He then drives to his destination, shuts off the vehicle, and leaves it parked for several hours. He comes back out, vehicle is now cold, and starts up the vehicle. Well, since the flex-fuel logic has not yet learned the ethanol content, the vehicle is not going to reference the proper tables for cold start, idle, etc. Also, there is a few seconds of delay from the time the engine is cranked until the O2 sensors "turn on" and begin correcting fueling. If, for example, you just filled up with E85, and didn't let the vehicle relearn, fueling is going to be very lean. The engine is going to sputter and lope and run rough and possibly even stall. You can even have check engine lights for things like misfires or system too lean, etc. The engine will eventually smooth out once the O2 sensors start correcting fueling, but of course the owner of the vehicle has already freaked out... called us 10 times, sent 7 Facebook messages, 15 texts, and posted in 5 different Facebook groups asking if his engine is blown.... I'm exaggerating for comedic effect, but you get the idea. The point is that all of the drama could easily be avoided if the owner understood how the flex-fuel logic works and gave it the proper time to work.
So, now everyone understands how the flex-fuel logic works. Spread the word. Educate others. Happy motoring!

As a general rule of thumb any “random” behavior from a vehicle after loading a tune and resetting KAM is just part of the adaptation process. Tunes, and computers in general, work in systems of “on” or “off”. That means that the values we program in the tune are specific and will command the same exact function every single time that function is commanded. That will never change. For a computer 2+2 is always 4, period.

Now, why do these trucks, and all modern vehicles have adaptive learning. That’s because unlike computers, mechanical parts don’t always perform exactly the same every single time. Wear and tear, degraded fluids, variances in temperature, even variances in tolerances from manufacturing… all can have an impact on the mechanical output from a component. So, for example, even though the PCM is commanding 2+2=4; the transmission might end up outputting 2+2=3. I’m of course explaining this in very simple terms as the actual logic is much more complex than this explanation. So, if the PCM wanted 2+2=4 and instead the transmission delivered 2+2=3, the PCM has memory banks where it stores this error percentage, and the next time it commands 2+2, it will apply that stored error to the command to try to reach its target value, 4, in this case. That “loop” of “command > measure error > apply error > command again” runs over and over and over, indefinitely, with the goal of reaching a measured error of “0” for all commands. Obviously, that will never be possible since there will continue to be wear and tear on the vehicle as it’s driven, so there will always be some form of adaptive learning taking place.

Ideally, the adaptive corrections will be small and mostly imperceivably, and as long as there are no major mechanical defects, they will always eventually reach that point. However, in the case where you have loaded a tune, you are now asking the mechanical components of the vehicle to perform in a manner that they were not previously performing. Combine that with the fact that you are clearing all of those adaptively learned functions that have likely been learned over thousands of miles of use. So not only are we asking the transmission, for example, to behave differently, we’re also clearing out all of the “corrections” the PCM has learned which take into account various wear and tear or other variances for your specific vehicle, and all of that has to be relearned. So, it’s not very reasonable to think that your transmission, is going to shift 100% perfectly in a couple hundred miles, when it took thousands of miles for it to learn what you just cleared out of its memory banks. This situation is exponentially worse on a vehicle with higher mileage as they generally have much more wear than lower mileage vehicles, and the tolerances from that wear must be accounted for via adaptation. This adaptation only takes place as the command is completed and error is measured. So, in the case of transmission adaptations, there are literally hundreds, and in the case of 10 speed trucks, thousands, of possible shift commands with the major influences on those commands being pedal input, vehicle speed, and gear pairing. So, there is an enormous amount of data that your vehicle must relearn to reach that point of “0” measured error.

Though it’s common for tuners to recommend a certain number of miles to allow adaptive learning to take place, in reality that’s just the tip of the iceberg. Fifty miles, for example, should be enough time that the adaptives should have brought any large corrections down to a range that should not cause issues when driving the vehicle, but the actual relearn process is far from over in 50 miles and in reality, miles are irrelevant in terms of adaptation or relearn. What matters really is drive cycles and how many times a specific command was completed. For example, loading your tune and then jumping on the highway and driving for 100 miles would do pretty much nothing in terms of transmission adaptations. This is because at highway speed there would be very few, if any, transmission commands occurring. The transmission needs to command and complete functions to adapt properly.

With all of that being said, that doesn’t mean that it’s not possible for a certain behavior from a vehicle, after loading a tune, can’t be tune related. A good rule of thumb for determining what might or might not be tuning related would be asking the questions; “Is this behavior easily repeatable and easily duplicated?”…. “Is the behavior consistent and negatively impacting my driving experience?”…. “If asked to, could I easily record this behavior in a datalog?”….. If the answer to those questions are mostly yes, then it would be a good idea to contact your tuner and discuss the issue and/or offer to datalog the problem. If the answers to these questions are mostly no, it would be best to just drive the vehicle for more time, monitor the behavior, and see if it improves. In most cases, the behavior will improve with more drive cycles and adaptation.

Today is a response to an email from a customer about an engine build. While an engine failure is never a good thing, it's an unfortunate risk that we take, especially when modifying a stock engine, and even more so when adding boost to that engine. I'm going to go pretty in depth regarding this type of failure, which is one of the more common failures with stock engines and boost or nitrous, and is actually a little more prevalent with nitrous, just because of how rapidly the cylinder pressures, and heat, increase with nitrous versus boost. I'll attach the picture as well.
The picture was sent with the message
"The guy building my motor said that whoever tuned the truck put a bad tune in it that caused detonation and sent me this picture any idea why this happened?"
Below is the response which I think many others running boost might find valuable.
______________________________________________________________________________________________________________________
Nothing I love more than the “expert” opinions of random engine builders…..
First, that’s not even the area of the piston that would show evidence of excessive timing. Detonation would show as knicks and pits on the crown of the piston, not a broken ring land. If timing were excessive, most, if not every, piston would have evidence of detonation marks on the crown since all of the pistons are running the same timing advance. That piston is also completely covered in oil. I’ve been tuning vehicles for almost 20 years, and in that time, I’ve had, and have been part of, several engine builds with some of the best engine builders in the business, and not ONE of them has attempted to diagnose the cause of a failure until the failed parts are CLEANED. You can’t tell anything, with certainty, from dirty parts, and certainly not from that picture.
What it looks, to me, from that picture is a broken ring land. Which is an extremely common failure on stock engines. Why? Because stock ring gaps are much tighter than what is typically ran on an engine that is being built for high cylinder pressures, like boost. These engines are also built on assembly lines, and the allowable tolerance for the piston ring gaps is huge, in comparison to a purpose-built engine. So, what happens? Last I checked Ford spec’s stock ring gap on Coyote engines between 0.005 and 0.010”. Boosted engines will typically run between 0.012-0.015”, depending on who is building the engine, the rings they choose to use, and the design of the piston. Some nitrous engines run an even wider ring gap. The tolerance for those gaps is typically 0.0005” +/-. Meaning that a good engine builder will set the ring gap on all 8 cylinders, with a desired gap of say 0.015”, so that none of the rings will be greater than 0.0155” and none will be less than 0.0145”. That’s a MUCH tighter tolerance than Ford’s “acceptable” range of 0.005” with likely +/- a few thousandths acceptable limit above the “spec”. Ford can get away with this, because the engines were not designed to see excessive cylinder pressures, and with less cylinder pressure comes less heat.
Heat is the key word here. Heat causes metal to expand. So, the tolerances in the engine, like the piston ring gap, will shrink. If the metal expands too much where a tolerance is already tight, the pieces can make contact. In a case where piston ring ends touch, or butt, the ring will be pressed hard against the cylinder wall and create drag. If that happens when the piston is on a downstroke, it will typically break the ring land above that ring, and vise versa if the piston is on an upstroke. It’s more common to happen on a power stroke (downward) because that’s when the combustion chamber is seeing the most heat. From what I can see on this dirty piston and crappy cellphone pic, that seems to be what’s happened here.
Now the question, why is it only this piston and not the others? That goes back to Ford’s acceptable range of piston ring gap specs. If the rest of the pistons were on the looser side, and this piston was tighter, that means this piston would handle less heat and expansion before making contact at the ring ends. There’s no way to accurately measure the ring gap on the damaged piston at this point, but an experienced engine builder would measure the gap on all of the undamaged pistons to see if they are towards the loose or tight end of the spectrum. An experienced engine builder would then use that information to help diagnose the failure. If the rest of the pistons are all towards the looser end of the spectrum, it might be a good indication that only the damaged piston was on the tighter end, and being tight, it could have been the reason for the failure. However, if all of, or several other pistons, are on the tighter side, and only this piston failed, he should be looking at that particular cylinder to see if that cylinder was exposed to more heat than the others, and that could be what caused the failure. If it were me… I would be flow testing every single injector, and thoroughly inspecting the DI injectors and their seals to see if there is any sort of issue that could have caused that cylinder to receive less fuel than the others. If it were receiving less fuel, it would be leaner and would run hotter, and absolutely could cause this sort of failure. Also, to be clear, fueling is not handled per cylinder in Ford control logic. It is handled via an airflow model of the engine as a whole, and fueling corrections are handled by the O2 sensors on a bank-to-bank basis. Individual cylinder fueling is something you will find only on very high-end standalone engine management systems and will typically require either individual O2 sensors per cylinder, or at minimum, individual EGT sensor per cylinder. While Ford does have tables in the control logic that can modify the fueling slightly per cylinder, it’s not something that a tuner would or should change. That is why we tune using a slightly richer lambda target than what would make absolute peak power for the engine. Because without fueling each cylinder individual, we need to build in a layer of safety and using a slightly richer lambda target will still allow good performance, but also provide enough buffer for any variances in individual cylinder flow.
Now that I’ve explained the actual failure, at least as well as I can assume from that picture. Let’s talk about another reason why this failure isn’t related to excessive timing, especially on ethanol. Engines have a certain amount of timing that creates peak cylinder pressure. This is referred to as MBT, or maximum break torque, timing. It’s the degree, in crank rotation, where when the spark ignites the mixture, that the flame front meets the piston crown at the exact moment that the piston begins its downward cycle on the power stroke, and the combustion event is able to exact the most amount of force on the piston and rod. On lower octane fuels, like pump gas, the Coyote engine (like many other engines) cannot reach this value before the engine begins to knock. The flame front of the lower octane fuel moves too quickly and is too violent to consistently strike the piston crown at the exact time required to extract all of the energy from the combustion event. This phenomenon is referred to as the engine being “octane limited”. All Coyote engines running pump gas, even 93 octane, are octane limited. The engines simply need more octane, which slows down the flame front of the combustion event, to safely reach MBT timing, and peak cylinder pressures. That’s why these engines will make more power with ethanol. In fact, as little as 30% ethanol is typically enough octane to allow the average coyote engine to easily reach MBT timing, without the risk of knock or detonation. When an engine is no longer octane limited, we can safely run MBT timing without the risk of knock, as the increased octane makes the fuel less volatile.
Typically, on a naturally aspirated Coyote engine MBT timing will be in the range of 29-32* BTDC, and on a mild to moderate boosted engine that number drops down to 20-22* BTDC. With EXTREME boost levels (we’re talking 20+ psi) MBT will likely be in the 18-20* BTDC range as the more air that’s forced into the engine, the more fuel there will be as well, and more air and fuel in the same space (combustion chamber) will have more stored kinetic energy released when ignited. So, the flame front will propagate faster. Beacuase of this the timing needs to be retarded a touch so that the flame front reaches the piston crown at the ideal point to exert maximum force. So, what happens if we run more timing advance than what is needed to reach MBT when the engine is not octane limited? It simply makes less power. This is because the flame front is not meeting the piston crown at the exact moment when the piston is on the downstroke, but the engine will not knock.
Now, I tune a LOT of Coyote engines on various percentages of ethanol as I live part of the year in Brazil, where we have minimum 27% ethanol in all of the fuel and E98 available at every single gas station. I’ve tuned more cars than I can count that are making north of 800 whp on our E27 “premium” fuel and all of them easily reach MBT timing and do not knock. This is because even at 27% ethanol, there is more than enough octane in the fuel to allow the engine to reach MBT without knocking. Now, if we took one of those cars and wanted to turn it up further, say to the 1000+ whp range, there’s a good chance we would reach the octane limits of that fuel and would not be able to reach MBT timing, safely, without the risk of possible knock. So, at that point we would typically either move to E98, or if the customer does not want to invest in the fuel system to support E98, move to a blend like E50 (if the fuel system supports the increase in ethanol). At that point we would again be at the point where the engine is no longer octane limited and can easily and safely reach MBT timing. In my experience, Coyote engines can typically make 1000-1200 whp on even E50, without reaching the limits of the octane in the fuel. Passed that point, E85 is going to be necessary, and in extreme power levels, like well over 1500 whp, E98 will be required. That being said, in most cases, anyone chasing those types of power levels generally starts looking towards using methanol as it will provide more power even at the same boost level.
So, what’s all this mean? It means that your truck, at 11-12 psi of boost, isn’t knocking on E85. Without there being some sort of mechanical issue that could cause a cylinder to run lean, there is no possible way for the engine to knock on E85. I also setup all of our blower tunes to be “soft” on ignition timing, typically a couple degrees off from MBT, and allow the knock sensors to add the timing to reach MBT. This means that the engine isn’t ever operating on the edge and will actually only go to full MBT timing when conditions are ideal to run that timing. I also limit timing in our tunes to not exceed MBT. So, the most timing it can ever run is MBT, under any conditions. If you look back at any of your logs, you’ll clearly see that the PCM is adding timing until it reaches MBT, and then the knock sensors will go to zero, because I’ve capped timing and it cannot go any higher. I also greatly increase the amount of retard that is allowed from the knock sensors. In our tunes, I increase allowed retard to the maximum amount allowed by the PCM, which is 10 degrees. In practical use, there should never be a time that the PCM would need to retard 10 degrees of timing. The reason I allow this much is to try to add an extra level of protection in the event that there is a mechanical issue. This way the PCM can remove an enormous amount of timing, to try to protect the engine. It’s pretty likely that this feature did do its job when that cylinder was on its way out, and you might have even perceived it as a slight decrease in performance, but if you didn’t stop driving the engine immediately, there’s only so much that safety feature can do, and you can still damage the engine.
Alright… so now that I’ve written you a novel, I think we can agree that your engine builder might be being a bit presumptuous, if not perhaps even a little uneducated. I’m not going to tell you who you should have build your engine, but I will say that it doesn’t seem like he’s doing due diligence to actually determine the cause of the failure. So, if I were you, I would take some of the info I just provided you and do some due diligence of your own, lest you have a possible repeat of this failure.

Today, we talk about the Gen 3 Coyote "rattle" that is VERY commonly confused for spark knock. While this is more common on the Gen 3 engines, the phenomenon can occur with any generation of Coyote engine, and really, any engine that uses Variable Valve/Cam Timing.

First things first.... https://www.youtube.com/watch?v=FWXdISsxrlw

The robo-naration in this YouTube video is awful, but it does an excellent job of explaining how Ford's TiVCT system functions. Understanding how the system functions is integral to understanding the source of this noise. So, watch the video if you want to truly understand what's going on.

As for the noise, it isn’t spark knock. It’s a combination of several things, but it has nothing to do with spark knock. For one, spark knock wouldn’t be as loud as the noise these trucks typically make under these conditions. The only way spark knock would be audible on one of these engines would be if the knock sensors were completely non-functional. If that were the case there would be check engine lights on for the knock sensors being off-line. The knock sensors are MUCH more sensitive than human ears, and register possible engine knock well before it ever reaches the point of being audible.

The noise originates from the VCT system. It’s coming from the cam phasers and being transmitted through the timing chains and the rest of the timing components. The noise happens when oil pressure and flow to the cam phaser is not substantial enough to overcome the inertia of the cam rotation. Time stamp 1:40 in the video illustrates this really well.

The VCT system is attempting to apply oil pressure to the internal passage inside the cam phaser (vanes), and that pressure is what retards the cam timing in relation to the crankshaft rotation. If the oil pressure/flow is not substantial enough to overcome the force of the cam rotation. The oil will be pushed back out of the cam phaser and the oil will back-flow through the VCT solenoid. When this happens, the vanes inside of the cam phaser will “rattle” back and forth until oil pressure/flow is enough to overcome the rotational force of the cam. THIS is the source of the noise that everyone reports with these engines.

As mentioned, the noise occurs when the oil filling the voids in the phaser can’t overcome the force applied by the rotation of the cam and the oil is pushed back out of the void in the phaser and the vanes inside the phaser rattle. That noise can then be transmitted through all of the timing components, including the timing chains, causing the chains to "slap" against the timing chain guides.

This issue seems to be more prominent on Gen 3 engines versus Gen 1 and 2 engines. This is likely due to the stiffer valve springs that the Gen 3 engines use. Also, Gen 3 engines have a High-Pressure Fuel Pump (HPFP) for the direct injection system, that is driven off the passenger side exhaust cam. The HPFP and stiffer valve springs increase minimum force required to rotate the cam phasers, considerably, compared to older generation Coyote engines. That is one of the reasons this noise doesn't seem to be as prevalent in the previous engines. The evidence of the higher loads on the VCT phasers is also evident in the stock calibrations, as the Gen 3 engines require considerably higher duty cycles from the VCT solenoids to achieve similar degrees of cam retard, compared to Gen 1 and 2 engines.

The noise typically only happens at low RPM because the oil pump is a positive displacement design and can only displace a fixed volume of oil with each revolution. This means that to increase oil flow, volume, and pressure the pump requires more RPM. It should also be noted that pressure is a measurement of RESISTANCE, and in the case of an oiling system, it is a measurement of resistance to oil flow. Pressure increases when the total volume of oil flow exceeds the requirements of the engine. Meaning, the oil volume is sufficient to fill the voids in the engine left by things like bearing tolerances, cam journal tolerances, etc... and the oil system is meeting those requirements and providing a surplus of oil volume, and thus there is resistance to flow and pressure increases. This is why we expect oil pressure to increase with engine RPM. For those paying attention thus far... the light bulbs should be going off in your head. We've determined that the phaser rattle is caused by a lack of oil pressure/flow and now, we've also determined that oil pressure/flow is at it's lowest when engine RPM is low. Ding... ding... ding.... perfect recipe for cam phaser rattle. This is also why the noise is typically only heard for a split second on throttle tip-in, as right after that point oil pressure is able to meet the requirements to achieve the target cam angle and the rattle stops. However, the fact that the noise typically only happens on tip-in is one of the main reasons it's confused with spark knock.

Alright..... so now we've established the cause of the noise and we've covered how to stop the noise.... So how do we put this into practice? Well, we've already covered that increasing oil pressure will help with the issue. We know that increasing engine RPM will increase oil pressure, but how can we increase oil pressure if increasing engine RPM isn't an option?

The easiest way to do that is to run a heavier weight oil. The heavier weight oil will automatically increase oil pressure. Now, there is a limit. You can't go fill your engine with 90w gear oil and think everything is going to be fine.... as the trade off to heavier weight is a slight decrease in flow. So we have to balance the oil weight versus the engines oil flow requirements. That being said, this has been tested over and over in the Coyote engine, and it's been found that running up to 5w50 weight oil is safe and effective at increasing engine oil pressure. We use, and recommend 5w50 weight synthetic oil (please don't ask me for a specific brand, as I don't have one).

Also it is recommend to over-fill the oil pan by ½ quart, on any Coyote engine that is going to be ran hard. As most experienced Coyote engine builders will tell you, these engines have issues with oil drain-back under high load and RPM. Adding and additional 1/2 quart increases capacity to prevent oil starvation under extended load, put is not over-filled to the point that it could cause issues with windage. So, if you're running your truck hard, consider 5w50 and 1/2 quart overfilled.

To be VERY CLEAR.... I'm not saying that changing to 5w50 oil is magically going to make this noise go away. What I am saying is that it does help the cause of the issue, and for some it has pretty much resolved the noise.

LOOOONNNGGGG story short, the noise is not spark knock. Running heavier weight oil can improve the issue, but is not a "fix". There are tuning changes that can be made, which we've been including in our tunes for a long time now, that also can improve the issue, but at the end of the day... while it is annoying, Ford doesn’t consider it detrimental to the health of the engine. So, take that for what it's worth to you.

Can we PLEASE stop calling this "spark knock" now??

This information was in response to an email from a customer running a Gen 4 Whipple 2.9 on his truck and an aggressive pulley, and we're starting to see higher IAT's during a pass. The question was if an upgraded Heat Exchanger would improve his temps. I went into the science and physics of how the liquid-to-air systems work, and figured this info might be useful for several members in this group.

______________________________________________________________________

The heat exchanger is larger than the Whipple exchanger and can help to control temps, but larger HE’s generally improve recovery, after the pull. They don’t help much with temperature rise during the pull. That’s more controlled by the size of the intercooler “brick” below the blower. If the larger HE helps to lower base system temps, then it will improve the temps through the pull.

Here’s how it works basically…. You need to determine your temperature rise during a pass. To do that, you need to review your logs. The “starting temp” is the lowest temperature you see during the pull, not the temp before the pull. This is because when the engine is at idle there is very little airflow across the IAT sensor, and you’ll get some heat-soak in that situation. What you’ll typically see is a temperature drop, right at the start of the pull. This is your starting temp. In the last log you sent, the starting temp was 112*F. Once you have the start temp, you need to know your ending temp, which is the highest temp seen in the pass. In the same log, your ending temp was 141*F. Subtract starting temp from ending temp and you get temperature rise. In your current configuration you have a rise of 29*F, but we can say 30*F for easy math. Once you know the temp rise you have a couple ways to attack the problem with the goal being to keep IAT’s below the “danger zone”, which is around 150*F. Ideally, the lower the better as cooler air is denser and makes more power at the same PSI.
First option is to try to limit the temp rise. To understand how to attack this point, you need to understand how the intercooler system operates. The flow of the system is cool water into the intercooler core (brick) first. The cool water pulls the heat from the aircharge coming out of the blower and transfers that heat to the water. The heated water then exits the intercooler core and enters the heat exchanger. The heated water now flows through the heat exchanger where cool air passing across the surface of the HE while the vehicle is moving will pull the heat from the water and transfer it to the air.
As the water passes through the heat exchanger it will drop in temperature. The number of “passes” in a heat exchanger refers to how many times that water traverses the width of the exchanger’s frontal area. The more “passes”, the more heat the air can remove from the water. Also, the larger the surface area of the heat exchanging surface, the more heat is extracted. However, there is a limit as the air can only pull heat from the water if the temperature of the air is lower than the temperature of the water. So, the lowest possible temp the water can reach is ambient temp. However, in reality that typically never happens. This is because the larger the difference in temperature between the two fluids is (we refer to the temperature difference as the “Delta”), the more exponential the cooling effect will be. Meaning as the air and water get closer to the same temperature the rate at which the water cools will become slower. Also, water is a much better conductor of heat than air. The accepted engineering “standards” for the two are 0.024 w/mK (watts per milli-Kelvin) for air, and 0.58 w/mK for water. Quick math shows us that water conducts heat roughly 24x more efficiently than water.
So, what’s that mean? It means that if you’re transferring the temp rise of 30*F to the water in the system over “x” amount of time, you will need roughly 24(x) amount of time to transfer that same heat from the water to the air. This is why the front heat exchanger is exponentially larger than the intercooler brick in a liquid to air intercooler system. Unfortunately, the math isn’t that straight-forward though, because as I mentioned, as the two fluids get closer to temperature equalization, the rate at which the hotter fluid cools becomes slower. So, the initial temperature drop will be relatively quick, but will become much slower as the water temps begin to lower, and the temperature Delta decreases.
So, liquid to air intercooling systems are inversely efficient. Meaning they are very good at absorbing heat, but not so good at rejecting heat. Increasing the size/capacity of the heat exchanger is working on the less efficient side of the equation. In rough math, it would take an efficiency increase 24 times larger to affect a 1-degree difference in temp rise if applying the efficiency increase to the water to air portion of the equation versus applying the increase to the air to water exchange in the system. So, while yes, a larger heat exchanger will improve system efficiency, it is not the most effective way to do so. I typically would recommend a larger heat exchanger in a situation where I’m wanting to remove a lower, but constant, amount of heat from the system and do so over a longer period of time. A good example of this would be towing a load up an incline. Also, heat exchangers are very good at reducing the heat load of the system in typically driving conditions where the system is not expected to work at 100 % capacity. So, there are definitely clear benefits to increasing heat exchanger efficiency, but it’s not the most effective way to improve total system efficiency.
 
In a racing environment, you’ll get better returns if you attack the issue from the other end of the equation. Meaning improve the air to water heat exchange efficiency. The first and most obvious way to do that would be to increase the capacity of the intercooler core (brick). As we already mentioned increasing efficiency on this end of the equation gives a return roughly 24 times greater than improving efficiency on the air to water exchange. So, a relatively small increase can make a large difference to overall system efficiency. Unfortunately, there are usually space limitations for increasing intercooler core size, and supercharger manufacturers are typically very good at maximizing the space available when designing their systems. So, increasing brick capacity typically isn’t an option without additional modifications to the system to accommodate the increase in size. That being said there are higher performance bricks available for some supercharger systems that are able to increase the efficiency of the core through other methods without needing to greatly increase the size of the core itself. These are generally fairly expensive upgrades and sometimes the inlet and outlet designs are enlarged and would require increasing the ID of all system components to realize the full benefit of the upgrade. So, they sometimes still aren’t practical upgrades, and upgrading the intercooler brick isn’t typically a common upgrade.
 
So, where does that leave us? Well, as I mentioned a few times the rate of heat exchange works exponentially based on the temperature Delta between the two fluids. So, what happens if we lower the starting temperature in the system? Well, for starters we would already be ahead of the game because we’re starting with a cooler temperature. Secondly, because we will have a greater Delta temperature between the hot air coming out of the blower and the cooler water in the intercooler brick, we will have an exponentially higher rate of heat exchange. Meaning that we can pull a lot more heat from the aircharge over the same amount of time. So, we’re getting a two-fold benefit… a lower starting temperature AND much greater heat exchange efficiency. So, what if we lowered the water temps to levels below ambient temps? Well, we’d be exponentially increasing that two-fold increase. So even with the same size/capacity intercooler brick we can exponentially increase its efficiency simply by lowering the starting temperature. In a race environment, this is ideal as we want to have the maximum amount of system efficiency and we only need it over a short amount of time. As you’re probably already aware this is where modifications like ice-tanks and Killer Chillers come into play and where they really work well. Either option would work as they both achieve the same end result, which is lower starting temps, they just do so in slightly different ways. So, for a racing environment this is the route I would go, as it’s the best “bang for your buck” in terms of increasing system efficiency.
 
So, to bring everything full circle. For a daily driving environment where you’re looking for a broader, but milder, increase in system efficiency… a larger heat exchanger works great. For a racing environment where we want an exponential greater in system efficiency, but we only need that increase over a narrow range… an ice tank or Killer Chiller would be more ideal.

We get emails from time to time from customers that have had a tune installed, typically for a good amount of time, and they recently are having some sort of mechanical issue. I like to affectionately refer to this as joining the "Ever-Since" club, because they think that "ever since" they loaded a tune that whatever happens to the vehicle must be because of the tune. I'm joking, of course, but it is a common enough question, that I figured I would give an explanation for everyone, as I'm sure not everyone fully understands how tuning, or really computers in general, works.
This is an email response to a customer that has had his tune installed for just about two years, and recently started having weird shift behavior from his transmission. So, the response is geared towards that specific situation, but the concept applies to any vehicle function or system, and how a tune can or can't cause a problem.
===========================================
Alright.... so, this is a pretty common question. Common enough that I'll probably make a post about this in our Facebook group. Let me break it down for you.
Tunes are computer programs. Right? Computers are logic devices. That means to a computer yes is always yes, no is always no, 1 is always 1 and 2+2 always equals 4. So, a computer is going to perform the same actions, when commanded to do so, and will perform them in the same exact manner, every single time, forever, or until the programming is modified by an external source.
So, what does that mean? It means that in the last almost two years that you've had your tune installed, the tune has been commanding your transmission to shift exactly the same way.... every.... single.... time. It didn't change. The only way the tune changes is by over-writing the program with a different program. So, if you didn't do that, then the tune didn't change. That means, that if the tune were the cause of your current issues, it would have started basically immediately after loading the tune. Why? Because for it to exhibit this behavior, the programming would have to be incorrect from the beginning if the tune were causing the behavior, and since you're just contacting us now about this, I'm going to assume that your transmission wasn't behaving this way for the last two years.
Now, we know the programing (tune) didn't change. So, what did change? Well, just like any mechanical equipment, your transmission, along with every other part on your truck, wears over time. Now, there are adaptive functions built into the vehicle's control system that can account for some of that wear, especially when it comes to the transmission, because transmission parts are designed to wear out over time. That's just the nature of them. Automatic transmissions use internal clutches and friction plates, and just like a clutch in a manual transmission, they wear out over time. They're wear items, and at some point, will have to be replaced. The adaptive functions in the control system can adjust and offset some of the transmission pressure functions to account for clutch wear, but eventually the wear can reach a point where the adaptive logic can no longer account for the added wear, and you can experience drivability issues or random behavior. Also, it's possible for other parts or sensors of the transmission to wear out, break, or reach the end of their service life, and any of those situations can cause issues as well.
Now, which of those potential issues are the cause of your symptoms? I can't say, as it would be impossible for me to diagnose something as complex as a transmission via email. However, what I can tell you is that your tune isn't the cause of your problems, nor is it going to be the solution. This is a hardware issues, and you can't fix hardware with software. So, as you already eluded to, I think it's time to service the transmission.
===========================================
So, to summarize..... Any easy "litmus" test that you can do when determining if the tune is the cause of whatever problem the vehicle is exhibiting, is just to ask yourself. "Did I just install/change my tune?" If the answer is no, or I'll even go as far to say if your vehicle has been running fine for at least a week after loading a tune, then chances are pretty good the tune is NOT the source of whatever is going on with the vehicle and you should follow typically troubleshooting procedures, as if the vehicle was not even tuned.
Hopefully this helps, and maybe can save someone some time if they're trying to diagnose a mechanical issue.

This response was for a customer running a Stage 1 Whipple kit on his truck, and wanting to tune the truck and improve performance. You guys might have seen my recommendations a few times for guys in this situation. Whether it's a Whipple Stage 1 or a VMP Loki, the logic is still the same. Positive displacement blowers THRIVE on having as little restriction as possible on the inlet of the supercharger. This response goes into detail WHY I always recommend upgrading to the larger throttle body option on these kits, and why it's beneficial to do it prior to tuning. Some other tuners might not go this extra mile, because it's possible that we will lose a sale if the customer doesn't want to upgrade, but I always try to make sure our customers are getting the best bang for their buck, and this a prime example of how one upgrade can make an exponential difference in the overall results.

 
We definitely “can” tune the truck with the current setup, but it’s kind of counter-productive and you won’t see as good of results as you would if you upgraded to Stage 2 and then tuned the truck. Let me explain…
Superchargers are nothing more than air pumps. They pump air into the engine, which allows you to inject more fuel, and that means a bigger “boom” when the mixture ignites and more power. On paper, no drawbacks. In reality, driving the blower and compressing air is not a very efficient process, and it generates heat. Heat is the enemy of any combustion engine, and even more so when you add boost. If the incoming air into the engine is too hot, it can cause the air/fuel mixture to ignite early, which is referred to as “detonation” or “knock”. This is the killer of engines, especially stock engines. So, how do we combat knock/detonation?
Well, there are a couple of ways to do so. First, is fuel octane. Higher fuel octane means the fuel is less volatile, and it will be more resistant to igniting early due to excessive heat. You mentioned that you only have 91 octane in your area, so that’s already a strike against you. Another option is to reduce heat. This is why your supercharger has an intercooler. It helps to cool the air charge after it exits the blower and before it enters the engine. You’ve already got that covered, and Whipple’s system does work very well, but there’s another way to further improve it.
You can further reduce blower discharge heat by allowing the blower to breathe more efficiently. If the air can enter the blower easier and with less restriction, the blower uses less force/energy to pull that air in and in-turn less energy to compress it before discharging it. The best way to do that is to reduce the restrictions on the inlet of the blower as much as possible. This is where the Stage 2 upgrade comes in. Going from a tiny 87 mm throttle body to a MASSIVE 132 mm throttle body would be like the difference of you trying to run a marathon with your nose plugged and you can only breathe through a McDonalds straw you’re holding on your mouth. Sounds terrible right? That’s basically what your blower is doing right now. Yes, it works, but it’s far from ideal and it’s definitely not efficient.
That is where the problem comes in. When we tune a vehicle, we’re minimizing the “margin” left in the original tune, making it more aggressive, which allows for better performance. Well, when you’re already running the engine in a manner that is not very efficient, you’re eating up a large portion of that “margin”, because of the inefficiency of the supercharger. So, that means there’s very little room for improvement from tuning, because you’re already very close to the safe limit. Now, if we remove that inefficiency from the system by upgrading the intake tract to the Stage 2 specs, we gain back all of that margin that we were losing from inefficiency PLUS we’re improving the baseline performance before we even start the tuning process. So, it’s a win-win. We’re going to START with better performance AND we have more headroom to further increase performance via tuning, because the engine is running much more efficiently.
So, again, yes… we can tune the truck “as-is” with the Stage 1 setup, and there will be improvements in performance, but there will be greater improvements by going to Stage 2 first, and then tuning the truck. I’m happy to provide whatever service you prefer and/or sell you whatever parts you want/need, but at the end of the day I want you to feel like you’re getting the best bang for your buck, or at the very least have proper expectations for the upgrades you’re planning.

I made a similar post in our F150 group a while back, but seeing several posts recently from trucks losing engines, I though maybe this PSA might help save someone a potentially expensive failure.
Let me be blunt.... Boost doesn’t kill cats, abuse kills cats. There are literally hundreds of different forced induction engines produced by various OEM's, and you don't see those engines blowing up and eating cats every day. So, boost isn't the issue here.
Things like hot-lapping at the drag strip, long pulls up steep grades, excessive high speed highway pulls, and back to back roll racing are all common causes for damaged cats. Stock cats are actually very resilient, if they aren’t abused. However it doesn’t take too many overheating cycles for the catalyst to break down, become brittle, and break apart and/or collapse. If that happens, the exhaust becomes blocked and the increased back pressure caused by the clogged exhaust will cause cylinder pressures to sky-rocket, leading to engine damage. Cheap "high-flow" cats are even worse as they are typically made from a metal substrate that is even less resistant to heat, and they will actually become molten, and the melted metal will clog the exhaust almost completely. One key thing to pat attention to, that might save your engine, is if the truck feels down on power and/or if the exhaust note changes suddenly. If either of those occur DO NOT drive your truck aggressively, and service the truck ASAP.
There are protections in place to try to keep the catalysts from overheating. People refer to that logic by many names, but the most common is “cat protection”. What the logic does is enrichens the mixture (makes the AFR richer) to lower exhaust gas temperatures (EGT’s) in an attempt to lower the catalyst mid-bed temperature. This works, so long as the protection logic is only active for a short period of time. The issue comes when the logic is active for longer periods of time, or with greater frequency. This is because the enrichment (fuel) that is used to lower the exhaust gas temperatures is a bit of a double-edged sword. Yes, the added fuel does lower EGT’s, but that added fuel also creates a chemical reaction inside the catalyst, as removing excessive hydro-carbons from the exhaust is the job of a catalyst. That chemical reaction will cause the catalyst to actually heat up further, and this is what typically damages cats.
So, how do you reduce the chance of failure? Simple... don’t abuse the cats.
Now, that doesn’t mean you can’t enjoy your truck. It means that WHEN you enjoy your truck and the added power, you also need to give the cats adequate time to cool off before abusing them again. The mid-bed temp is the critical part, and as you probably already guessed, mid-bed refers to the center area of the catalyst. That area takes much longer to regulate heat than the external parts. A good analogy would be a hot-pocket that you just pulled out of the microwave. If you let it sit for a couple minutes, the outside is cool enough to touch, but when you bite into it, you melt the flesh off the roof of your mouth. Your cats are the same way. The mid-bed holds heat much longer than the rest of the cat, so it needs adequate time to cool off.
The best way to let your cats cool off is to just cruise. Cruising at highway speeds does two things. One, AFR’s are in an ideal range for lower EGT’s without the added fuel that could cause chemical reactions and heating, and there is adequate exhaust flow to move the cool exhaust through the catalysts to further lower the temps. Also, you have the benefit of ambient air passing over the external portion of the cats, which will further lower temperatures, and as the external portions of the cats cool, they will act as heatsinks, pulling heat form the mid-bed of the catalyst. The issue is that heat is generated in the cat at an exponential rate, but it’s removed from the cat in a much slower logarithmic rate. So, it’s very easy to over-heat the cats if you don’t consciously try to take care of them.
There are catalysts available, like Gesi cats, that are designed to handle more heat than stock converters, while also increasing flow as well as improving performance, but even those cats can be damaged if they are abused. Hopefully this post will give a better understanding how cats work and how the protection logic functions, and in-turn maybe prevent someone from having a catastrophic engine failure.

~ Ken Osborne