Din 5480 Spline Calculator Excel Install 【FHD 2024】
Add a VBA button that exports the current spline parameters to a PDF or CSV file named Spline_Report_<z>_<m>.pdf.
For engineers who cannot trust closed-source macros, building a native Excel calculator using formulas is safer and transparent. Key formulas to enter (based on DIN 5480-1:2006): din 5480 spline calculator excel install
| Parameter | Formula (Excel notation) | Cell example |
|-----------|--------------------------|---------------|
| Module | m (user input) | B2 |
| Teeth | z (user input) | B3 |
| Ref. diameter | =m*z | B4 =B2B3 |
| Addendum | =m*(1+x) | B5 =B2(1+B6) |
| Dedendum | =m*(1.25 - x) | B6 =B2*(1.25-B6) |
| Tip diameter (ext.) | =d_B + 2*m*(1+x) - adjustment | =B4+2B2(1+B6)-IF(...) |
| Span measurement (Wk) | =m * cos(α) * [π*(k-0.5) + z*inv(α) + 2*x*tan(α)] (requires custom function or helper cells) | | Add a VBA button that exports the current
Installation of validation tables: On a separate sheet, input Table 5, 7, 9 from DIN 5480-2 (tolerances for space width/tooth thickness) so that VLOOKUP can retrieve fit class limits. diameter | =m*z | B4 =B2 B3 |
Save the root and tip diameters as a simple text file that a SolidWorks or Inventor macro can read to generate the spline gear.