CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > WoodWorking Machines > DIY-CNC Router Table Machines


DIY-CNC Router Table Machines Discuss the building of home-made CNC Router tables here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 05-30-2004, 08:36 PM
chuckknigh's Avatar
Gold Member
 
Join Date: Apr 2003
Location: United States
Posts: 598
chuckknigh is on a distinguished road
Gear Cutting

It seems to me that a common use for CNC setups is cutting gears. Seems like a simple way to do this would be with a 2 axis machine...but not a traditional X-Y.

I'm picturing a dedicated machine, with a single linear axis, and a single rotary axis. I saw something similar used for making router bits, in an old "This Old House" episode.

Basically it tkes a blank and spins it along the rotary axis. A cutter head moves in and out, radially, cutting the teeth and gullets of the gears.

Since it's so simple, it should be cheap and easy to build. And, it would be a boon for the aspiring clockmakers. "Huge" gears could conceivably be made, easily, on a benchtop sized machine...a 12" gear, for example, would take up 6" side to side, plus the length of the linear axis.

Now...the real question. Would any existing software be able to drive it? I guess if I write a simple script to generate the G code directly, it wouldn't be too much of a problem.

Comments? Suggestions?

-- Chuck Knight
Reply With Quote

  #2  
Old 05-30-2004, 10:03 PM
sol sol is offline
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 226
sol is on a distinguished road

I spent the better part of today playing with your idea after reading your post in the other thread...even made a mock up with a slow rpm motor. The problem I became tangled in was trying to get the curve of the flank/face's involute correct. If that is not that important then maybe simple x,y,z software can be used where X is the linear, Z is up and down (if it is even needed) and Y is the rotary table with the distance actually in degrees though read and written as inches... just so that one rotation of the table equals some multiple of 360 (like 720 +, to match stepper's gearing and resolution)

In short, you draw a gear, define points with X=distance from center/origin, Y= angle from origin, straighten it to a rack, g-code it, but then cut it with a rotary table.

Again my problem with this cobble was the gear faces were not pretty, one side more convex than the other..then I ran out of time and gumption because I realized I was literally reinventing the wheel. There is bound to be a straight forward code generator for this but a cursory Google-ing found nothing.

Would love to hear other ideas!
Reply With Quote

  #3  
Old 05-30-2004, 10:05 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

Chuck,

I believe that the machine you describe would be called a gear shaper. It uses a hardened master "gear" to function as a cutter on the reciprocating cutterhead. The side of the gear tooth profile is the cutting edge.

The slow rotation of this cutter head at the proper ratio to the blank is most likely set up by a mechanical gear train. Anyways, this allows for one cutter to cut all gears in one Diametral pitch category.

Although you could "cnc it", there would not be a whole lot of advantage, since the rest of the machinery needs to be built just to hold the work properly to do the cutting anyways.

In the hobbiest category, I have thought about using a so called "slotting attachment" on a cnc mill, but never actually got around to doing anything. The slotting attachment is simply a small reciprocating "shaper head drive" for use on a milling machine.

The toolbits for this type of attachement are simple "lathe bits" which you can grind yourself. Most guys could figure out a way to grind a simple angled toolnose, similar to an Acme thread tool. This would serve as a single "rack gear tooth" which you would use as a cutter. In the involute gear systems, any gear of a given Diametral pitch (Dp) will mesh with all others. This means that, given the correct motions, a gear rack tooth (straight gear in other words) will generate the correct profile for any number of teeth on a correctly sized blank. The trick here, is that you would need a 4th axis rotary table to rotate the blank, whilst you program one axis of the table movement to simulate the rolling motion of the gear blank past the cutter, which would be reciprocating up and down in the Z plane.

Clear?
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #4  
Old 05-31-2004, 12:27 AM
chuckknigh's Avatar
Gold Member
 
Join Date: Apr 2003
Location: United States
Posts: 598
chuckknigh is on a distinguished road

I've actually played with gear hobbing, which is essentially a variation of what you've described with the "rolling gear." I'm talking about a simple "straight router bit" type of cutter head that would move in and out, with respect to the center of the blank.

It could theoretically cut any DP and any tooth form, given the right rotational data, and that includes undercutting leaves on pinions.

-- Chuck Knight
Reply With Quote

  #5  
Old 05-31-2004, 03:10 AM
*Registered*
 
Join Date: Apr 2004
Location: Norway
Posts: 678
ESjaavik is on a distinguished road

Of course this is possible if you use a bit not larger than the root radius of the tooth. That may amount to a problem. As for the path generation software it does exist. I visited a friend of my friend who have a wire EDM. (In his hobby garage! I'm still green of envy.) He showed me some gears he made. They were small, down to around 20mm. And some were not even round. They had strange shapes, but still could be put on shafts and merge perfectly as far as I could see and feel, although of course with constantly varying output speed. I don't know what software he used to generate the cutting paths, but could ask him.

But I'm going for the hobs. That may even be a good "first CNC" project. You need only one stepper/servo driven axis and that is the rotary table. Then you need an encoder on the spindle. A horizontal mill is the best, but a sturdy vertical would probably do for smaller size gear modules (pitches). Then the software will have to do the job of keeping the gear blank in a constant relation to the spindle. In other words a software gearset connecting the spindle with the rotary table. Then you can generate any number of teeth without having a large number of changewheels. Not to speak of the contraptions necessary to connect these between the spindle and the rotary table.

Feeding the cutter into the blank can be done by hand, auto feed or CNC, whatever you have. The reason I think this is a good first project is that you need only one drive and stepper or servo. No expensive ball screws and linear rails. Still there will be little or no compromize on the quality of the end product. It will familiarize you with the electronic parts and connecting them up. It can also be used for a number of other rotary table tasks. And if you go on to a full CNC mill, it can be integrated as a rotary axis. If you find out this electronic stuff is not for you, the rotary table is still a nice tool even when hand cranked, and almost mandatory for any gearmaking.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-31-2004, 08:27 PM
 
Join Date: Jun 2003
Location: U.S.A.
Posts: 166
foamcutter is on a distinguished road

Ok guys,
Lets see some drawings of this contraption! Sounds interesting and useful.
Reply With Quote

  #7   Ban this user!
Old 05-31-2004, 08:50 PM
balsaman's Avatar  
Join Date: Mar 2003
Location: Canada
Posts: 2,139
balsaman is on a distinguished road

Any cnc with a 4th axis can do this. Any good CAM software can do this too.

Eric
__________________
I wish it wouldn't crash.
Reply With Quote

  #8  
Old 05-31-2004, 09:04 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

The method I was thinking of bypassed the necessity of purchasing an expensive hob, because I would be using a simple flycutter ground from a $5 piece of HSS. The advantage would be that the cutter can be very accurately made, compared to handgrinding an involute form toolbit to match a particular gear tooth, which always requires a good sample gear (made by someone else) to use as a guage. I have used this method frequently to flycut gears and involute splines when a regular gear cutter was not readily available.

Hobbing requires the addition of an inclinable table axis, since the helix angle of the hob itself is seldom desirable in the finished gear. It is true that the hob can also cut helical gears, which the slotter-type setup I described above would not do.

Thin gears (perhaps up to 1" thick) can be very nicely roughed with a laser. A light finishing pass with a machine tool would be all that is required.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #9  
Old 05-31-2004, 10:00 PM
chuckknigh's Avatar
Gold Member
 
Join Date: Apr 2003
Location: United States
Posts: 598
chuckknigh is on a distinguished road

Yes, but not everyone (and especially first timers) wants to go to the time, the trouble, and quite bluntly the expense to build a 4 axis machine...or even a 3 axis one. Especially if all they need is some gears. I mentioned this concept in the "Open Source" thread, and decided to mention it here, for debate.

I'll draw up a quick picture, but I can't do CAD very well. It'll probably be a hand drawn sketch, since that's truly quick and easy for me. Don't look for real details, in version 1. ;-)

So, let's go with some "off the shelf" pictures from the web.

Picture a stepper motor driven mount for holding a gear blank, probably patterned after this:



Just for reference, this mount is from Steve Bedair's site, and is used for hobbing telescope worm gears on his lathe. Works quite well from the looks of it.

Now, axis 2. We'd have a single linear axis, which would move a router or Dremel (with a straight cutting bit) in and out from the central point of rotation. As the gear blank rotates, it would cut the teeth. Reversing the rotation would allow the undercutting of leaves on pinions, if desired.

Shouldn't be too hard to build, really...and the cost would likely be minimal. Even a short linear axis, offering 6" of travel, would allow a 12" diameter gear to be produced...pretty big, for being made in a home shop. There are few gears in a clock bigger than 12", and that includes tower clocks!

Now, granted, this'd be a limited use machine, but aren't most "dedicated power tools" designed primarily for a single use? I know one of the strengths of CNC is its flexibility, but not everyone wants or needs that flexibility, and quite frankly, that cost.

-- Chuck Knight

Last edited by chuckknigh; 05-31-2004 at 10:05 PM.
Reply With Quote

  #10  
Old 05-31-2004, 10:43 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

As Einar pointed out, I don't really know what radius of tool you would be able to get away with, since there is not much room at the root of a small tooth. This is why lasar or wire edm is a good choice, because it can form extremely small fillets, and is non-contact to boot.

The main issue that I see, is generating the correct tooth shape. By generate, I mean using a simple cutter moving in a logical path that generates the involute itself.

Even in the simpler mechanism that you describe, does the rotation of the gear blank not have to be electronically cammed to the tool bit position? I think so, and this is a fairly complex cnc issue. It would be far simpler to make one tooth at a time, on a simple manual rotary table which you index for every tooth. A small XY cnc program takes care of the motion, and a simple cadcam toolpath takes care of the tool offset radius. This would enable quite a small cnc machine to cut large gears, since it only handles a single tooth.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

Last edited by HuFlungDung; 05-31-2004 at 11:04 PM.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-01-2004, 09:07 AM
 
Join Date: Jun 2003
Location: U.S.A.
Posts: 166
foamcutter is on a distinguished road

Chuck,
Hand drawn sketches are the best kind. Besides I'm with you on the hand drawn being faster than CAD for some of us. Ron
Reply With Quote

  #12  
Old 06-01-2004, 05:44 PM
chuckknigh's Avatar
Gold Member
 
Join Date: Apr 2003
Location: United States
Posts: 598
chuckknigh is on a distinguished road

Of course the rotary axis would be controlled electronically, by stepper motor. I just posted that pic to show what I was talking about, with a gear blank mounted on a rotary axis.

You're right, of course, about the tool diameter being smaller than the root circle for the gear. Of course, you can get Dremel compatible carbide endmills in sizes of .015" and smaller, from any clockmaker's catalog, so the tool size should not be much of an issue.

Really, this is just a thought experiment, trying to deviate from the traditional X-Y-Z arrangement. I think it would work.

-- Chuck Knight
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Bevel Gear - Milling a valley for gear teeth ngr1 General CAM Discussion 10 04-05-2012 09:55 AM
Having trouble cutting aluminum sheet fastturbovet General Metalwork Discussion 40 06-14-2005 10:33 PM
CNC router deflection calcs and cutting loads? Linus DIY-CNC Router Table Machines 1 09-10-2004 10:08 AM
Do you account for climb cutting in G code? fyffe555 DIY-CNC Router Table Machines 12 11-06-2003 07:21 PM
Gear cutting danswen General Metalwork Discussion 1 11-04-2003 11:27 AM




All times are GMT -5. The time now is 10:55 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361