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! > MetalWorking > General Metalwork Discussion


General Metalwork Discussion Discuss everything relating to metal work.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-03-2009, 12:14 PM
 
Join Date: Jun 2009
Location: USA
Posts: 3
shorety is on a distinguished road
Help with threading on a CNC mill

Hello all, I am a total newbie when it comes to mills so I'm banging my head on the table trying to figure out how to thread on a mill.

The machine I am using is a 1994 Supermax, Max 1 Rebel with a Fanuc O-M controller. I am using Bob-Cad for programming.

I have created the program and ran it on the mill but the program does'nt have any G codes related to threading like G33, G92, or G76. It also just runs 1 pass. I have read in the books we have here at the shop and also read through posts and from what I can tell there should be one of these in the program. I'm assuming that our mill, being an older model, wont be able to us the G76.

What I'm trying to do as a test is thread an I.D. hole to 1" - 8 TPI, 1" depth.
I also would like to know how to be able to run multiple passes to get to the finish depth.

If anyone has an example of what the program should look like or have any advice for me that would be great.

Thank You.
Reply With Quote

  #2   Ban this user!
Old 06-03-2009, 12:59 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,565
Geof will become famous soon enough

The threading cycles you mentioned are for a lathe not a mill. Threading on a mill is done by using helical interpoleation; the machine interpolates a circle using G03 or G02 and at the same time moves the Z axis.

It is possible your machine will not do helical interpolation; try something like:

G03 I0. J-.5 Z.1
G03 I0. J-.5 Z.2
G03 I0. J-.5 Z.3
G03 I0. J-.5 Z.4

and see if the Z axis moves up 0.1 at each circle.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #3   Ban this user!
Old 06-03-2009, 02:03 PM
 
Join Date: Jun 2009
Location: USA
Posts: 3
shorety is on a distinguished road

Ok Geof, I tried that and it worked. Thank you.

So now if I use the G03 and just input in the distance of the treads along with feed rate I should be able to achieve the threads I am looking for?

Also is there a certain reason why Bob-Cad wrote the program the way it did? I made sure that it was not in lathe mode when I created the tool path for the spiral thread.

Thanks again.
Reply With Quote

  #4   Ban this user!
Old 06-03-2009, 02:11 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,565
Geof will become famous soon enough

Originally Posted by shorety View Post
Ok Geof, I tried that and it worked. Thank you.

So now if I use the G03 and just input in the distance of the treads along with feed rate I should be able to achieve the threads I am looking for?...
There is a little more to it than that but that is the fundamental idea. Are you familiar with tool comp? What type of tool do you have, single point or a thread mill?

Do a search here on CNCzone and you should find several threads/posts about thread milling.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #5   Ban this user!
Old 06-03-2009, 02:21 PM
 
Join Date: Jun 2009
Location: USA
Posts: 3
shorety is on a distinguished road

Sorry, I am not familiar with tool comp.

The tool we will be using is a thread mill.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-03-2009, 03:29 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,565
Geof will become famous soon enough

The advantage to using a thread mill is you need only do one or two circles to finish a longish thread.

If you can convince Bob-Cad to output code that works then you don't need to worry so much about tool comp because you can tweak sizes in Bob-Cad. I don't use and Cad or Cam and with hand coding tool compensation makes it easy to adjust sizes. Also with tool comp it is fairly easy to take the thread in two or more cuts which for a coarse thread may be useful.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #7   Ban this user!
Old 06-04-2009, 11:34 AM
 
Join Date: Mar 2008
Location: USA
Posts: 430
PixMan is on a distinguished road

Originally Posted by Geof View Post
The threading cycles you mentioned are for a lathe not a mill. Threading on a mill is done by using helical interpoleation; the machine interpolates a circle using G03 or G02 and at the same time moves the Z axis.

It is possible your machine will not do helical interpolation; try something like:

G03 I0. J-.5 Z.1
G03 I0. J-.5 Z.2
G03 I0. J-.5 Z.3
G03 I0. J-.5 Z.4

and see if the Z axis moves up 0.1 at each circle.
Good test other than he'll need to have a feed rate in there. Not sure if it'll need inches-per-minute or degrees per minute.

EDIT: Nevermind, I see you got it working.

Feedrate for thread milling is not like single-point threading on a lathe. Your Z-axis move within one rotation is your thread pitch. Feed only regulates the metal removal rate here. The example shown makes 10 threads per inch or per millimeter.
Reply With Quote

  #8   Ban this user!
Old 06-04-2009, 12:33 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,565
Geof will become famous soon enough

Originally Posted by PixMan View Post
Good test other than he'll need to have a feed rate in there....

...The example shown makes 10 threads per inch or per millimeter.
The feedrate was on the G41 move to set tool compensation on a lne above that I omitted.

10 threads per millimeter would qualify as a fine thread; yes I was thinking in inches.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #9   Ban this user!
Old 06-05-2009, 12:26 AM
 
Join Date: Oct 2008
Location: USA
Posts: 9
SteveinAZ is on a distinguished road

Shorety, if you want to hand code it, it's really pretty easy - the sample below is generated from Excel using a 0.620" diameter 4 flute thread mill, assuming you want 1.0" of good threads, 350sfm@0.003"/tooth chipload. The diameter you put in your control to start with can be 0 (zero) or so, and then you can adjust the thread diameter until you get gage perfect threads. For an 8 pitch, I would make two passes on the thread and enter two diameters in the control - that's a pretty deep thread (pitch wise) and a deep hole, so you will probably get a tapered thread if you tried to knock it out in one pass. So with this example, I have used tool 1, diameter 1 offset (set at 0.020 DIAMETER in the control) for the first pass, and the second pass will use diameter offset 41 (set at 0 diameter) [I usually use a cooresponding offset number that is tool number plus number of tools in the magazine, so in this case, I would enter 41 with a 40 tool chain]. Although this program will do a double Z move in and out of the hole between the first and second pass, it is easy for me to see that it always returns to the correct starting point before going into the hole the second time. If your threads are gaging small, you will need to change the diameter offset 41 in the negative direction, so you could end up at a diameter offset of -0.020" (that's actually a pretty common diameter for us).


T1M6
G17G40G90G64G80G98
G90G54G0X0Y0
S2156M03
G0G43H1Z0.100

G0G91Z-1.0156
G1G41X0.0950Y0.0950D1F19.66
G3X-0.0950Y0.0950Z0.0156I-0.0950J0F9.83
G3X0Y0Z0.1250I0J-0.1900F9.83
G3X-0.0950Y-0.0950Z0.0156I0J-0.0950F19.67
G1G40X0.0950Y-0.0950F30.0
G0Z0.8594
G90
Z0.100

G0G91Z-1.0156
G1G41X0.0950Y0.0950D41F19.66
G3X-0.0950Y0.0950Z0.0156I-0.0950J0F9.83
G3X0Y0Z0.1250I0J-0.1900F9.83
G3X-0.0950Y-0.0950Z0.0156I0J-0.0950F19.67
G1G40X0.0950Y-0.0950F30.0
G0Z0.8594
G90

Hope this helps.

Steve
Reply With Quote

  #10   Ban this user!
Old 06-13-2009, 09:15 PM
 
Join Date: Jun 2009
Location: USA
Posts: 1
hpmachining is on a distinguished road

Here is a link to some excel spreadsheets that help with thread milling:
http://www.micro100.com/downloads/ThreadMillAssist.html
Reply With Quote

Sponsored Links
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help Threading stuby General Metalwork Discussion 8 09-29-2008 03:25 PM
Need Help!- HELP WITH THREADING S.S 400 Muzzy G-Code Programing 3 09-18-2008 04:53 PM
Using the Mill as a Lathe; Single Point Threading Geof Haas Mills 10 02-07-2008 01:28 PM
Internal threading on a cnc mill jime General Metalwork Discussion 5 11-14-2007 09:42 AM
threading wrenchcruncher General Metalwork Discussion 8 01-26-2007 06:40 PM




All times are GMT -5. The time now is 10:16 PM.





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