Vendors of internal gear bicycle hubs naturally give the transmission ratios of own products. But I was always curious how exactly these ratios are obtained, i.e. which planet gears are engaged in which combination and how many teeth each gear has. This information was surprisingly hard to find – in fact, the only vendor who discloses this is Rohloff! It is certainly possible to just disassemble the hub, but, you know, sitting half-day at the computer screen is more attractive nowadays
I have Nexus-7 hub on one of my bikes, and I have “reverse engineered” the exact tooth counts.
I found the service instruction in German, explaining which planet rings are transmitting the torque in which gear. This, plus the transmission ratios with three decimal digit precision, plus some general theory proved to be sufficient. Update: No! The numbers below are wrong. You may think, how this can be seen from them. See the real counts from the disassembled hub for correct counts.
To understand the numbers below, you must know that Nexus-7 has two planet carriers; each has planets with two bound gears. One of them meshes with the ring gear. Each of planet gears meshes with corresponding sun gear. The latter can be rotating freely, or fixed to the immobile axle with pawls, activated by the shifter. In gears 1 and 2, only the first step-down ring is engaged. In gears 6 and 7, only the second step-up gear is engaged. Read the service instruction linked above for further information.
I give values for the active sun, planet meshed with the sun, planet meshed with the ring, and the ring. Next, the exact fractional ratio is shown, and it’s decimal value with 5 digits. Last in the line is the 3-digit decimal value from the manuals. We see the rounding errors (and sometimes inconsistencies).
First ring, step-down:
Gear 1: 31, 17, 22, 69. Ratio: 69 * 17 / ( 69 * 17 + 31 * 22) = 1173 / 1855 ~ 0.63234 ~ 0.632
Gear 2: 24, 22, 22, 69. Ratio: 69 / (24 + 69) = 23 / 31 ~ 0.74193 ~ 0.741
Both rings engaged:
Gear 3: G1*G6. Ratio: (1173 / 1855) * (617 / 462) = (17 * 23 * 617) / (2 * 5 * 7^2 * 11 * 53) = 241247 / 285670 ~ 0.84449 ~ 0.843
Gear 4: G2 * G6. Ratio: (23 / 31) * (617 / 462) = (23 * 617) / (31 * 2 * 3 * 7 * 11) ~ 0.99085 ~ 0.991
Gear 5: G2 * G7. Ratio: (17 / 11) * (23 / 31) = 391 / 341 ~ 1.14663 ~ 1.145
Second ring, step-up:
Gear 6: 31, 21, 15, 66. Ratio: 1 + (31 * 15) / (21 * 66) = 617 / 462 ~1.33549 ~1.335
Gear 7: 36, 15, 15, 66. Ratio: 1 + 36/66 = 17 / 11 ~1.54545 ~1.545
The inspiration for this feat was John Allen’s table of tooth counts for various hubs. John did this by some guessing-and-trial-and-error, putting numbers in a spreadsheet with the formulas. Unfortunately his data does not include the two hubs I have, Nexus-7 and Nexus-8. I decided to leave the guessing to the computer and wrote a script, which does exhaustive search over all reasonable combinations. There are two restrictions on numbers of teeth in a working planetary gear (diameters should add up in a known way, and some counts must be divisible by number of the planets for them to be equally spaced; ask me if you want to get techy). Allowing the precision of the resulting ratio down to the last decimal number given in the documentation, the search returned just one result for both planet rings of the Nexus! I was so delighted to get such a consistent answer.
Update once again: this “consistent answer” is wrong. Here is the right one.
Post a Comment