Quote from: jman on May 16, 2019, 10:26:31 AM
There isn't one for Knock but I found one that displays the Timing Advance. So anything + would mean knocking?
Thanks, I'll try it later today.
Sorry for hijacking the thread.
Okay....we are going to add a knock sensor........I didn't remember if I had done this......so here it is
Open the TQ app and and in the bottom left hand corner click the gear icon. That will bring up "settings, vehicle profile, and Quit". Click "settings". Then click "Manage Extra PIDs/Sensors" . Upper right hand corner click the 3 vertical dots. Click "add custom PID" read the disclaimer...and click on okay.
In the picture I added, put that exact information into the blank spaces. Then click okay at the very bottom.
That should give you a Knock PID and you will be able to see knock. I reversed the logic. So if you see positive number timing is being added, if you see an negative timing is being pulled.
below is the technical things and how to add different PID's.
https://www.ecoboostperformanceforum.com/index.php/topic,3141.0.html2010+ Taurus pids
Knock
Notes on how this PID works: This PID will vary from -4 to +7.5 although we have some people that say they've seen a -5. If the number is negative then it is adding timing in real time (this is good)...if it is positive it is knocking (this is bad). A couple of degrees isn't a big deal and the general consensus seems to be under 5 should be okay if you aren't highly modified. The ECU is supposedly able to subtract a maximum of 7.5 degrees of timing and won't read any higher (not verified by me personally and may be tune dependent).
Most of the knock I see is at part throttle (less than 2 degrees) and isn't a big deal unless you are maxing out the gauge then something worth looking in to may be going on. Knock at WOT is more important to monitor.
One note: Do NOT use spaces in the equation and pay careful attention to the () or you will get weird results.
PID 2203EC
Torque Equation - ((signed(A)*256)+B)/512
Note: Many people find the logic Ford used "backwards" and think that a positive number should be adding timing and a negative number should mean knock. This is a totally valid approach and you can easily change the formula to accommodate that by using the following formula:
Torque Equation - ((signed(A)*256)+B)/-512
You can think of this as Cylinder Ignition correction - If it is positive then it is adding timing (good) if it is negative is subtracting timing (Bad)
Whatever way you decide to use it is just fine but make sure you remember

For the record I have switched to the second way as i find it more intuitive.