FCGear CrownGear/it: Difference between revisions

From FreeCAD Documentation
(Created page with "* {{PropertyData|num_profiles|Integer}}: L'impostazione predefinita è {{Value|4}}. Numero di profili utilizzati per il loft. * {{PropertyData|preview_mode|Bool}}: il valore predefinito è {{True}}.")
(Created page with "* {{PropertyData|pressure_angle|Angle}}: Il valore predefinito è {{Value|20 °}} (vedere Note).")
Line 69: Line 69:
{{Properties_Title|involute}}
{{Properties_Title|involute}}


* {{PropertyData|pressure_angle|Angle}}: Default is {{Value|20 °}} (see [[#Notes|Notes]]).
* {{PropertyData|pressure_angle|Angle}}: Il valore predefinito è {{Value|20 °}} (vedere [[#Note|Note]]).


{{Properties_Title|version}}
{{Properties_Title|version}}

Revision as of 06:07, 26 May 2024

Other languages:

Corona dentata

Posizione nel menu
Gear → Crown Gear
Ambiente
FCGear
Avvio veloce
None
Introdotto nella versione
v0.16
Vedere anche
Ingranaggio ad evolvente

Descrizione

La ruota dentata ricorda una cremagliera curva a forma di anello. L'angolo di pressione diminuisce continuamente dal diametro esterno a quello interno. In questo modo la velocità periferica variabile della corona dentata viene compensata con la velocità periferica costante del pignone. I denti esterni appuntiti e i fianchi ripidi del dente sul diametro interno limitano la larghezza utile del dente. Gli ingranaggi a corona raggiungono efficienze simili agli ingranaggi cilindrici. Una corona dentata può azionare più pignoni.

Campi di applicazione noti per le corone dentate:

  • Azionamenti dell'asse posteriore per auto e moto
  • Meccanismo girevole per tavoli operatori
  • Teste per fresatura angolare
  • Sistemi di utensili motorizzati con pignoni multipli e corona dentata

Sopra: corona dentata

Utilizzo

  1. Passare a FCGear.
  2. Esistono diversi modi per richiamare il comando:
    • Premere il pulsante Crown Gear nella barra degli strumenti.
    • Selezionare l'opzione Gear → Crown Gear dal menu.
  3. Per default la corona dentata viene visualizzata senza denti. (disponibile dalla versione 0.21)
  4. Modificare i parametri dell'ingranaggio alle condizioni richieste (vedere Proprietà).
  5. Impostare la proprietà Datipreview_mode su false per visualizzare i denti (vedere Note).

Proprietà

Un oggetto FCGear CrownGear deriva da un oggetto Part Feature e ne eredita tutte le proprietà. Ha inoltre le seguenti proprietà aggiuntive:

Dati

accuracy

  • Datinum_profiles (Integer): L'impostazione predefinita è 4. Numero di profili utilizzati per il loft.
  • Datipreview_mode (Bool): il valore predefinito è true.

base

  • Datiheight (Length): Default is 2 mm. Value for the tooth width.
  • Datimodule (Length): Default is 1 mm. Module is the ratio of the reference diameter of the gear divided by the number of teeth (see Notes).
  • Datiother_teeth (Integer): Default is 15. Number of teeth of the construction gear (pinion) (see Notes).
  • Datiteeth (Integer): Default is 15. Number of teeth.
  • Datithickness (Length): Default is 5 mm. Height from the tip of tooth to the lower side of the crown wheel.

involute

  • Datipressure_angle (Angle): Il valore predefinito è 20 ° (vedere Note).

version

  • Dativersion (String):

Note

  • The Datipreview_mode property is set to true by default and when the gear is created you'll find this message in the report view:
    Gear module: Crown gear created, preview_mode = true for improved performance. Set preview_mode property to false when ready to cut teeth.
  • 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.
  • other_teeth: Several pinions with the same number of teeth only can be used on one crown wheel.
  • pressure_parameter: Only change the parameter, if sufficient knowledge of the gear geometry is available.
  • The geometry of the crown gear is primarily determined by the spur pinion geometry (other_teeth).
  • Create spur gear with Involute gear. The number of teeth must be identical to the parameter other_teeth of the crown gear.
  • Adjustments for optimal running characteristics can be made with the parameters of involute gear.

Panoramica dell'insieme corona e ingranaggio cilindrico

  • (1) Spur gear
  • (2) Crown gear
  • (3) Tooth width
  • (4) Inner diameter
  • (5) Outer diameter

Formule utili

  • Inner diameter (4)
    • inner diamter = module (spur gear) * teeth (crown gear) * cos pressure_paramter (pinion) : cos pressure_parameter (crown gear)
  • Outer diameter (5)
    • outer diamter = inner diameter + 2x height (tooth width crown gear)