MShift and Toyota A34 Series Info?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: MShift and Toyota A34 Series Info?
Did you try with the alternator disconnected? Did it make any difference to the noise in the VSS?
Lance.
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: MShift and Toyota A34 Series Info?
I have not tried with the alt disconnected. Will try that in the morning.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: MShift and Toyota A34 Series Info?
Could the engine movement under torque be affecting the grounds at all? Alternatively, could it be pulling on any wires/connectors causing an issue? Electrically there is not a lot of difference between cruising and accelerating, which is why I suspect something mechanical.
Lance.
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: MShift and Toyota A34 Series Info?
The wire harness is not tight on the car at all. It actually kinda "floats" along the firewall behind the motor. The motor is on poly mounts so it really doesnt move much. I double checked all my gounds and connections and they are good. I added one more ground from the body to the trans just for grins. Also stopped, disconnected the altternator, and went for a quick spin and it did the same thing. In my logs, the batt voltage stays exactly the same when im in boost. When I first built the car with MS2 years back, i had bad voltage spikes so i made some improvements to the electrical system and its been great since.
I swapped out R59 for a 330k and it seems to keep it from pegging out but it still jumps high and is all over the place. Its very steady at cruising and not under load. Its also getting back to the point of not wanting to read below about 12 to 15mph again. Im about to the point of pulling the harness again and running shielded wire from the vss all the way back to Mshift and see if that helps.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: MShift and Toyota A34 Series Info?
That's what I would do.running shielded wire from the vss all the way back to Mshift
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: MShift and Toyota A34 Series Info?

I did notice on the stock trans computer, the first thing that the VSS signal goes though is diode. Its a small glass looking one (zener im guessing). Im not able to see any numbers on it though. I might try pulling it out and seeing what i can find. The signal then runs to a standoff board that is covered in black paint, so I cant tell where it goes after that. I dont know if that helps in any way with Mshift.
I will pull the harness out again tonight and run shielded wire all the way to Mshift.
-
- Posts: 11
- Joined: Mon Nov 21, 2011 9:41 pm
Re: MShift and Toyota A34 Series Info?
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: MShift and Toyota A34 Series Info?
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: MShift and Toyota A34 Series Info?
Im begining to think that oem's runs the VSS wires twisted and on the opposite side of any coil wires or anything like that. I have a stock harness laying around im going to take apart and see how its run. I did make sure I ran the vss wire on the other side of the harness away from the coil and injector wires.
Another thing i just remembered... In the "Load KPA" side of the shift table, It will only let me go to 255KPA. Im already boosting to 220KPA so do I have to modify something in the ini file to let me go higher? I shouldnt need to go any higher than about 320-350KPA.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: MShift and Toyota A34 Series Info?
mikey,do I have to modify something in the ini file to let me go higher?
MShift gets the load (kPa) from the engine controller, so it can use any value the controller sends. And the bin values are not limited from 0-255 due to their format, they can go much higher. But they are limited by the INI to be from 0 to 255.
So you need to modify the INI to show higher kPa on the shift table. But you only need to do this if you need a different shift pattern between 255 and 320 kPa. Otherwise, if you expect to be 'maxed out' on the shifts by 255 anyways, you don't need to change anything.
To change the limits for the shift table, open the INI in a text editor (notepad.exe or similar) and look for a line like this:
Code: Select all
LOAD_table1 = array, S16, 33, [ 9 ], "kpa", 1.00000, 0.00000, 0, 255, 0 ; load bins (x1)
I will make this change for future releases of the INI, and set default the upper limit to 400.
Lance.