Welcome to Just Commodores, a site specifically designed for all people who share the same passion as yourself.

New Posts Contact us

Just Commodores Forum Community

It takes just a moment to join our fantastic community

Register

Vehicle Speed Sensor

slipknot09

Donating Member
Joined
May 16, 2015
Messages
198
Reaction score
156
Points
43
Age
41
Location
Melb
Members Ride
VY Calais
Honestly the tech2 can’t display 10% of the available information that these cars actually have available. Here are some PIDS you can enter into Torque to find out whether the ECM is even issuing the commands to the gearbox
Upshift RequestedUp Req22192301 lookup(bit(A:0)::1='ON':0='OFF')
Upshift in ProgressUpshift22192301 lookup(bit(A:1)::1='ON':0='OFF')
Upshift DesiredUpshift Des22192301 lookup(bit(A:2)::1='ON':0='OFF')
Downshift RequestedDownshift Req22192301 lookup(bit(A:3)::1='ON':0='OFF')
Downshift in ProgressDownshift22192301 lookup(bit(A:4)::1='ON':0='OFF')
Downshift DesiredDownshift Des22192301 lookup(bit(A:5)::1='ON':0='OFF')
3-2 Downshift Started3-2 start22192301 lookup(bit(A:6)::1='ON':0='OFF')
1923-7: 3-2 Downshift in Progress3-2 shifting22192301 lookup(bit(A:7)::1='ON':0='OFF')

Using AUTO as header should work fine, setting to 7E0 will get responses maybe 50ms quicker but not required or even noticeable unless logging.
Other PIDS which may help diagnose what sensor is playing up would be

Transmission Input Shaft SpeedTrans Input22194101((A*256)+B)*0.12508000RPM
Transmission Output Shaft SpeedTrans Output22194201((A*256)+B)*0.12508000RPM
TCC PWM Duty CycleTCC PWM22197001A/2.550100%
TCC PWM ActiveTCC PWM T22197001LOOKUP(A::0='OFF':1~255=A/2.55)0100%
PC Solenoid Duty Cycle %PCS %22197201(A*255)/1000100%
TCC Slip SpeedTCC Slip22199101((A*256)+B)/8010000RPM
Shift Time Error for Latest ShiftShift.Error22199601A/40070Seconds
1 - 2 Shift ErrorShft 1-2 E22199701A/40070Seconds
2 - 3 Shift ErrorShft 2-3 E22199801A/40070Seconds
3 - 4 Shift ErrorShft 3-4 E22199901A/40070Seconds
Current GearGear22199A01A04Gear
Variable Bleed Solenoid PressureVBS.Pres22199D01A090Psi
Pressure Control Solenoid Actual CurrentPC.Sol.Cur22199E01A*0.019501.2Amps
Pressure Control Solenoid Desired CurrentPC.Sol.Ref22199F01A*0.019501.2Amps
Shift DelayShift Delay2219A001A070Seconds
TCC Apply TimeTCCApplyTime2219FF01A/4006Secs
Speed RatioSpeedRatio221A0201((A*256)+B)02500:1
TCC ModeTCCMode221A1301A04
Trans Range switch
ParkPARK22111301 lookup(bit(A:0)::1='ON':0='OFF')
ReverseREVERSE22111301 lookup(bit(A:1)::1='ON':0='OFF')
NeutralNEUTRAL22111301 lookup(bit(A:2)::1='ON':0='OFF')
DriveDRIVE22111301 lookup(bit(A:3)::1='ON':0='OFF')
ThirdTHIRD22111301 lookup(bit(A:4)::1='ON':0='OFF')
SecondSECOND22111301 lookup(bit(A:5)::1='ON':0='OFF')
FirstFIRST22111301 lookup(bit(A:6)::1='ON':0='OFF')
InvalidInvalid22111301 lookup(bit(A:7)::1='ON':0='OFF')
Trans Fluid Pressure switches
1st GearFIRST22192101 lookup(bit(A:0)::1='1':0='OFF')
2ndSECOND22192101 lookup(bit(A:1)::1='2':0='OFF')
3rdTHIRD22192101 lookup(bit(A:2)::1='3':0='OFF')
DriveDRIVE22192101 lookup(bit(A:3)::1='D':0='OFF')
RevREVERSE22192101 lookup(bit(A:5)::1='R':0='OFF')
Park/NeutralP/N22192101 lookup(bit(A:6)::1='P/N':0='OFF')

These all should work fine, they do on my car and all GM cars of the same era if entered correctly into torque. Formulas will need adjusting to import into other apps.
I also have plenty more just for transmission but aren’t confident enough to share yet or haven’t tested enough.
I know you said you will probably just get it rebuilt but this may point you in the right direction. These may indicate your trans selector, trans fluid switch, Input shaft speed sensor, PC solenoid, Torque Convertor Clutch or even ECM may be the issue
 
  • Like
Reactions: Lex

wannaeatyourbrains

Well-Known Member
Joined
Sep 24, 2019
Messages
591
Reaction score
544
Points
93
Age
52
Location
Mecca
Members Ride
VZ Executive
Thanks a lot, dude. I will have a play when the sun comes up. It is interesting. I did not even know you could do anything like this with Torque.
 
Last edited:

wannaeatyourbrains

Well-Known Member
Joined
Sep 24, 2019
Messages
591
Reaction score
544
Points
93
Age
52
Location
Mecca
Members Ride
VZ Executive
Finally, we found what is wrong. My mate who rebuilt the transmission is a genius. The 12v output from the transmission control module was interrupted somewhere in the gel on the way out.

So he bridged it. Just put a direct line in. With an inline fuse, just in case.

As soon as he restored the power to the gearbox, Thunderbirds were go. No need for a new TCM, all good with the repair.

During the rebuild, he also found that one of the checkballs was stuck. I wonder how many people complaining about a clunky shift have theirs stuck.

Back to charging.
 
Top