Advanced Gears

Gear Physics

Gears are one common way to transmit power and change the output torque or speed of a mechanical system. Understanding these basic concepts is required to make optimized design decisions which consider the trade-off between torque and speed for a system with a given power.

Speed is the measure of how fast an object is moving. The speed of an object is how far it will travel in a given amount of time. For rotating parts like gears and wheels, speed is expressed in how many revolutions are made in a given amount of time. Under ideal conditions, the rotation of a wheel is converted into linear speed and can be calculated by multiplying the diameter of the wheel by the rotations for a given time. The SI unit for speed is meters per second (m/s), but speed is also commonly expressed in feet per second (ft/s).

Gear Train

Meshing two or more gears together is known as a gear train. Selecting the gears in the gear train as larger or smaller relative to the input gear can either increase the output speed or increase the output torque, but the total power is not affected.

Gear Ratio

When a larger gear drives a smaller one, for one rotation of the larger gear the small gear must complete more revolutions - so the output will be faster than the input. If the situation is reversed, and aa smaller gear drives a larger output gear, then for one rotation of the input the output will complete less than one revolution – so the output will be slower than the input. The ratio of the sizes of the two gears is proportional to the speed and torque changes between them.

The ratio in size from the input (driving) gear to the output (driven) gear determines if the output is faster (less torque) or has more torque (slower). To calculate exactly how the gear ratio effects the relationship from input to output, find the ratio for the number of teeth between the two gears. In the image below, the ratio of the number of teeth from the input gear to the output gear is 72T:15T which means the input needs to turn 4.8 rotations for the output to complete one rotation.

Idlers

What happens when a 45 tooth idler gear is inserted into the gear example? An idler gear is any intermediate (between input and output) gear which does not drive any output (work) shaft. Idler gears are used to transmit torque over longer distances than would be practical by using just a single pair of gears. Idler gears are also used to reverse the direction of the rotation of the final gear.

Regardless of the number or size of idler gears in the chain, only the first and last gear determine the reduction. Since idler gears do not change the gear reduction, the reduction in the example remains 72:15, but the direction of the output stage is now reversed from the previous example.

Idler gears are a good way to transmit power across distances in your robot. A common example of this is an all gear drivetrain. In this example the gears on the end are linked to the drive wheels and one of the center gears would be driven by a motor (not shown). The orange arrows indicate the relative rotation of each of the gears showing that the two wheels are mechanically linked and will always rotate in the same direction.

Because idler gears reverse the direction of rotation, it is important to pay attention to the number of gears in the drivetrain. In the picture below there is an even number of gears, and because of this the wheels will always spin in the opposite direction.

Compound Gearing

Some designs may require more reduction than is practical in a single stage. The ratio from the smallest gear available to the largest in the REV ION Build System is 80:10, so if a greater reduction than 8 is required, multiple reduction stages can be used in the same mechanism, and this is called a compound gear reduction. There are multiple gear pairs in a compound reduction with each pair of gears linked by a shared shaft. Below is an example of a two-stage reduction. The driving gear (input) of each pair is highlighted in orange.

Reduction is the concept of lowering input speed to reduce overall output speed.

To calculate the total reduction of a compound reduction, identify the reduction of each stage and then multiply each reduction together.

Where:

  • CR is the total Compound Reduction

  • Rn is the total reduction of each stage

Using the image above as an example, the compound reduction is 12:1.

​For any gear system, there are a limited number of gear sizes available, so in addition to being able to create greater reductions using compound reductions, it is also possible to create a wider range of reduction values, or the same reduction of a single stage, but with smaller diameter gears.

Center-to-Center Distance

To ensure that you have a proper amount of gear teeth mesh, it is important to calculate the center-to-center distance in between your gears. You can do this by first calculating the pitch diameter (PD) of each gear using some combination of module (M), number of teeth (N), or outside diameter (OD).

  • PD = M × N

  • PD = (OD × N) / (N + 2)

  • PD = OD - (2 × M)

Then, use the pitch diameters to calculate the center-to-center distance (CCD).

  • CCD = ((PD1) / 2) + ((PD2) / 2)

Any two REV ION gears that add up to 80 teeth will fit center-to-center on structure elements featuring the MAX Pattern and have a center-to-center distance of 2in

Addendum Shifting

Documentation Coming Soon!

Last updated