TCC setting in PROM with Higher Stall?
TCC setting in PROM with Higher Stall?
Is there anything that can be done in the PROM for the TCC functions? Not sure if lowering the speed will help cure the following problem.
Any suggestions?
Here is a copy of the problem.
You know the pin connector that plugs in on the top side of the Auto Box.
Well that has to be left unplugged, as when the last owner had the boxed worked on he got a larger stall and you cant use the Lock up feature.
If I plug that connector in when I hit about 80 kms you can fell the converter locking and unlocking all the time. So I have to leave it off. Everything else works, like the overdrive gear but just the final lock up has to be left off.
Any suggestions?
Here is a copy of the problem.
You know the pin connector that plugs in on the top side of the Auto Box.
Well that has to be left unplugged, as when the last owner had the boxed worked on he got a larger stall and you cant use the Lock up feature.
If I plug that connector in when I hit about 80 kms you can fell the converter locking and unlocking all the time. So I have to leave it off. Everything else works, like the overdrive gear but just the final lock up has to be left off.
Joined: Apr 2004
Posts: 3,180
Likes: 3
From: Browns Town
Car: 86 Monte SS (730,$8D,G3,AP,4K,S_V4)
Engine: 406 Hyd Roller 236/242
Transmission: 700R4 HomeBrew, 2.4K stall
Axle/Gears: 3:73 Posi, 7.5 Soon to break
There are a bunch of settings for the TCC.
RBob has a good writeup here that describes the operation and variables.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
Once you get a feel for what is wrong then you can make some changes and experiment with them.
Side note: If this is an $8D application, There is a flag to set if the function is "speed" or "RPM" based.
Might want to try and play with that as well.
RBob has a good writeup here that describes the operation and variables.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
Once you get a feel for what is wrong then you can make some changes and experiment with them.
Side note: If this is an $8D application, There is a flag to set if the function is "speed" or "RPM" based.
Might want to try and play with that as well.
I might try and copy the tables from my 8D to my mates 6E for the TCC. His problem is
I have been told when you have an aftermarket stall installed it is normal to have to un-plug it because they normally don't lock up correctly anymore. (Just what I have been told anyway)
When I tried it plugged in, once it locked up and you took your foot off the pedal the car would start clucking back and forth in and out of lock up, so I had to remove it.
And looking at the TCC table the lock and unlock is controlled by the tps % vs speed. So not sure why he is getting the problem.
I have been told when you have an aftermarket stall installed it is normal to have to un-plug it because they normally don't lock up correctly anymore. (Just what I have been told anyway)
When I tried it plugged in, once it locked up and you took your foot off the pedal the car would start clucking back and forth in and out of lock up, so I had to remove it.
And looking at the TCC table the lock and unlock is controlled by the tps % vs speed. So not sure why he is getting the problem.
Joined: Jul 1999
Posts: 12,089
Likes: 125
From: SALEM, NH
Car: '88 Formula
Engine: LC9
Transmission: 4L60E
Axle/Gears: 3.89 9"
There are a bunch of settings for the TCC.
RBob has a good writeup here that describes the operation and variables.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
Once you get a feel for what is wrong then you can make some changes and experiment with them.
Side note: If this is an $8D application, There is a flag to set if the function is "speed" or "RPM" based.
Might want to try and play with that as well.
RBob has a good writeup here that describes the operation and variables.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
Once you get a feel for what is wrong then you can make some changes and experiment with them.
Side note: If this is an $8D application, There is a flag to set if the function is "speed" or "RPM" based.
Might want to try and play with that as well.
-- Joe
Moderator
iTrader: (1)
Joined: Mar 2002
Posts: 18,432
Likes: 233
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
It uses the same lock/unlock TPS% lookup tables. It is just that the table scale is now RPM instead of MPH.
RBob.
Code:
;-----------------------------------
; %LD ; MPH RPM
;-----------------------------------
L8323: FCB 0 ; 12 400
FCB 0 ; 20 800
FCB 0 ; 28 1200
FCB 0 ; 36 1600
FCB 0 ; 44 2000
FCB 0 ; 52 2400
FCB 0 ; 60 2800
FCB 0 ; 68 3200
FCB 0 ; 76 3600
FCB 0 ; 84 4000
FCB 0 ; 92 4400
FCB 0 ; 100 4800 Joined: Jul 1999
Posts: 12,089
Likes: 125
From: SALEM, NH
Car: '88 Formula
Engine: LC9
Transmission: 4L60E
Axle/Gears: 3.89 9"
It uses the same lock/unlock TPS% lookup tables. It is just that the table scale is now RPM instead of MPH.
RBob.
Code:
;-----------------------------------
; %LD ; MPH RPM
;-----------------------------------
L8323: FCB 0 ; 12 400
FCB 0 ; 20 800
FCB 0 ; 28 1200
FCB 0 ; 36 1600
FCB 0 ; 44 2000
FCB 0 ; 52 2400
FCB 0 ; 60 2800
FCB 0 ; 68 3200
FCB 0 ; 76 3600
FCB 0 ; 84 4000
FCB 0 ; 92 4400
FCB 0 ; 100 4800 You have a screenshot how the constant should look in tunercat? Tunercat's tdf editor is cryptic to me. Tunercat only has constants for lock/unlock based on MPH.
-- Joe
Joined: Apr 2004
Posts: 3,180
Likes: 3
From: Browns Town
Car: 86 Monte SS (730,$8D,G3,AP,4K,S_V4)
Engine: 406 Hyd Roller 236/242
Transmission: 700R4 HomeBrew, 2.4K stall
Axle/Gears: 3:73 Posi, 7.5 Soon to break
You would be adjusting the "TPS% load value", not the speed or RPM.
They are scaled constants.
Why is it called "load" value anyway?
I see no reference to map or anything except for what looks like a filtered value Vs the current value.
Is this a TPS movement "transition" load amount?
They are scaled constants.
Why is it called "load" value anyway?
I see no reference to map or anything except for what looks like a filtered value Vs the current value.
Is this a TPS movement "transition" load amount?
Last edited by JP86SS; Sep 7, 2006 at 06:44 PM.
Trending Topics
Moderator
iTrader: (1)
Joined: Mar 2002
Posts: 18,432
Likes: 233
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
RBob.
Moderator
iTrader: (1)
Joined: Mar 2002
Posts: 18,432
Likes: 233
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
The TPS% from the table is compared to the current throttle position.
RBob.
Joined: Jul 1999
Posts: 12,089
Likes: 125
From: SALEM, NH
Car: '88 Formula
Engine: LC9
Transmission: 4L60E
Axle/Gears: 3.89 9"
It is sorta' like a load. Think of the two values together: TPS% and MPH (or RPM). At this MPH and this much TPS%, the engine will have x amount of load on it. Other then that it is just what the guy who did the hac called it.
The TPS% from the table is compared to the current throttle position.
RBob.
The TPS% from the table is compared to the current throttle position.
RBob.

Guess I need to read the hac over when I get a chance. I thought the TCC stuff was straight forward.. Shame on me for building an automatic car, after all these years of running sticks.
-- Joe
Moderator
iTrader: (1)
Joined: Mar 2002
Posts: 18,432
Likes: 233
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
For a good write up on GM TCC logic see this post:
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
What type of methodology does the aftermarket use for TCC control?
RBob.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
What type of methodology does the aftermarket use for TCC control?
RBob.
Joined: Jul 1999
Posts: 12,089
Likes: 125
From: SALEM, NH
Car: '88 Formula
Engine: LC9
Transmission: 4L60E
Axle/Gears: 3.89 9"
For a good write up on GM TCC logic see this post:
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
What type of methodology does the aftermarket use for TCC control?
RBob.
https://www.thirdgen.org/forums/diy-...ad-vs-mph.html
What type of methodology does the aftermarket use for TCC control?
RBob.
Seems most everyone I talk to locks the converter at peak torque, so you get slipage until peak then lock until shift.
Kinda had hoped to get the same logic out of $8D. guess I have to read more

-- Joe
But city driving with the converter locked at low speed in 3rd or 4th would cause a problem. What about a small hill. Also to get the MPG benefits, the converter needs to lock early.
Thread
Thread Starter
Forum
Replies
Last Post
Sanjay
Engine/Drivetrain/Suspension Parts for Sale
1
Aug 12, 2015 03:41 PM







