asong
Mechanical
- Feb 12, 2006
- 28
Thanks gearcutter first for his introduction of this forum.
I've posted this title in some forums, but almost no respond.
Do you think the formula Mdp=2*rM*cos(pi/(2*z))+dp is right?
Mdp -Measure over pins or balls
rM -Distance from pin center to gear center.
rM can be caculated out by finding out the pressure
angle of pin center first, it can be found in some
books.
z -Number of teeth
dp -Diameter of measure pin or ball
This formula requires two pins or balls stayed in the same gear section plan, but it is not reasonable: if want the pin stably sit in gear space, the 3 points(1 measure point, 2 contact points with flanks) must stayed in the same pin transversal section (the ball also the same). If they say in the same transversal section of gear, the pins or balls will not be stable. So they are not in the same transversal section of gear. I have my own formula:
psi/sin(psi+pi/z)=(tan(beta_M))^2
beta_M -helical angle at pin center.
with known of pressure angle of pin center,
tan(beta_M)=TAN(beta)*COS(alphat)/COS(alphaMt1)
beta -helical angle
alphat -transveral pressure angle
alphaMt1 -transveral pressure angle of pin center.
z -number of teeth
psi -when pin moves along gear space, the angle at
transversal section of pin center movement.
M=rM*sqrt(psi*sin(psi+pi/z)+2*(1+cos(psi+pi/z)))+dp
I get psi from first equation by iterative calculation. (in Excel, there is a goal seek tool. But with VBA, I can have it calculated automaticly). then put psi in the next equation. psi is in radians.
The result is smaller than the classic when helical angle is somewhat smaller then 45 degrees. it can be bigger then classic when helical angle is somewhat bigger then 45 degrees.
Sorry for my poor English.
I've posted this title in some forums, but almost no respond.
Do you think the formula Mdp=2*rM*cos(pi/(2*z))+dp is right?
Mdp -Measure over pins or balls
rM -Distance from pin center to gear center.
rM can be caculated out by finding out the pressure
angle of pin center first, it can be found in some
books.
z -Number of teeth
dp -Diameter of measure pin or ball
This formula requires two pins or balls stayed in the same gear section plan, but it is not reasonable: if want the pin stably sit in gear space, the 3 points(1 measure point, 2 contact points with flanks) must stayed in the same pin transversal section (the ball also the same). If they say in the same transversal section of gear, the pins or balls will not be stable. So they are not in the same transversal section of gear. I have my own formula:
psi/sin(psi+pi/z)=(tan(beta_M))^2
beta_M -helical angle at pin center.
with known of pressure angle of pin center,
tan(beta_M)=TAN(beta)*COS(alphat)/COS(alphaMt1)
beta -helical angle
alphat -transveral pressure angle
alphaMt1 -transveral pressure angle of pin center.
z -number of teeth
psi -when pin moves along gear space, the angle at
transversal section of pin center movement.
M=rM*sqrt(psi*sin(psi+pi/z)+2*(1+cos(psi+pi/z)))+dp
I get psi from first equation by iterative calculation. (in Excel, there is a goal seek tool. But with VBA, I can have it calculated automaticly). then put psi in the next equation. psi is in radians.
The result is smaller than the classic when helical angle is somewhat smaller then 45 degrees. it can be bigger then classic when helical angle is somewhat bigger then 45 degrees.
Sorry for my poor English.