Ford Auto trans details
Re: Ford Auto trans details
- Attachments
-
- mlps2.jpg (162.11 KiB) Viewed 16296 times
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Ford Auto trans details
This is very helpful, it is quite clear (and the text boxes help). It looks like the voltage source for the divider comes from the trans (GY/R wire) and the resultant voltage is sent to the PCM on the LB/Y wire. If anyone has a pic of this switch, that would be great. What I am particularly interested ion knowing is whether the main connector supplies the voltage to the switch or not (i.e., does MegaShift need to supply that voltage, or does it come from the harness...). To me it looks like the supply votlage is part of the harness, since the VSS and engine controls use the same source. I guess if we knew what the connectors looked like we'd know...
Lance.
Re: Ford Auto trans details
In the above diagram my guess would be that point A on the GY/R wire is some form of ground connection to the gearbox.
Re: Ford Auto trans details
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Ford Auto trans details
Okay, so MShift will supply the Vref through connector C168 (my concern was that if the existing 5V is supplied in the harness in a manner that is difficult to disable because it doesn't terminate at one of the transmission connectors, but fed in somewhere else - in which case we'd likely have to use the existing supply). Thanks for all the info, this is great!
Lance.
Re: Ford Auto trans details
That sounds fine to me. As long as the code can read the voltage ranges from the gear selector I have no problems sorting out the hardware.
I'm also thinking I will use this input for my toyota gearbox as it just has a switch with a position for each selector position. Buy adding a few resistors I should be able to make it work like a ford switch which will be easier than mutiplexing it with transistors and diodes to look like the 4l60E pressure switch inputs. Plus this way I will free up 2 io pins.
Cheers
Daniel.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Ford Auto trans details
I'm thinking we ought to be able to have either the voltages or the resistances as parameters in MegaTune, then the code can convert these to ADC counts and compare to the measured value to find the current gear (with software debounce, of course). Then we *should* be able to make one code work for lots of transmissions with no hardware changes.
Lance.
Re: Ford Auto trans details
Cheers
Daniel.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Ford Auto trans details
A question (I have owned a lot of older Ford's, but the most recent was built by Mazda and has a manual trans): I see the manual gear lever positions for P-R-N-D-2-1. Is D for both 3rd and 4th gear? Then 2 and 1 manually select second/first or first gear? Is a bit of a silly question, but I'm writing the code and want to make sure to get this right (for example, my Toyota has PRND21, but D is 3rd and the overdrive (4th) is a separate button at the end of the shift lever).
Lance.
Re: Ford Auto trans details
What would be handy is the inputs from the selector switch and then a selectable OD switch input for cars like the toyota.
Cheers
Daniel.
PS when I get a chance I will put the Toyota info I have into the toyota thread I started a long time ago.