Page 1 of 1

Europian Ford distributor trigger

Posted: Tue Sep 26, 2023 3:47 pm
by FFG_Garage
Hello, I'm Laszlo from Hungary. I have a few europian ford engines in different cars.

All this engines have distributor, the old is a magnetic type (the MAX9926 can work with it), the new one is a HALL sensor in the distributor. Factory the engines work with ford TFI modul, but I only found in the supported trigger types the ford signature PIP trigger, the ford standard PIP I not found. This PIP signal is a 12 volr square wave, all the trigger signal is the same. In the inline 4 engine (pinto) I can use with the Mazda Protege SOHC trigger, but the v6 and v8 engines not working with this trigger type. I would like to use directly the signal from the distributor (or only the PIP signal from the TFI modul), and drive the coil directly from the ECU with an ignition IGBT. Can you help me how can I do this?
old_distributor.jpg
new_distributor.jpg
images2.jpg
images.jpg
standard_vs_signatured.png
signatured TFI.jpg

Re: Europian Ford distributor trigger

Posted: Tue Sep 26, 2023 4:08 pm
by AndreyB
I believe you are touching a lot of potentially separate things here.

Q1: please confirm that existing https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers#ford-pip is "Signature PIP" and I should mention that somewhere

Q2: what would be the next smallest separate action for me to take?

We already have "skipped wheel" trigger option which would allow you to use 12/0 - but 12/0 custom wheel on a six cylinder does not sound right, how would it know the right moment to fire? I guess I still do not get how exactly what exactly works on the car from factory. Carburetor or EFI? Do they have some sort of wasted spark on the distributor?

I've touched GM HEI which sounds similar to TFI module - the VR signal was a bit noisy on a bench was not working great with existing code, I chose to just keep using GM HEI for now.

Re: Europian Ford distributor trigger

Posted: Fri Sep 29, 2023 1:46 pm
by FFG_Garage
Q1: yes, this is a signatured PIP, and I think is only used for USA ford v8 engines. In europian engines (pinto SOHC, kent, cologne V6 only used the standard PIP signal)

Q2: I'm trying to articulate what I'm missing: a basic and universal distributor with 1 coil trigger support. it doesn't matter what's in the distributor, hall or vr type (if vr you need a vr conditioner circuit), in the cpu side you will so many trigger event in 2 engine cycles as the cylinder count. in a 6 cylinder engine wil have 6 trigger event in 720 degree engine rotatoin, 4 trigger events a 4 cylinder and 8 events with a 8 cylinder. you need to fire the coil after this signal, the time is beetwen the trigger signal and the fire the coil signal is calculated by the ecu (from ignition advance, from rpm etc) doesn't matter what cylinder come in the firing order, the distributor cup do this job. (in a megasquirt this is a basic trigger)
With this trigger mode you can use many of the engines with distributor, not only the europian ford engines, many vw engines use the same distributor with hall sensor.

I hope you can understand what I wrote, my English is very poor
vw_distributor.jpg
b6130a.jpg

Re: Europian Ford distributor trigger

Posted: Sat Sep 30, 2023 1:25 am
by AndreyB
FFG_Garage wrote:
Fri Sep 29, 2023 1:46 pm
I'm trying to articulate what I'm missing: a basic and universal distributor with 1 coil trigger support.
how is this different from existing custom toothed wheel placed on cam, while using single coil ignition mode?
image.png

Re: Europian Ford distributor trigger

Posted: Sun Oct 01, 2023 7:19 pm
by JRD McLAREN
one shortcut...
one tooth is one ignition ...

these distributors have 4, 6, or 8 tooth ...
.. and one ignition coil + ignition module ...

To FFG_Garage:
you can use rusefi for Ignition only .. ??
or for injection (also) .. ??

Re: Europian Ford distributor trigger

Posted: Fri Oct 06, 2023 9:16 am
by FFG_Garage
AndreyB wrote:
Sat Sep 30, 2023 1:25 am

how is this different from existing custom toothed wheel placed on cam, while using single coil ignition mode?

image.png
I will try it, thank you!

Re: Europian Ford distributor trigger

Posted: Fri Oct 06, 2023 9:21 am
by FFG_Garage
JRD McLAREN wrote:
Sun Oct 01, 2023 7:19 pm
one shortcut...
one tooth is one ignition ...

these distributors have 4, 6, or 8 tooth ...
.. and one ignition coil + ignition module ...

To FFG_Garage:
you can use rusefi for Ignition only .. ??
or for injection (also) .. ??
it's more complicated :D I working 2 bigger project right now: one 8 channel board that can run rusefi and speeduino code to replace my megasquirt based boards, and the other project is a stand alone DBW controller. for both project I need this simple square wave rpm signal. and I have a lot of europian ford engines, and a lot of friends with old fords...

Re: Europian Ford distributor trigger

Posted: Fri Oct 06, 2023 9:52 am
by FFG_Garage
AndreyB wrote:
Sat Sep 30, 2023 1:25 am

how is this different from existing custom toothed wheel placed on cam, while using single coil ignition mode?

image.png
I tried it, works perfectly on the inline 4, the v6 and the v8 pattern too.

Thank you very much!