Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Technical Discussion (http://www.chiefdelphi.com/forums/forumdisplay.php?f=22)
-   -   Methods of shifting gears (http://www.chiefdelphi.com/forums/showthread.php?t=115962)

Michael Hill 11-04-2013 14:02

Re: Methods of shifting gears
 
Quote:

Originally Posted by Dad1279 (Post 1260391)
Could use a window motor/cam linkages to shift both, or a faster motor with a leadscrew.

Dealing with pneumatics isn't that difficult. Don't need an on-board compressor.

I realize pneumatics isn't difficult, but it's A LOT of overhead weight (even without on-board compressor). You'll need at least the manual relief valve, emergency relief valve, pressure gauge, storage tank, solinoid, tubing and your actual pneumatic cylinder. That's quite a bit when all you want to do is shift!

Andrew Lawrence 11-04-2013 14:28

Re: Methods of shifting gears
 
I suggest looking at Team 254's shifters on their website (www.team254.com)

Here's their 2012 transmission: http://media.team254.com/2012/08/gearbox.jpg



Also, a bit unrelated, but did you use to have a MC server?

MichaelBick 11-04-2013 15:47

Re: Methods of shifting gears
 
Quote:

Originally Posted by Michael Hill (Post 1260527)
I realize pneumatics isn't difficult, but it's A LOT of overhead weight (even without on-board compressor). You'll need at least the manual relief valve, emergency relief valve, pressure gauge, storage tank, solinoid, tubing and your actual pneumatic cylinder. That's quite a bit when all you want to do is shift!

The question is if the extra weight is worth the extra performance. Pneumatics means faster and more reliable(imo because there is little chance to shear a dog gear) shifts. In addition to that, pneumatics can be very useful for simple, 2 position operations, can be used as springs, and can be actuated after the buzzer. This gives pneumatics tremendous versatility. I personally think pneumatics gives enough benefit to outweigh the price.

Michael Hill 11-04-2013 17:10

Re: Methods of shifting gears
 
Quote:

Originally Posted by MICHAELABICK (Post 1260575)
The question is if the extra weight is worth the extra performance. Pneumatics means faster and more reliable(imo because there is little chance to shear a dog gear) shifts. In addition to that, pneumatics can be very useful for simple, 2 position operations, can be used as springs, and can be actuated after the buzzer. This gives pneumatics tremendous versatility. I personally think pneumatics gives enough benefit to outweigh the price.

I realize that. I've used pneumatics on every robot I've been associated with building. I've just seen a lot of teams staying away from pneumatics because of either difficulty or weight.

Daniel_LaFleur 11-04-2013 18:00

Re: Methods of shifting gears
 
Quote:

Originally Posted by fb39ca4 (Post 1260513)
Has anyone tried using a shifting bicycle hub? The kind that bikes without derailleurs use?

The biggest issue with derailleurs is that it is a single direction gearbox, and most FIRST applications are bidirectional.

apalrd 11-04-2013 18:33

Re: Methods of shifting gears
 
Quote:

Originally Posted by fb39ca4 (Post 1260513)
The kind that bikes without derailleurs use?

He means something like this


As to the OP's question, I can think of 3 successful team-built shifting gearbox types (this excludes the planetaries in the Dewalts and drill transmissions):

-Mesh shifting ("Crash" shifting) - Sliding gears to mesh. The Killer Bees 4-speed design linked earlier is a mesh shifter, as were many early FRC shifting transmissions. They are relatively to easy to build, and with a large pitch gear and slightly more backlash they can work fairly well. While not space efficient it is possible to have a 3 or more speed mesh shifter with a single mesh. The 4-speed is essentially 2 2-speeds in series as this design is more space efficient. As the paper describes, we really wanted a 3-speed but the 4-speed was easier to build. Note that 2 2-speeds in series requires a double swap shift for 2<->3 shifts and that is not usually a 'good' shift to perform (if it's not perfectly synchronous you'll end up in 1st or 4th for a short period of time).

-Dog shifting - Sliding a dog to mesh. In this case, the two gears in question ride on the common shaft via bearings, and the mechanical coupling to that shaft is provided via the dog. The dog meshes with one gear at a time to pick a gear ratio. The dog design is limited to 2 gear ratios per dog. You can get 4 speeds by designing 2 2-speeds in series or having multiple dogs on a shaft (this would usually, but not always, require the ability to shift a dog into neutral)

-Ball shifting - Balls sit in cups of the shaft and are pushed out to engage the gears riding on the shaft to engage a gear. This design is capable of any number of gears in sequence adding only another pair of gears and balls and slightly lengthening the shaft, and can shift sequentially very easily. It is impossible to shift non-sequentially (each gear you step through must engage to let the plunger pass by it). For a 2-speed design like the Vex Pro this is irrelevant.

There is also the theoretical option of the planetary transmission. An automotive planetary uses planetaries and lockup/drive clutches to select a power path through the planetaries (which elements are connected to the input and which are grounded). Good designs allow jump-shifting nearby gears with a single clutch-to-clutch shift (exchanging one clutch for another). A drive or lockup clutch in an FRC application could be a part of a dog, mesh, or ball shifter, or a lockup band.

henryBsick 11-04-2013 19:12

Re: Methods of shifting gears
 
I've designed and built a few ball shifting transmission in the past. I really dig the new Vex Pro models that are out. They've got many of the 'wanted' features I've recognized over the years, but never implemented. Kudos to them for a solid design.
Linked are two pictures.
1) Project cover page listing team members and showing completed drive base.
2) Shifting detail on the transmissions. The large exploded view is a bit crap (my apologies), but the other simple illustrations outline function showing the shifting shaft, plunger shaft, shift gears, and ball bearings.
I'm happy to share any specific details if anyone is interested in developing their own ball shifter.

A_Reed 11-04-2013 21:23

Re: Methods of shifting gears
 
CVT anyone?

http://en.wikipedia.org/wiki/Continu...e_transmission

Not entirely practical for FRC applications but it certainly would make an interesting design project to see if you can make it work.

joelg236 11-04-2013 21:26

Re: Methods of shifting gears
 
Quote:

Originally Posted by A_Reed (Post 1260711)
CVT anyone?

http://en.wikipedia.org/wiki/Continu...e_transmission

Not entirely practical for FRC applications but it certainly would make an interesting design project to see if you can make it work.

Imagine having one of these on your robot. http://upload.wikimedia.org/wikipedi...xtroid_CVT.jpg

Tristan Lall 11-04-2013 21:36

Re: Methods of shifting gears
 
Quote:

Originally Posted by joelg236 (Post 1260714)

190 did a toroidal CVT with power take-off in 2002. (Search the forum for more information, e.g. this thread.)

Joe Ross 11-04-2013 22:24

Re: Methods of shifting gears
 
The Thunderchickens did a planetary CVT in 2002 and published a whitepaper: http://www.chiefdelphi.com/media/papers/1361

lukedude43 11-04-2013 23:19

Re: Methods of shifting gears
 
thanks to everyone for all the information it's been incredibly helpful. Something that I didn't realize I left out is that this is a project to help me learn solidworks and because off that i'm gonna go with dog shifting just because of the easier design. Also if by some chance we actually made this instead of just buying some AM or VEX shifters, dog shifting would be easier for my team to do because they would be our first machined parts and it seems much easier to design than a ball shifter.

Gregor 11-04-2013 23:24

Re: Methods of shifting gears
 
Quote:

Originally Posted by lukedude43 (Post 1260779)
thanks to everyone for all the information it's been incredibly helpful. Something that I didn't realize I left out is that this is a project to help me learn solidworks and because off that i'm gonna go with dog shifting just because of the easier design. Also if by some chance we actually made this instead of just buying some AM or VEX shifters, dog shifting would be easier for my team to do because they would be our first machined parts and it seems much easier to design than a ball shifter.

Unless you have a really, really good reason, stick to COTS gearboxes.

mman1506 11-04-2013 23:28

Re: Methods of shifting gears
 
Quote:

Originally Posted by lukedude43 (Post 1260779)
thanks to everyone for all the information it's been incredibly helpful. Something that I didn't realize I left out is that this is a project to help me learn solidworks and because off that i'm gonna go with dog shifting just because of the easier design. Also if by some chance we actually made this instead of just buying some AM or VEX shifters, dog shifting would be easier for my team to do because they would be our first machined parts and it seems much easier to design than a ball shifter.

Make sure you do it in the off season. Before COTS 2 speed gearboxes were available are team wasted a lot of time making 2 speeds that were mediocre. I'm not sure how well the AM shifters shift but our dog shifters take quite a bit of tuning to shift in a useful fashion.

lukedude43 11-04-2013 23:32

Re: Methods of shifting gears
 
AM shifters are dog sifters


All times are GMT -5. The time now is 09:19.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi