|
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
An FCGear CycloidGear object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
accuracy
Integer
): Default is 15
. Change of the involute profile. Changing the value can lead to unexpected results.base
Length
): Default is 5 mm
. Value of the gear width.Length
): Default is 1 mm
. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes).Integer
): Default is 15
. Number of teeth.computed
Angle
): (read-only)Length
): (read-only) Working pitch diameter.cycloid
Float
): (read-only) Diameter of the rolling circle of hypocycloid, normalized by the Datamodule (see Notes).Float
): Default is 7.5
. Diameter of the rolling circle of epicycloid, normalized by the Datamodule (see Notes).fillets
Float
): Default is 0 mm
.Float
): Default is 0 mm
.helical
Angle
): Default is 0 °
. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left.Bool
): Default is false
, true
creates a double helix gear (see Notes).tolerance
Length
): Default is 0
. Backlash, also called lash or play, is the distance between the teeth at a gear pair.Float
): Default is 0.25
(see Notes).Float
): Default is 0
. Additional length of the tip of the teeth, normalized by the Datamodule.version
String
):To obtain a straight line, directly towards the center, as hypocycloid, use the following expression for the Datainner_diameter: teeth / 2
. Such a tooth form is often found in historical clockworks and thus called "clock toothing". A larger Dataclearance makes the effect even more visible.
To obtain a gear made of complete hypocycloid and epicycloid curves use the following expressions:
0.5 + 1e-6
inner_diameter
(-1 + inner_diameter/1mm) * 2
(-1 + outer_diameter/1mm) * 2
The reference diameter is d = m * z, with m being the Datamodule and z being the Datateeth.
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 + Datahead. The dedendum, i.e. the tooth length below the reference circle, is 1 + Dataclearance. 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).
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.
See FCGear InvoluteGear.