FCGear CycloidGear/ru

From FreeCAD Documentation
This page is a translated version of the page FCGear CycloidGear and the translation is 2% complete.
Other languages:

FCGear CycloidGear

Menu location
Gear → Cycloid Gear
Workbenches
FCGear
Default shortcut
None
Introduced in version
v0.16
See also
FCGear InvoluteGear

Описание

Cycloidal gears are very sensitive to an inaccurate adjustment of the centre distance, which then leads to a change in the transmission ratio. For these reasons, cycloidal gears are hardly found in mechanical engineering but are only used in special cases such as in the watch industry, for roots type blowers or for the drive of gear racks.

From left to right: Spur gearing, helical gearing, double helical gearing

Usage

  1. Switch to the FCGear Workbench.
  2. There are several ways to invoke the command:
    • Press the Cycloid Gear button in the toolbar.
    • Select the Gear → Cycloid Gear option from the menu.
  3. Change the gear parameter to the required conditions (see Properties).

Properties

Data

An FCGear CycloidGear object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

accuracy

  • Данныеnumpoints (Integer): Default is 15. Change of the involute profile. Changing the value can lead to unexpected results.

base

  • Данныеheight (Length): Default is 5 mm. Value of the gear width.
  • Данныеmodule (Length): Default is 1 mm. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes).
  • Данныеteeth (Integer): Default is 15. Number of teeth.

computed

  • Данныеangular_backlash (Angle): (read-only)
  • Данныеdw (Length): (read-only) Working pitch diameter.

cycloid

  • Данныеinner_diameter (Float): (read-only) Diameter of the rolling circle of hypocycloid, normalized by the Данныеmodule (see Notes).
  • Данныеouter_diameter (Float): Default is 7.5. Diameter of the rolling circle of epicycloid, normalized by the Данныеmodule (see Notes).

fillets

  • Данныеhead_fillet (Float): Default is 0 mm.
  • Данныеroot_fillet (Float): Default is 0 mm.

helical

  • Данныеbeta (Angle): Default is 0 °. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left.
  • Данныеdouble_helix (Bool): Default is false, true creates a double helix gear (see Notes).

tolerance

  • Данныеbacklash (Length): Default is 0. Backlash, also called lash or play, is the distance between the teeth at a gear pair.
  • Данныеclearance (Float): Default is 0.25 (see Notes).
  • Данныеhead (Float): Default is 0. Additional length of the tip of the teeth, normalized by the Данныеmodule.

version

  • Данныеversion (String):

Notes

  • Cycloidal gears must always be specially matched to each other and can generally not be exchanged at will: In a gear pair, the value of inner_diameter on one gear must equal the outer_diameter on the other, and vice versa. See also the information in Properties cycloid parameter view below.
  • clearance: At a gear pair, clearance is the distance between the tooth tip of the first gear and the tooth root of the second gear.
  • double_helix: To use the double helical gearing the helix angle β (beta) for the helical gearing must first be entered.
  • module: Using ISO (International Organization for Standardization) guidelines, Module size is designated as the unit representing gear tooth-sizes. Module (m): m = 1 (p = 3.1416), m = 2 (p = 6.2832), m = 4 (p = 12.566). If you multiply Module by Pi, you can obtain Pitch (p). Pitch is the distance between corresponding points on adjacent teeth.

Special cases

Straight line as hypocycloid

To obtain a straight line, directly towards the center, as hypocycloid, use the following expression for the Данныеinner_diameter: teeth / 2. Such a tooth form is often found in historical clockworks and thus called "clock toothing". A larger Данныеclearance makes the effect even more visible.

Full hypocycloid/epicycloid as tooth

To obtain a gear made of complete hypocycloid and epicycloid curves use the following expressions:

  • Данныеinner_diameter: 0.5 + 1e-6
  • Данныеouter_diameter: inner_diameter
  • Данныеclearance: (-1 + inner_diameter/1mm) * 2
  • Данныеhead: (-1 + outer_diameter/1mm) * 2

The reference diameter is d = m * z, with m being the Данныеmodule and z being the Данныеteeth. For a complete hypocycloid, the rolling diameter has to be d_i = d / (z*2) = m*z / (z*2). And if we now normalize this by the module, we get d_in = m*z / (z*2) / m = 1 / 2. The additional explicit tolerance value (1e-6 in the expression above) is required to overcome coincidence issues.

Now the cycloids' rolling circle diameters have to match the gear's addedum/dedendum. The addendum, i.e. the tooth length above the reference circle, is 1 + Данныеhead. The dedendum, i.e. the tooth length below the reference circle, is 1 + Данныеclearance. Both are normalized by the module, thus we need a head/clearance value of 1 - d_in. The additional / 1mm and * 2 are required to overcome shortcomings already fixed in the development version of the FCGear Workbench, but porting those fixes back to the stable version may break existing models.

Such "gears" allow the the number of teeth to be as low as two and are used as rotary vanes in pumps or compressors (cf. Roots-type Supercharger).

Infinitely large epicycloid

If the radius of the epicycloid's rolling circle becomes infinitely large, it becomes a rolling straight line. Such a degenerated epicycloid is called involute. Gears with such a tooth form are handled by the involute gear command. It is by far the most common tooth form Today.

Useful formulas

See FCGear InvoluteGear.

Properties cycloid parameter view