Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So I bought a 5-speed standard tranny...
#1
I bought a 5-speed Borg-Warner manual transmission for rear-wheel drive (it's pretty old, not sure the exact year, though - maybe early 80s?) the other day from a scrapyard. The shift stick is really loose (I'm actually not even sure it works still - but never mind that). Now I want to take it take off the top of the gearbox to look inside it, but I haven't a clue how. The bell housing is still bolted on.
Here's a diagram illustrating my problem:
[Image: mixye]
As you can see, the shift shaft tube is cast right on top of the gearbox cover, and extends to the gear selector box - so I can't just pull the cover away from the shift shaft, as it extends into the gearbox and attaches to the gear selector forks.
So what should I do to remove the gearbox cover?
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#2
Whatever you do, be careful. I opened the gerabox of our old
broken electric screwdriver (only two gears) and I couldn't
for my life put it back together again...
/post]
Reply
#3
umm....

[syntax="QBASIC"]'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
'Type Declaration
'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
TYPE FiveSpeedBorgWarnerManualTransmissionForRearWheelDrive
ShiftShaftTube AS INTEGER
StickShift AS INTEGER
GearSelectorBox AS INTEGER
GearBoxCover AS INTEGER
InputShaft AS INTEGER
OutputShaft AS INTEGER
BellHousing AS INTEGER
GearBox AS INTEGER
Picture AS STRING * 40
END TYPE

'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
'Variable Declaration
'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
DIM ZacksTranny AS FiveSpeedBorgWarnerManualTransmissionForRearWheelDrive

'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
'Set up initial values
'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ZacksTranny.ShiftShaftTube = 1
ZacksTranny.StickShift = 1
ZacksTranny.GearSelectorBox = 1
ZacksTranny.GearBoxCover = 1
ZacksTranny.InputShaft = 1
ZacksTranny.OutputShaft = 1
ZacksTranny.BellHousing = 1
ZacksTranny.GearBox = 1
ZacksTranny.Picture = "http://tinypic.com/mixye"

'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
'Remove Gear Box Cover
'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ZacksTranny.GearBoxCover = 0

SYSTEM[/syntax]
Reply
#4
Quote:Whatever you do, be careful. I opened the gerabox of our old
broken electric screwdriver (only two gears) and I couldn't
for my life put it back together again...
I don't care if it get's put back together or not, I just wann look inside. Wink

Meg: I prefer to seperate the programming and mechanics. :wink:
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#5
Quote:I don't care if it get's put back together or not, I just wann look inside. Wink

Ok. You know how to operate those pneumatic drills? Tongue
Seriously though, I suggest that you look for screws etc.
I don't really think a gearbox has a snap-off mounting
/post]
Reply
#6
Huh? When did I say anything about snap-off? Nothing's snap-off in cars. Wink
It's got a bunch of bolts holding it down, but that isn't the trouble. It's the darned shift shaft that's blocked access.
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#7
Not true! The lever under the seat that opens the trunk snapped off in my car! Oh wait.... that wasn't SUPPOSED to happen.... DAMN MY BIG FEET! :oops:
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#8
OK, I got the cover off and now I'm looking straight into the gearbox. I want to try shifting it into different gears by hand, but the problem is that it seems to be locked in 5th. I've even tried hammering on the 5th-reverse shift relay lever, but it won't budge. Any ideas? Anything special I have to do to shift it into neutral from 5th?

Here's the layout of the transmission gearbox:
[Image: nxcu8]

I've trying very forceful knocking on the fifth-reverse shift rail relay lever, to no avail: it won't budge.

Suggestions?
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)