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 Machines > CNC Swiss Screw Machines


CNC Swiss Screw Machines Discuss CNC Swiss Screw Machines here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 03-30-2010, 10:49 PM
 
Join Date: Mar 2010
Location: USA
Posts: 20
Ovrclck350 is on a distinguished road
Citizen L20 Thread Milling

Hello all,
I've been browsing this forum for a year or so now and finally decided to join up. I look forward to picking your brains and maybe helping out some myself.


I currently am having an issue with thread milling. I'm running some smaller parts out of Nitronic 60 and after lots of frustration breaking taps while tapping from the back spindle , I decided to switch over to thread milling. This particular tapped hole is also a zero chamfer hole, so I know that was a bit of my problem. I know there's probably a few different ways on this machine to do so (I do have the live 30-tooling option).

Currently I'm using this approach for a 1/4-28 thread mill with a .180 diameter.

[Live tooling on=2847RPM]
G0 X0.0
G1 Z.350 F10.0 [IPM]
G1 X[.036*2] F1.0 (FEED INTO shoulder for .251 major diameter)
W[-[.03571*2]] H[-[360*2]] F1966.0
G0X0.0
Z-.1

It's working, but the tool life isn't what I've been expecting. I actually added a roughing pass instead of just going full depth for my pass, but every once in a while the mill will snap. It will do so right before it completes it's first full 360-degree rotation.

I've seen someone mention using G32, but I'm a bit reluctant to do so primarily because I envision it stressing the tip of the tool and deflecting off-center as it tries to feed straight in. Also, I'm not sure that my spindle will let me program a 4-5RPM rotation.

I have some smaller shanked mills coming in tomorrow and I believe my next attempt will be similar to:

G0 X0.0
G1 Z.350 F10.0 [IPM]
X[.036*2]W-.03571H-360.0 ~F1000.0
W[-[.03571*2]] H[-[360*2]] F1966.0
G0X0.0
Z-.1

I assume that giving it a full lead to shoulder into the part may help it seat a bit better.

In any case, does anyone have any tips or tricks to thread milling with the back spindle? Would G32 or G92 be of any use at all? I know that G12.1 programming is an option, but I have used very little G12.1 programming, although I did manage to write an ellipse sub program to mill an adjustable ellipse on the back side of a part. I wish I could just do a true helix into the shoulder as I would on a mill but I'm hesitant to try it until I understand the G12.1 programming a bit more. If it's as simple as throwing the code in, and spitting out mill-style G2/G3's then I'm all for it. I just worry because my X is in Diameter and I'm not sure how that affects anything.

Thanks in advance. I have another issue regarding interpolation I'll address in a seperate thread tomorrow when I have more time.
Reply With Quote

  #2   Ban this user!
Old 03-31-2010, 06:43 AM
MikeMc's Avatar  
Join Date: Oct 2008
Location: USA
Posts: 78
MikeMc is on a distinguished road

In G12.1 the machine takes straight mill cammands. So you can lay the part out in your CAM software (or long hand), plug it into the machine, and under G12.1 it thinks its a mill.

I've never tried to thread mill with the L-20, the guys at Citizen told me I couldn't, but then, they told me I couldn't do a lot of things I have done with these machines.
__________________
www.atmswiss.com
Reply With Quote

  #3   Ban this user!
Old 03-31-2010, 11:15 AM
 
Join Date: Oct 2009
Location: Canada
Posts: 84
glenthemann is on a distinguished road

is there any reason youre not using a single point threading tool such as a micro100 and G76?
Reply With Quote

  #4   Ban this user!
Old 03-31-2010, 01:30 PM
MikeMc's Avatar  
Join Date: Oct 2008
Location: USA
Posts: 78
MikeMc is on a distinguished road

Since he mentioned breaking taps, I assumed the thread is an ID thread.
__________________
www.atmswiss.com
Reply With Quote

  #5   Ban this user!
Old 03-31-2010, 08:19 PM
 
Join Date: Mar 2010
Location: USA
Posts: 20
Ovrclck350 is on a distinguished road

Yes, I failed to mention, it is an ID thread.

So can a G76, G32, or G92 be used setting up at X0, but INSIDE the part and set to come out of the part? As long as I set it up at X0, will I run into an issue where it tries to clearance too much and hit the opposite shoulder? Remember, I'm using a .180 diameter thread mill inside a .213 hole.

Mike, I take that to mean that the machine will not need the X-dimensions doubled then (when I'm in 12.1 mode)? Going to X-.125 would take me to a .250 diameter circle as opposed to having to program to go to X-.250?
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-31-2010, 08:23 PM
 
Join Date: Oct 2009
Location: Canada
Posts: 84
glenthemann is on a distinguished road

Is it a blind hole? how much of a lead out must you have? we do id threading the way I described, but there are a bunch of circumstances.

In G12.1 the center of the face of the material is your x0.y0. plug in your values as you would on a mill. I personally havnt used this and I dont know if you can feed in z as well at the same time for helical enterpolation. But I dont see why not.. then again.
Reply With Quote

  #7   Ban this user!
Old 03-31-2010, 10:32 PM
 
Join Date: Mar 2010
Location: USA
Posts: 20
Ovrclck350 is on a distinguished road

Zero lead out. It's a Zero Chamfer, zero taper straight 1/4-28 hole .350 deep. It mills into a hole that has an ellipse milled through it (like a cross hole, only it's an ellipse). Our taps would break and alarm out, even with G84 tapping to depth, after just a few parts. We actually found a tap that would work...at least for a while, but it deforms the ellipse a bit as it bites through the hole. Normally we could live with that, but this particular ellipse has is .238 x .177 and has a .05mm tolerance in both major and minor diameter directions. It's hard enough to actually mill consistently with such a small endmill (.125 is the max due to the corner radius) due to wear, etc that with the addition of the tap deforming it thread milling was a much better solution.

And it's working...it's just that it's not seeming to like feeding into the shoulder at .350 depth. I switched mills and am going to try helixing into the shoulder over a 1.25 thread lead. Then I'll go back to start and helix into full diameter over a 1/2 thread lead. Hopefully that will solve my problem.


As for the G12.1 programming, I only ask because if I recall correctly I had an issue with another part on the back end. It's the piece that slides into the above mentioned ellipse, so it's a rod with an ellipse on the back. If I do remember, I had to actually alter my sub-program to double all my X dimensions yet keep the Y dimensions the same, which is the opposite of my sub-program that mills it from the live tooling on the main tool rack (where I had to double Y for diameter). So I'm just curious if the X-dimensions would need to be doubled. I've had a problem with this machine before milling a circle from the top of the part. I've meant to post about it...but if I set the circle up in Z, the hole comes out oblong. If I set it up in Y, it comes out perfect.

As for the ellipse sub-program, I'm pretty proud of it. One command line in the program after "setting up" the tool and you can not only adjust the size and position, but also adjust for overall tool wear and individual axis wear. It'll cut any ellipse, any size, with any endmill and has adjustable roughing/finishing axis steps, adjustable depth steps, adjustable roughing and finishing feeds. With just a few X/Y/Z swaps, it'd be useful on a mill as well.


Originally Posted by glenthemann View Post
Is it a blind hole? how much of a lead out must you have? we do id threading the way I described, but there are a bunch of circumstances.

In G12.1 the center of the face of the material is your x0.y0. plug in your values as you would on a mill. I personally havnt used this and I dont know if you can feed in z as well at the same time for helical enterpolation. But I dont see why not.. then again.
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to difine milling interpolation on Citizen C16 Koalas Mazak, Mitsubishi, Mazatrol 1 10-08-2009 01:31 PM
citizen crossdrill/milling spindle help! slidingheadfred CNC Swiss Screw Machines 3 09-04-2008 03:55 PM
Thread milling TT350 Tormach PCNC 7 11-30-2007 09:01 PM
thread milling STS_Kevin Daewoo/Doosan 0 11-28-2006 06:50 PM
Milling with a Citizen C16 Koalas General CNC (Mill and Lathe) Control Software (NC) 6 03-22-2005 01:22 AM




All times are GMT -5. The time now is 07:52 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