WANTED Timing pulley design software.
WANTED Timing pulley design software.
(OP)
Can anyone here provide me with a link as to where I can get software for designing Timing Pulley's?
I would like to input: pitch, angle of tooth, depth of cut, and number of teeth. All of these parameters are available from catalogs.
And get out: blank OD, Depth of cut? Width of cutting tool, and any other paremeters necessary to allow me to make my own.
I am assuming single point cutting, with a flycutter. And using a rotary table and mill.
And of course, I would like it to be freeware, or shareware.
Preferably free standing, rather than part of ACad etc.
Thank you,
billCCED
I would like to input: pitch, angle of tooth, depth of cut, and number of teeth. All of these parameters are available from catalogs.
And get out: blank OD, Depth of cut? Width of cutting tool, and any other paremeters necessary to allow me to make my own.
I am assuming single point cutting, with a flycutter. And using a rotary table and mill.
And of course, I would like it to be freeware, or shareware.
Preferably free standing, rather than part of ACad etc.
Thank you,
billCCED





RE: WANTED Timing pulley design software.
I sent you a spreadsheet some while ago that does exactly what you are asking for.
Won't this work for you?
If not why, ?? it works for many others.
RE: WANTED Timing pulley design software.
style heavy duty belt which can
either be hobbed or shaped?
RE: WANTED Timing pulley design software.
BILLCCED
DIAMONDJIM, THIS IS FOR THE REGULAR TIMING BELTS SUCH AS THE XL BELTS, WHERE THE RIBS GO PERPENDICULAR TO THE LENGTH OF THE BELT. LOOKS LIKE A CATERPILLAR TREAD.
BILLCCED
RE: WANTED Timing pulley design software.
Not got it on this computer any more.
I'll have to have a look on some backkup CD's
It was an Excel spreadsheet and if you looked on the web there are many links to a free viewer.
John S.
RE: WANTED Timing pulley design software.
a hob or rack cutter and approximate
the shape. Just remember that the
pitch line is outside of the gear
blank. I have a hob lsp program
that hobs teeth by inserting the
hob profile and progresses and rotates
much like a rack or hob operates
to form the profile. You then have to
array the profiles per the number
of teeth on the sprocket or pinion.
RE: WANTED Timing pulley design software.
What I am looking for is a program, that I can input Pitch, Angle of tooth, OD of the blank, and tooth depth, all available from stock catalogs.
OD could be computed.
What I want back from the program is the width of the tip of the cutter, and the depth of total cut for the tooth.
I have a large group, on Yahoo, dedicated to making/modifying equipment for CNC in a non commercial, home shop, environment.
I would like to come up with a program/info on how they can make there own pulleys for modifying machines to CNC.
What is the name of the program that you have? Comercial, Freeware or Shareware?
Thanks,
billCCED
RE: WANTED Timing pulley design software.
type cutters from the belt manufacturers
as guides. You basically have a circular
pitch type arrangement and it would seem
that it would not be that hard for you
to use a spread sheet to work out the
reverse geometry of forming the belt
parameters around a circle based on the
number of teeth in your sprocket.
The hob program that I was speaking of is
free and I would be glad to e-mail it to
you. You could redefine the hob cross section
and rename this section hob.dwg in acad and
it will show you the basic format for the
sprocket.
(defun c:HOB ()
(command "SNAP" "OFF")
(setq cpg (list 0 0))
(setq ntg (getreal "\nEnter number of teeth on gear: "))
(setq ngh 18)
(setq odg (+ 2 ngh))
(setq pdg (getreal "\nEnter generating pitch dia of gear: "))
(setq dpg 1.000)
(setq xi (/ (* -0.25 pi pdg) ntg))
(setq mx (/ pi ngh 2))
(setq sph (list (* -48.0 mx) (* 0.5 pdg)))
(setq rot (/ -180.0 (* ntg ngh)))
(setq cnt -51)
(setq pt1 (list (* -2.2 odg) (* -1.85 odg)))
(setq pt2 (list (* 2.2 odg) (* 1.85 odg)))
(command "OSNAP" "OFF")
(command "SNAP" "OFF")
(command "zoom" "w" pt1 pt2)
(while (< cnt 51)
(progn
(command "INSERT" "HOB" sph 1 1 0 )
(command "rotate" "W" pt1 pt2 "" cpg rot)
(setq sph (list (+ (car sph) mx) (cadr sph)))
(setq cnt (+ cnt 1))
))
)
You do have to create hob profile with the
rack pitch line and tooth centerline at 0,0
and reverse the addendum and dedendum
like a rack cutter would require. Make a block
of this drawing and call it hob. The hob lisp
program assumes no backlash in the system.
I assume you know how to use lisp programs.
The program assumes the addendum of the cutter
is down. Have fun.
RE: WANTED Timing pulley design software.
billCCED
RE: WANTED Timing pulley design software.
pbyers@york-ind.com
RE: WANTED Timing pulley design software.
The software for designing Timing Pulley's you can find on our web pages.
Mirekp
http://www.mitcalc.com
Mechanical calculations