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! > Machine Controllers Software and Solutions > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #13   Ban this user!
Old 05-07-2004, 02:03 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

OK, I've downloaded the file and am studying it now...no need for you to send it by mail again.

I'm using M19 command followed by "P" to stop the spindle at a right angle every time I want to do the thread in the same "phase" with the initial one:

X72.2 Z0
M19 P180
G97 S400 M03
G76 D0.8 X65. Z-19. K2.5 F4.23

Here the start point is X72.2 and Z0 (metric). M19 P180 stops the spindle in an angle 180 degrees offset from zero. Then the threading starts down to 65mm diameter (0.8mm first pass). It is 19mm long, K2.5 should determine thread depth, meaning (if I've understood this command well) that the thread OD is 65 + 2*2.5 = 70mm.

The machine I work on is same as yours...HAAS SL-30 Big Bore...I'm not exactly sure what you mean by live tooling, but if you refer to milling options it does not have any. It does have vector drive, though (which makes M19 command possible to use).

Thank you once more

Peter
Reply With Quote

  #14   Ban this user!
Old 05-07-2004, 02:10 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Peter, if I am right, you should keep your M19 the same. You should just shift the starting Z to cut the crest of the first thread. All you need to do is get out of lead of the initial thread.

James
Reply With Quote

  #15   Ban this user!
Old 05-07-2004, 02:30 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

Yes, I think I should keep M19 command too...all that is left to be done is to determine X and Z changes between threading and deburring cycle. I have noticed that you change from:

X4.315 Z0.0889 M08
M24
G76 X3.753 Z-1.75 K0.177 A14 D0.008 F0.3333
G00 X4.315 Z0.1605

to:


X4.315 Z0.27 M08
M24
G76 X3.761 Z-0.275 K0.177 D0.008 F0.3333
G00 X4.315 Z0.1605


X4.315 stays the same which is normal...I suppose you change Z coordinate start position from Z0.0889 to Z0.27 to make a grooving tool enter in a right place.

However, I can’t figure out why you change both X and Z coordinates in a "cleaning" pass...from X3.753 Z-1.75 to X3.761 Z-0.275. I understand the change of the Z coordinate (you want to touch just a portion of the fist thread), but why do you change X and how do you determine how much should it be changed? Is there a rule for this or I have to make a few tests before I find the right coordinates myself?
Reply With Quote

Sponsored Links
  #16   Ban this user!
Old 05-07-2004, 02:59 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Peter, the change in X was to avoid gouging the connection. After all, it is only .008" larger. You can't hardly see that if the thread was clipped correctly.

You are on the right track. When you go to clip a thread, think of it like this. You are going to cut a thread, but then you will cut that thread off using the same threading cycle out of lead from the first. Only things that will change are the tool and the Z length. I cut a lot of acme threads for the oilfield. I have to clip them so the connections will make up without galling. Once you get it figured out, it is eay to apply that to all threads.

You stated earlier that you needed to clip the rear of the thread. use the same technique, just thread toward the tailstock. the tricky part is figuring out what position the thread exits the connection.
Reply With Quote

  #17   Ban this user!
Old 05-07-2004, 03:12 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

Thanks once more. I will give it a try on Monday. Hope to achieve a good result after a few tests.

There will be more trouble to deburr the end of the thread...we'll se whether is it possible at all.

Will let you know what I have achieved late Monday.

Regards

Peter
Reply With Quote

  #18   Ban this user!
Old 05-07-2004, 03:27 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Peter, hopefully I will be able to send you the picture by then. Have a good weekend!

James
Reply With Quote

  #19   Ban this user!
Old 05-07-2004, 03:34 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

Looking forward to see the picture.

Have a nice weekend yourself, too...and thnx once more.

Peter.
Reply With Quote

  #20   Ban this user!
Old 05-11-2004, 03:27 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

OK, I've tried to deburr the thread the way that was suggested. It looks fine to me (It is really smooth), but the problem is that the part of the first thread is flattened on one side, vertically...it looks like the grooving tool exits the thread NOT in a helix path (in the phase the thread pitch), but it enters a plain circular path at the end of "Z" and gets out of the thread that way...have no idea how to avoid this.
Reply With Quote

Sponsored Links
  #21   Ban this user!
Old 05-11-2004, 10:12 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Peter,

When you say circular path, do you mean like it pulling out of the cut like in a G02 or G03 interpolation? My next question is how wide is the thread you want to cut and what size grooving insert are you using? The grooving insert must be as wide as the width of the thread or wider. Is there a way you could email me a copy of the thread form and the dimensions? I may be able to solve this if I can see exactly what you are doing.

James@glencoofhouma.com

James
Reply With Quote

  #22   Ban this user!
Old 05-12-2004, 12:20 AM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

James,

I'm sorry for the way I'm trying to explain the problem...I'm not doing it right, obviously.......sorry for that.

Let's try it the other way...when I said circular path, I was not referring to G02 or G03 interpolation...the RESULT looks circular on the body (thread). For instance: the first thread was cut (I'll use your example) at the length of 1.75" (Z-1.75) with 0.3333 pitch (F0.3333) and I am doing the second cut at 0.275" length only (Z-0.275) using the same pitch. I've changed the thread starting position according to your instructions, but it is irrelevant to the problem I'm having.

Now, the grooving insert starts going into the thread following the pitch with a certain depth (X3.761 in your example), then it reaches the Z limit (Z-0.275) and then, while still down inside the thread (X3.761) Z motion STOPS, the insert starts getting out of the thread but since the spindle is still rotating and there is no more Z motion, while pulling out, it leaves a mark on the incoming (next) thread. What I need is the insert to follow the pitch until it is completely out of the thread, meaning that when it reaches the end point along the Z axis (Z-0.275) it should already be completely out of the thread, or, in other words, the grooving insert has to still move along the Z-axis following the pitch while getting out of the thread.

The grooving tool I'm using is definitely wide enough (5mm while the pitch is 4.233mm or 1/6").

I hope I have made myself more clear now.

I am mailing you a few files that could help you understand the way the part I'm working on looks like.

Thanks a million....
Reply With Quote

  #23   Ban this user!
Old 05-12-2004, 05:06 PM
tex tex is offline
 
Join Date: Apr 2004
Location: Serbia and Montenegro
Age: 49
Posts: 60
tex is on a distinguished road

PROBLEM SOLVED!

It looks like somebody's been playing with G95 setting and changed it from default 1.0 to 0.1...this made deburring of the thread virtually impossible. I couldn't believe my eyes when I saw this setting changed...

Anyway, the threads look perfect now...at the beginning AND at the end......thanks everybody, especially WOLOG.

Peter
Reply With Quote

  #24   Ban this user!
Old 05-12-2004, 06:27 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Peter, I am glad everything worked out. If you ever need anything send me an email.

I will still send you those pictures just as soon as I get a chance.

James
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
Thread mill programming software? cncwhiz G-Code Programing 6 12-31-2008 01:48 PM
Thread milling, can anyone help jtrav General CAM Discussion 16 03-06-2006 02:25 PM
Hard-to-machine thread tex G-Code Programing 30 11-04-2005 12:17 PM
for engraving pcb which is a good thread size for the lead screw? NickLatech DIY-CNC Router Table Machines 11 01-17-2005 08:37 PM
Thread milling cutterdia / hole ratio HuFlungDung Machine Problems, Solutions , Wireless DNC, serial port 3 12-31-2003 08:44 PM




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