When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.
Did you use Motorcraft parts for the VCTs?...more will chime in here but the prevailing thought is to use Motorcraft parts as there have been several changes to the original VCT design and Motorcraft will work best and last longest (many reports of using aftermarket parts and failures of those parts)...good luck
Bill
No I did not, same on me, I went and picked up a pair from Auto Zone, they were the Duralast brand with new seals in the box. I checked with all of the parleys stores in my area & no one had the motor craft ones just a lot of different aftermarket ones. I went with these because they have a lifetime warranty. Does anyone have the newest revision part number for the latest VCT Solenoid ? Or where do I find all of the part numbers I need ? Thanks
Echo what was said about the valves.if they are aftermarket and not ford that could be the problem.
Exhaust valve timing solenoid or a phaser locked to far in advance. Have you done the timing job yet?
If not be sure to use motorcraft stuff. Ford had 3 renditions of an upgraded vvt and if you bought after market that could be it. Also check wiring
The only things I have done to this engine besides changing the oil every 3000 miles is I’ve changed the spark plugs & coil packs twice, other than that nothing. It’s ran great with no issues. It literally went from running great one minute driving home & then half way home, BAM, started acting up. I’ve checked wires, replaced both VCT’s at the same time. I’m stumped. Everything & everyone ive checked with all comes back to the VCT’s. What’s even more frustrating is it’s runs better-ish when I unplug the new VCT’s. I seen in another thread someone talking about the cam position sensor & the knock sensor. Could that be a part of the problem ?
Why are the cam phaser lockouts a bad idea ? I know a few guys how put them in & reprogrammed the ECM and have had zero issues & that’s by a few years since they did it .
I've been fighting this noise and power loss for 4 years now and have learned a lot. most important is to use Motorcraft oil filters with the silicon drain back valve.
I just purchased 1800.00 worth of parts for my final repair attempt. Comp cams, phaser lockouts, Tuner and all new followers.
We'll see how this turns out. I'm hoping it doesn't turn into a dumpster fire
Don't limit yourself like that. The oil thread links to a site that shows PLENTY of oils better than Motorcraft’s offerings. This should be no surprise, as OEM is generally bottom of the barrel budget offering just to get you out the door. No doubt the same applies to filters as Ford doesn’t make them, anyway, and they sure as heck aren’t wasting precious pennies to do the aftermarket’s job.
Why are the cam phaser lockouts a bad idea ? I know a few guys how put them in & reprogrammed the ECM and have had zero issues & that’s by a few years since they did it .
If you’re going through all this trouble, keep the phasers. It’s not like they are the root failure point as it is. That would be the tensioner seals.
Last edited by Johnny Paycheck; Aug 7, 2019 at 10:47 AM.
For those using Torque Pro or another type OBDII scanner that permits inputting custom PIDs and formulas - I have located and worked out formulas for monitoring all the OBDII variable valve timing signals on the Triton engine ('04 through '08 for sure, possibly many others).
Example:
VARIABLE CAM / PHASER monitoring screen in Torque Pro
AccPedal is the Accelerator Pedal Absolute position Load and RPM's are self explanatory VCTENA, VCTA, VCTF and CMPFM (Cam Position Sensor FAULT MODE) are flag bits maintained by the VCT system. You can add other gauges in Torque Add gauge as desired
The screen is laid out with Bank 2 on the left and Bank1 (passenger side) as the world looks from the drivers seat.
RCAM 2 And RCAM are the PCM's requested Retard in Crankshaft Degrees for cams on Bank2 and Bank1 respectively VCT2DC and CAMDCR are VCT Solenoid duty cycle for Bank 2 and bank 1 respectively.
MAF is Mass Air Flow gauge IMRC is Intake Manifold Runner Control ON/OFF (Open/Closed) indicator FICM / SYNC is FICM fault and Crank/Cam sync flag
VCT2ERR and CAMERRR is Camshaft Retard Error +/- camshaft degrees that the camshafts for Bank2 (on left) and Bank1 (on right) are OFF from the PCM's 'requested' retard for That Bank.
VCT2ERRT and VCT1ERRT are custom PIDs I created consisting of a SUM of Camshaft Retard Error. They have no specific numeric relationship, but indicate if "+"and "-" Cam error are about equal. They go above and below zero unless a cam spends more time in the negative or positive territory. It seems it would be indicative of a problem if it gets too far above or below zero with time.
-------------------
If you have the latest version of Torque Pro, I am attaching a 'CSV' file containing the 13 PIDs. It can be copied into the .Torque/extendedpids directory on your Android phone and simply IMPORTED the F150_VCT_MONITOR.CSV file into Torque directly. If not, you can (carefully & accurately) key in each of the following thirteen (13) custom PIDs, then create a dashboard page similar to the one I'm using as depicted above. Then begin monitoring / logging / graphing your variable cam operation with live data. (NOTE: I have placed an underscore ("_") character in front of each PID name to cause them to sort to the front of the sensor list in torque when you are selecting PIDs for dashboard gauges.)
Also NOTE: In ALL PIDs, Scale Factor = 1, Header = Auto / or Blank, Diagnostic Start = blank, Diagnostic end = blank
MODE/PID: 2209CD
Long Name: _FICM signals for Camshaft and Crankshaft positions are in sync
short Name: FICMSYNC
Min 0, Max 1
Unit: On/Off
Formula: Bit(A:0)
MODE/PID: 2216B1
Long Name: _VCT Enable
short Name: VCTENA
Min 0, Max 1
Unit: On/Off
Formula: Bit(A:5)
MODE/PID: 2216B1
Long Name: _VCT Active
short Name: VCTA
Min 0, Max 1
Unit: On/Off
Formula: Bit(A:6)
MODE/PID: 221107
Long Name: _VCT Cam Position Sensor Fault mode
short Name: CMPFM
Min 0, Max 1
Unit: On/Off
Formula: Bit(A:0)
MODE/PID: 221103
Long Name: _VCT Fault
short Name: VCTF
Min 0, Max 1
Unit: On/Off
Formula: Bit(A:0)
MODE/PID: 221103
Long Name: _IMRC Control
Short Name: IMRC
Min 0, Max 1
Unit: Open/Closed
Formula: Bit(A:4)
MODE/PID: 2216CD
Long Name: _VCT Retard Requested
Short Name: RCAM
Min 0, Max 62
Unit: Cks Deg
Formula: ABS(Signed(A)*256+B)/12.8
MODE/PID: 22091C
Long Name: _VCT Retard Requested Bank 2
Short Name: RCAM2
Min 0, Max 62
Unit: Cks Deg
Formula: ABS(Signed(A)*256+B)/12.8
MODE/PID: 2216CF
Long Name: _VCT Cam Solenoid Duty Cycle
short Name: CAMDCR
Min 0, Max 100
Unit: % DC
Formula: ((A*256)+B)*(100/32768)
MODE/PID: 2216CE
Long Name: _VCT Cam Error
short Name: CAMERRR
Min -35, Max 35
Unit: Cam Deg
Formula: INT((Signed(A)*256+B)/12.8)
MODE/PID: 'leave blank' - this is a special 'memory variable' that maskerades as a PID
Long Name: _VCT Error Accumulator1
short Name: VCT1ERRAC
Min -500, Max 500
Unit: Deg
Formula: Val{_VCT Error1 Total}+(Val{_VCT Cam Error}/10)
MODE/PID: 'leave blank' - this is a special 'variable' that maskerades as a PID
Long Name: _VCT Error1 Total
short Name: VCT1ERRT
Min -500, Max 500
Unit: Deg
Formula: Val{_VCT Error Accumulator1}
MODE/PID: 22091E
Long Name: _VCT Cam Solenoid Duty Cycle2
short Name: vcT2DC
Min 0, Max 100
Unit: % DC
Formula: ((A*256)+B)*(100/32768)
MODE/PID: 22091D
Long Name: _VCT Cam Error2
short Name: VCT2ERR
Min -35, Max 35
Unit: Cam Deg
Formula: INT((Signed(A)*256+B)/12.8)
MODE/PID: 'leave blank' - this is a special 'variable' that maskerades as a PID
Long Name: _VCT Error Accumulator2
short Name: VCT2ERRAC
Min -500, Max 500
Unit: Deg
Formula: Val{_VCT Error2 Total}+(Val{_VCT Cam Error2}/10)
MODE/PID: 'leave blank' - this is a special 'variable' that masquerades as a PID
Long Name: _VCT Error2 Total
short Name: VCT2ERRT
Min -500, Max 500
Unit: Deg
Formula: Val{_VCT Error Accumulator2}
------------------
Hope the Scanner Users out there fine this helpful.
Cheers F150-Torqued
PS: I notice when I download the attached CSV file, my computer assumes it is an EXCEL file - which 'csv' technically IS. Android wants it in a 'FLAT' text file without any Excel bells and whistles. "SAVE" the file to your computer instead of "OPENING" it. Then copy the file directly to the .Torque/extendedpids folder and everything will go smooth.
-----------------------EDIT 8/18/2017
Updated CSV file with version v 1-03 and corrected gauge & formula for FICMSYNC
--------------------- EDIT 09/12/2017
Updated CSV file with version 1-04 adding PID for RCAM2 and photo including gauge for newly discovered PID for RCAM for Bank2
This EDIT is posted to correctly represent and report all OBDII information presented by the PCM concerning variable valve timing components. I did not realize (and still do not understand why) the PCM calculates a separate degree CAM RETARD for Bank 1 and Bank 2. But clearly it does - and with this change these PIDs & Torque Equations allows you to accurately represent all known PIDs controlling variable valve timing on the 5.4L 3v engine with Torque Pro.
----------------------- EDIT 08/26/2018
Updated Bit oriented formulas per latest version of Torque pro. And updated CSV file to V-1-06
I tried this on my 2010 Platinum and only the two accumulator PID's are green and working. None of the others work and remain black in the listing. Is there differences from 2004-2008 and 2009-2010 that make this not work? Is there a way to make this work?
I am sorry @ralfyguy . I guess you have confirmed for differences between '04-'08 gen and '09-10'. I did not know for sure, but have encountered differences in PID assignments even between identical years and model that were 'assembled' at different assembly plants. DAMN its frustrating. The two accumulators working make perfect sense. They are not real PIDs that come from the vehicle but rather memory variables I created. They stay zero or empty because the PIDs they should be accumulating aren't responding on your vehicle.
I have no idea how to find or obtain PIDs for your truck. Damn manufacturers keep that stuff proprietary so their techs can CHARGE THE HECK OUT OF US. On my '04, I ran a complete sequential 'SCAN' of every possible PID number from 0000 to FFFF (Took hours) and recorded all responses. Then set out on the task of figuring out what each response represented. (Not an easy chore). I had no idea - but quickly learned - the effort was only applicable to 2004 thru 2008.
I am sorry @ralfyguy . I guess you have confirmed for differences between '04-'08 gen and '09-10'. I did not know for sure, but have encountered differences in PID assignments even between identical years and model that were 'assembled' at different assembly plants. DAMN its frustrating. The two accumulators working make perfect sense. They are not real PIDs that come from the vehicle but rather memory variables I created. They stay zero or empty because the PIDs they should be accumulating aren't responding on your vehicle.
I have no idea how to find or obtain PIDs for your truck. Damn manufacturers keep that stuff proprietary so their techs can CHARGE THE HECK OUT OF US. On my '04, I ran a complete sequential 'SCAN' of every possible PID number from 0000 to FFFF (Took hours) and recorded all responses. Then set out on the task of figuring out what each response represented. (Not an easy chore). I had no idea - but quickly learned - the effort was only applicable to 2004 thru 2008.
Thank you for the effort you're putting into this, I appreciate it. I am not sure if it helps, but there is one PID in the stock Torque Pro list that works, and it's called the TIMING ADVANCE. It actually works and shows values between +60 and -64. Usually at idle in Neutral mine hovers around +4 - +7 and in Drive at around +11 - +15 if that means anything. I have no idea if that is good or bad, because I do have the 800-1,100 RPM rattle but not with the VCT's disconnected. I also do not have an audible "dieseling" noise going on and the truck runs smooth, except a little faint rough idle when in drive, especially when it's really hot out. Never had any codes and truck takes off hard when pushed. 2010 Platinum long bed.
That sounds like "ignition" timing advance PID. Although the range seems a little wide - your idle and mild driving would be about right. Mine runs around those numbers idling and normal driving but will go up to 45º under certain conditions.
The CAMS couldn't advance _much_ (if at all). If you advance the relationship between Crankshaft and Camshaft, you run the risk of pistons contacting valves.
Now it's my turn to have my motor torn apart and have all the timing parts replaced. 366 pages and 7 plus years to read through wow! What are all the parts to do a complete job. Any help would be greatly appreciated. Thanks.