Din 5480 Spline Calculator Excel New Link ❲Web❳
DIN 5480 Spline Calculator in Excel: A Comprehensive Guide
In the world of mechanical power transmission, the DIN 5480 standard remains the gold standard for involute splines. Whether you are designing a hydraulic pump shaft, a transmission gear, or a steering column joint, the precision of your spline connection determines the longevity of your assembly. din 5480 spline calculator excel new
- Spline dimensions (e.g., major diameter, minor diameter)
- Tolerances (e.g., tolerance classes, fits)
- Geometric characteristics (e.g., tooth thickness, space width)
6. Span Measurement Over Balls / Pins
DIN 5480 uses ball diameter Dp ≈ 1.8 × m (for 30° PA).
Formula for over-pin measurement for external spline: DIN 5480 Spline Calculator in Excel: A Comprehensive
- Pro Tip: In Excel, trigonometric functions use radians. You must convert your degrees using the
RADIANS()function. For example:=d * COS(RADIANS(30)).
A new DIN 5480 spline calculator must solve these legacy problems. Spline dimensions (e
' Reference diameter
= B4 * B5
' Calculate involute angle at pin center
' inv(alpha_m) = inv(alpha_D) + D_M / (d_b) - (s / d_b)
' Assuming tooth thickness s = m * pi / 2 (Basic)
Dim s As Double
s = m * WorksheetFunction.Pi() / 2