ford flex fuel sensor

General support questions and announcements for MS3. See also MS3 manuals.

Moderators: jsmcortina, muythaibxr

opel
Helpful MS/Extra'er
Posts: 88
Joined: Wed Jun 18, 2008 10:33 pm

Re: ford flex fuel sensor

Post by opel »

I have it on pin #5 of the MS3X harness, and I confirmed with a data aq that the ffv signal is coming across. Here is a screenshot of scoping pin 5 with ignition on and with the MS3/MS3X un plugged: (sampled at 240hz)

Image
opel
Helpful MS/Extra'er
Posts: 88
Joined: Wed Jun 18, 2008 10:33 pm

Re: ford flex fuel sensor

Post by opel »

OK - my sensor started working randomly today, so I tested out the alpha 11 code, but I dont get any movement on generic sensor input 16, ethanol % gauge is working normally.
jsmcortina
Site Admin
Posts: 39619
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: ford flex fuel sensor

Post by jsmcortina »

Did you enable the temperature measurement option, burn and power off/on ?

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
opel
Helpful MS/Extra'er
Posts: 88
Joined: Wed Jun 18, 2008 10:33 pm

Re: ford flex fuel sensor

Post by opel »

jsmcortina wrote:Did you enable the temperature measurement option, burn and power off/on ?

James
D'oh ! sorry.

Turned on temperature measurement and BAM! works like a charm +89 F showing on the gauge. Your coin toss was successful!

Should I expect any problems with 420A/Neon mode on the alpha 11 firmware? Seems to be working flawlessly w/ crank & cam

Thank you James!
MWPau
Master MS/Extra'er
Posts: 411
Joined: Thu Mar 03, 2011 6:24 pm

Re: ford flex fuel sensor

Post by MWPau »

Dragging up an oldish thread...

Does anyone know of a well-priced source for these sensors?
Im in Australia. There are very few flex-fuel cars here so far, so ill probably have to look OS for one.

Thanks!
Toyota Celica GT4/Alltrac with 5S-GTE stroker (2.2L I4 turbo, high CR) on E85 w/FlexFuel.
MS3 + MS3X + KnockBoard + RTC + BT + DIY CAN-IO-Board + DIY CAN Digital Dash.
ftjandra
MS/Extra Newbie
Posts: 1
Joined: Fri Mar 23, 2012 11:05 pm

Re: ford flex fuel sensor

Post by ftjandra »

What's the flow direction through the Ford flex fuel sensor? I thought that it didn't matter, but the Alldata screenshot on the first page mentions that the fuel lines are different diameters to make sure that the connections are made correctly. I only have the bare sensor and the threaded holes are both the same size.

Thanks.
gui67
Experienced MS/Extra'er
Posts: 164
Joined: Tue Mar 23, 2010 12:10 pm
Location: Strasbourg, France

Re: ford flex fuel sensor

Post by gui67 »

savagerocco wrote:Ok, here are a few shots of the ford sensor. Seems it only has the three terminals as the gm sensor.... I couldn't find anything in alldata again about this. so I took the gm stuff and posted it here. I am sure it is identical other than being able to screw an-6 fittings into the ford unit...


Image
Hello,
I installed a ford flex sensor on my car today.
12V on the middle pin (red wire, ground to the black/white wire on the left and signal to the green wire on the right.
I don't think it is working:
the temperature stays at -18°C. It should be around 6°C. Nothing changes when I disconnect the connector.
Is my wiring correct of should I invert the green and black/white wires? Or is the sensor dead?
gui67
Experienced MS/Extra'er
Posts: 164
Joined: Tue Mar 23, 2010 12:10 pm
Location: Strasbourg, France

Re: ford flex fuel sensor

Post by gui67 »

In fact, it is working, I don't know why it did not yesterday evening.
3% with gas. then I added E85, I got 50% ethanol.

Does the Ford sensor have the same calibration as the GM? I read that 100% ethanol is 125Hz instead of 150.
gui67
Experienced MS/Extra'er
Posts: 164
Joined: Tue Mar 23, 2010 12:10 pm
Location: Strasbourg, France

Re: ford flex fuel sensor

Post by gui67 »

I did not find the ethanol%age or fuel temperature in the tunerstudio logs.
Is there something to modify to add it in the list of parameters for datalogs?
jsmcortina
Site Admin
Posts: 39619
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: ford flex fuel sensor

Post by jsmcortina »

Those two variables aren't presently in the list of fields to datalog. You can add them to the very end of your "maincontroller.ini" file:
(e.g. in My Documents\TunerStudioProjects\PROJECT\projectCfg)

Code: Select all

   entry =  fuel_pct, "Ethanol Percentage", int, "%d", { flexFuel > 0 }
   entry =  fuel_temp, "Fuel Temp",       float, "%.1f", { flexFuel && (fueltemp1 == 1)}
James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
savagerocco
Master MS/Extra'er
Posts: 756
Joined: Thu Oct 20, 2005 11:09 am
Location: Ogden UT USA
Contact:

Re: ford flex fuel sensor

Post by savagerocco »

ftjandra wrote:What's the flow direction through the Ford flex fuel sensor? I thought that it didn't matter, but the Alldata screenshot on the first page mentions that the fuel lines are different diameters to make sure that the connections are made correctly. I only have the bare sensor and the threaded holes are both the same size.

Thanks.
Direction of flow shouldn't matter, I have run it on the high pressure side and the return side and run thru both directions with out issues. As long as the fuel goes thru it it should read it.
Brent Savage
life behind the zion curtain
90 audi RS2 20VTQ 6sp MS3, MSX COP and Sequential and now MAF
87 Scirocco 2.0 ABA 16v EIP tubular cast MSII COP
86 Audi 4K20VTQ MSII
90 Audi 90 sedan 3.6l DOHC V8TT (project car)
89 VW cabbie (bitch basket) 2.0 ABA Turbo MSII
gui67
Experienced MS/Extra'er
Posts: 164
Joined: Tue Mar 23, 2010 12:10 pm
Location: Strasbourg, France

Re: ford flex fuel sensor

Post by gui67 »

Thanks James
1BAD6T6
MS/Extra Newbie
Posts: 19
Joined: Tue Jun 28, 2011 12:20 pm

Re: ford flex fuel sensor

Post by 1BAD6T6 »

I know this is an old thread, but I cannot find anything that confirms the thread pitch for the Ford Flex Sensor. I'm adding this to my -6an return line and was hoping someone here can tell me what threads are in the sensor.

Thank you,

Shaun
jasaircraft
Super MS/Extra'er
Posts: 905
Joined: Mon Jul 07, 2008 5:45 pm

Re: ford flex fuel sensor

Post by jasaircraft »

great to know that with these sensors we can have fuel temp too!
How should fuel temp compensations be? the hotter the more fuel? is there a calibration graph?

I guess these continental sensor can be used?
http://www.ebay.com/itm/13577394-Fuel-C ... a0&vxp=mtr
mschlang
Helpful MS/Extra'er
Posts: 44
Joined: Sat Jul 01, 2006 11:59 pm

Re: ford flex fuel sensor

Post by mschlang »

1BAD6T6 wrote:I know this is an old thread, but I cannot find anything that confirms the thread pitch for the Ford Flex Sensor. I'm adding this to my -6an return line and was hoping someone here can tell me what threads are in the sensor.

Thank you,

Shaun


Ditto on this, an oring is leaking on mine and I'd like to to swap to a more serviceable style of fitting.
1991 Talon AWD turbo
savagerocco
Master MS/Extra'er
Posts: 756
Joined: Thu Oct 20, 2005 11:09 am
Location: Ogden UT USA
Contact:

Re: ford flex fuel sensor

Post by savagerocco »

Think it is 10x1.5 it is standard nothing funky. I got adaptors to go to an-6
Brent Savage
life behind the zion curtain
90 audi RS2 20VTQ 6sp MS3, MSX COP and Sequential and now MAF
87 Scirocco 2.0 ABA 16v EIP tubular cast MSII COP
86 Audi 4K20VTQ MSII
90 Audi 90 sedan 3.6l DOHC V8TT (project car)
89 VW cabbie (bitch basket) 2.0 ABA Turbo MSII
mschlang
Helpful MS/Extra'er
Posts: 44
Joined: Sat Jul 01, 2006 11:59 pm

Re: ford flex fuel sensor

Post by mschlang »

I found tonight that 100% ethanol is indeed 125hz for the taurus flex sensor. Yesterday I drained the fuel tank, filled with e85 and was still only reporting 58% in TS. Tonight I actually measured a fuel sample and found it was 79% ethanol. When I changed the high frequncy to 125hz TS reported 76% ethanol.
gui67 wrote:In fact, it is working, I don't know why it did not yesterday evening.
3% with gas. then I added E85, I got 50% ethanol.

Does the Ford sensor have the same calibration as the GM? I read that 100% ethanol is 125Hz instead of 150.
1991 Talon AWD turbo
Post Reply