VSS reading as Input shaft speed?

A forum for discussing applications and implementations of the MegaShift transmission controller code for the GPIO from B&G. This can control up to 8-speeds and 6 shift solenoids (plus a 16x9 table for controlling a PWM line pressure valve). It has manual and fully automatic modes (16x9 load x speed table), with under and over rev-limit protection, and full data logging of all inputs and outputs (among many other abilities). A TransStim to test your completed board is also available.
Post Reply
sporqster
Posts: 3
Joined: Tue Feb 28, 2012 3:25 pm

VSS reading as Input shaft speed?

Post by sporqster »

This is probably a dumb question, but can someone please point out what I'm doing wrong here? I cannot get my vehicle speed gauge in tuner studio to read anything, with the wheels clearly spinning. Scoping the VSS pin in the GPIO, I'm seeing a 5V square wave with varying frequency consistent with the speed of the spinning wheels. I am seeing readings in Tuner Studio for 'input shaft speed'... so it would seem that I somehow have the VSS mapped to the wrong channel in Tuner Studio?

Also, what's the point of an input shaft speed? My transmission (Ford AX4N from a Continental) has a VSS, but no input shaft speed sensor I know of. Assuming that no gears are broken, since the MSgpio knows the gear you're in and the VSS, shouldn't ISS be a calculated value?

Thanks!
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: VSS reading as Input shaft speed?

Post by Bernard Fife »

sporqster,

You might have the VSS wired to the ISS input. But you might have other issues with the hardware or settings too. Some of those will be covered here: http://www.msgpio.com/manuals/mshift/vss.html

ISS can be used to calculate the converter slippage and the slippage in the friction elements as well. However, if it is not measured, it is calculated by the code (assuming no slippage in the gears) and used to estimate the converter slippage. There is more on that here: http://www.msgpio.com/manuals/mshift/V22tune.html#gn

Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
blaylock
Posts: 3
Joined: Thu Aug 09, 2012 7:04 pm

Re: VSS reading as Input shaft speed?

Post by blaylock »

Thanks for the reply.
I'm working on this for Sporqster,
I believe this is a code or settings issue.
We are using Tuner Studio Megashift version 2.03

Relevent test performed:
I've bypassed the input circuitry (Removed Jumpers) and have applied a 3.3V square wave Tach Signal from my Jim Stim directly to pins PT0 (VSS) and PT5 (ISS) of the GPIO board.

Result under Tuner Studio
Case1:
With the ISS alternate input disabled, my signal applied to PT0 is displayed on the Input Shaft Speed Gauge.
All VSS gauges display zero.
Signal applied to PT5 has no effect.

Case2:
With the ISS alternate input enabled, my signal applied to PT5 is displayed on the Input Shaft Speed Gauge.
All VSS gauges display zero.
Signal applied to PT0 has no effect.

Any comments or suggestions would be greatly appreciated.
Thanks again.
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: VSS reading as Input shaft speed?

Post by Bernard Fife »

What code version are you using? What board version? What frequency input signal are you using? With the default settings, about 1600 Hz should be about 60 MPH. Have you tried adjusting the VSS filtering settings? You can read about them in the link I posted previously.

You should post your MSQ and a datalog too, it will help us see what is going on.

Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
blaylock
Posts: 3
Joined: Thu Aug 09, 2012 7:04 pm

Re: VSS reading as Input shaft speed?

Post by blaylock »

I found an Ini file version mismatch that fixed my VSS ISS pin mapping errors, but I still have no joy when installed on the car.

On my bench a 3.3V square wave from my Jim Stim drives a matching 5V square wave into PT0, and is now reported as speed. : )
On the car the shaft output sensor is also megashift conditioned and I scoped a 5V pulse on PT0, but only with a 10% high time.
With the wheels in the air, two separate tests (scope shots) show clean 5V signals of .1ms every 1.2ms, and .3ms every 3.6ms. Neither returned a VSS reading.

(With the same rising edge frequency as the bench test) No speed is reported : (

Is there a filter that I should turn off?
Any ideas where I should look.
Thanks,
+Paul
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: VSS reading as Input shaft speed?

Post by Bernard Fife »

Paul,

Did you see this: http://www.msgpio.com/manuals/mshift/V22tune.html#gv

There is also more VSS info here: http://www.msgpio.com/manuals/mshift/vss.html

Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
blaylock
Posts: 3
Joined: Thu Aug 09, 2012 7:04 pm

Re: VSS reading as Input shaft speed?

Post by blaylock »

Thank Lance,
I never found the smoking gun, but the bugs are dead just the same.
After purging everything, I downloaded new ini files, and set up a new Tuner Studio Project.
We now have Two Megasquirts, a Megashift, and our own Torque Bias computer working together!
Woot Woot!
+Paul
Post Reply