CAN VSS

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
Ap67et10
Posts: 42
Joined: Tue May 13, 2014 12:06 am

CAN VSS

Post by Ap67et10 »

I decided to figure out what was wrong with my speed sensor so I routed it into the MS3 instead of GPIO, but the various code I have used all has VSS offset limit of 255. I found a thread where you addressed this, but it is 4.133. I am downloading that code for the GPIO, but I'd think you would want that changed for all current stable and test code.


Andrew
mill3833
Posts: 72
Joined: Mon Jan 27, 2014 3:33 pm

Re: CAN VSS

Post by mill3833 »

Andrew,

I was also fighting VSS issues early on, thread here viewtopic.php?f=4&t=822 "4L60E VSS signal jumpy on roll-out".

I eventually got it working quite well, after experimenting with different resistor and capacitors in parallel. Getting a scope on it was key to see what I had to work with. The resistor knocked down my peak to peak voltage, and the capacitor smoothed out some small ripples that is coming from a 120VAC inverter that I use.

I too was thinking about using the MS3 VSS circuit, as it has a more advanced freq to digital circuit. But with a little experimenting, you can get MSShift to work good also.

As another data point, my first MS project was using uS to run a 1958 flat head Cushman scooter engine. I used a front wheel speed sensor off a 2001 Silverado pickup, which was looking at a custom made 60-1 cam wheel. The uS speed circuitry worked right out of the box, no tweaking. So I'm thinking you'll have good luck with the MS3 VSS.

Dave
Ap67et10
Posts: 42
Joined: Tue May 13, 2014 12:06 am

Re: CAN VSS

Post by Ap67et10 »

I got the VSS working over can with the older firmware that allows offset to be greater than 255. The problem I see is that when comparing the VSS signals from GPIO CAN input to the MS3 VSS1 gauge, the GPIO is reading about half the speed! In the parking lot at my shop idling around I get up to 6-7 mph but the gpio only shows me at 3. How do I fix this?

I am using offset 336 and outpc size of 512


Andrew
Post Reply