Sprocket ANSI duplex ⅜x⁷⁄₃₂ with configuration table

Co-authored-by: Simone B <simone.bignetti@linux.it>
This commit is contained in:
hasecilu 2023-11-02 12:48:51 -06:00
parent f91a2cf4bb
commit a17cd93c39
No known key found for this signature in database
GPG key ID: 1E3F5A13C8F3337E
80 changed files with 14 additions and 3557810 deletions

View file

@ -4,12 +4,12 @@ This folder contains the 3D models of the sprockets for ISO 606 chains duplex 3/
![Image](screenshot.png "Sprocket Duplex") ![Image](screenshot.png "Sprocket Duplex")
All models are parametric and the values are contained in the spreadsheet `Data`. The model is parametric and the values are contained in the spreadsheet `Data`.
The parameters refer to the sprocket dimensions as in the drawing below: The parameters refer to the sprocket dimensions as in the drawing below:
![Drawing](drawing.png "Drawing") ![Drawing](drawing.png "Drawing")
Table of dimensions in millimeters: ### Table of dimensions in millimeters:
P (Pitch)|Wc (Chain width)|Dr (Roller diameter)|Tr (Tooth radius)|Rw (Radius width)|Wt1 (Tooth width 1)|Wt2 (Tooth width 2)|z (Number of teeth)|De (External Diameter)|Dp (pitch diameter)|d (Hub diameter)|D (Hole diameter)|H (Total height) P (Pitch)|Wc (Chain width)|Dr (Roller diameter)|Tr (Tooth radius)|Rw (Radius width)|Wt1 (Tooth width 1)|Wt2 (Tooth width 2)|z (Number of teeth)|De (External Diameter)|Dp (pitch diameter)|d (Hub diameter)|D (Hole diameter)|H (Total height)
---|---|---|---|---|---|---|---|---|---|---|---|--- ---|---|---|---|---|---|---|---|---|---|---|---|---
@ -52,3 +52,15 @@ P (Pitch)|Wc (Chain width)|Dr (Roller diameter)|Tr (Tooth radius)|Rw (Radius wid
9,525|5,72|6,35|10|1|5,2|15,4|76|234,9|230,49|90|16|40 9,525|5,72|6,35|10|1|5,2|15,4|76|234,9|230,49|90|16|40
9,525|5,72|6,35|10|1|5,2|15,4|95|292,5|288,08|90|16|40 9,525|5,72|6,35|10|1|5,2|15,4|95|292,5|288,08|90|16|40
9,525|5,72|6,35|10|1|5,2|15,4|114|349,5|345,68|90|16|40 9,525|5,72|6,35|10|1|5,2|15,4|114|349,5|345,68|90|16|40
The 3D model configuration of each sprocket can be dynamically retrieved using a preset `Configuration table`.
The file name of the 3D model containing the `Configuration table` is **`Sprocket ANSI duplex ⅜x⁷₃₂.FCStd`**.
To obtain the 3D model of the desidered sprocket, click the spreadsheet `Data` in the Tree View and then select the `Teeth Number` in the property editor. If nothing changes try to `Refresh` the model.
See the following image for details
![Drawing](https://github.com/FreeCAD/FreeCAD-library/raw/master/Mechanical%20Parts/Chains/Plate%20Wheel/ISO%20606/Simplex%201%20½%20x%201/configuration.png)
### Notes for developers
If you add a row in the `Configuration table` of the `Data` spreadsheet, then add that row in the above table of this `README.md` file, without the first cell.