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 > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-02-2008, 02:22 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road
How too Offset on tool change?

Hey guys, I'm trying too cut a part with multiple parts. I finally got the tool change too work. But what good is that when I can't offset my height after I change. I just shut the spindle off and then after I change tools, click continue on the screen, however....I can't reset the height after I change tool. So it either cuts my piece way too deep or won't cut it all because I'm "eye" balling it. How do I get it so I can offset the height after?


-Jason
Reply With Quote

  #2   Ban this user!
Old 06-02-2008, 04:31 PM
 
Join Date: May 2007
Location: US
Posts: 779
Andre' B is on a distinguished road

If you want to use offsets from the tool table you need tooling that allows you to remove a tool from the spindle and put it back in the spindle without the Z length changing.
This is one of the simpler systems for an R8 spindle.
http://www.tormach.com/document_libr...lingSystem.pdf

If you do not have tooling like that I would just split the program up into separate programs for each tool, and not do tool changes in the program.
Reply With Quote

  #3   Ban this user!
Old 06-02-2008, 04:37 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road

Really? That sucks! I guess I will need too run separate programs....

-Jason
Reply With Quote

  #4   Ban this user!
Old 06-02-2008, 04:42 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Jason,

I haven't totally solved this problem myself, but how about making some kind of little jig that helps you set the tools to the same length?

Alan
__________________
http://www.alansmachineworks.com
Reply With Quote

  #5   Ban this user!
Old 06-02-2008, 05:27 PM
 
Join Date: May 2008
Location: USA
Posts: 32
Ray Henry is on a distinguished road

I'm guessing that you don't have a quick change tooling system that maintains the same length for tools from one load to the next. If you are simply stuffing a drill or mill into a collet or chuck like I often do then the length can be a real guess. While I"m setting up the procedure shown below I include tool length offsets to allow for the difference in length of a drill v a mill. You could also simply change the working depth in the program itself.

I often set up a block on the bed if I don't have a flat on the part that I can work from. On this block I'll use a bit of shim stock or paper of known thickness and set my new tool's length from that fixed height. Then I program the tool changes something like this.
  1. Raise the head away from the work at the start of the tool change.
  2. insert a pause to remove the old tool and insert the new one.
  3. leave new tool a bit loose so it can slide.
  4. move xy so the tool is over the block or flat.
  5. feed slowly down to the proper tool length.
  6. tighten tool
  7. raise z, pick up tool offset. and go to work
I like to use brass shim stock because it gives just a bit. Many cutting tools are very hard and will chip a sharp corner easily.

HTH

Rayh
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-02-2008, 06:02 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road

The problem is, I only have about 6 collets with many different bits. Some end-mill have tapered ends but the same diameter shank. So I'm constantly using one collet for many bits. I guess I will have too make a jig so there all the same length. A Pain in the butt considering that the collet won't fit into the housing unless the tool bit is out. I'll think of something. Maybe I'll mark all the tools ata certain height and then always insert the tool and line up the marking too the edge of the collet. Pretty simple.....


-Jason
Reply With Quote

  #7   Ban this user!
Old 06-02-2008, 06:52 PM
Torsten's Avatar  
Join Date: Nov 2004
Location: U.S.A.
Posts: 260
Torsten is on a distinguished road
Smile

Another cheap fix if you don't need to be too precise get a couple of Drill bit depth stops to fit the shank of your tools.
Those are just rings with a setscrew to position around your tools then when inserting your tool run it up until the stop hits the collar then tighten this way you will always position the tool the same length.
Now you can just record the tool length into you'r offset table.
An example of a Drill depth collar can be seen here.
http://www.brandsonsale.com/ht-002097.html

Note this is just a example you can get them from anywhere.
Reply With Quote

  #8   Ban this user!
Old 06-02-2008, 07:12 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road

Great idea!

-Jason
Reply With Quote

  #9   Ban this user!
Old 06-02-2008, 10:09 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road

Just bought some drill stops from ebay. Great idea.


-Jason
Reply With Quote

  #10   Ban this user!
Old 06-03-2008, 07:49 AM
 
Join Date: Jul 2003
Location: Holmen, WI
Posts: 1,081
samco is on a distinguished road

If you really get fancy - you can mount a switch on the machine to set tool length. Then after you set the first tool to your work - the rest will be correct by touching off the switch.

You can look at an example here
http://cvs.linuxcnc.org/cgi-bin/cvsw...ngth-probe.ngc

sam
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-03-2008, 11:29 AM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Samco,

Thanks, I figured someone actually knew how to do this.

Could you do this with just a piece of PCB, with the top surface connected to the probe input and the tool bit (via alligator clip) connected to GND?

Alan
__________________
http://www.alansmachineworks.com
Reply With Quote

  #12   Ban this user!
Old 06-03-2008, 04:38 PM
SpeedsCustom's Avatar  
Join Date: Sep 2006
Location: US
Posts: 1,462
SpeedsCustom is on a distinguished road

Maybe I'll hold off fancy stuff and first set everything up and trying too work right for now. It's good, and this idea should work nicely. I still have so much too do!


-Jason
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
threading offset change theatrewizard General Metalwork Discussion 0 04-01-2008 06:52 AM
Why do my offset automatically change?!? vossman Fanuc 8 02-17-2008 06:23 PM
How to change Tool change position(About MAZATROL T1 control) liushuixingyun Mazak, Mitsubishi, Mazatrol 5 07-07-2007 02:58 PM
Tool Change Offset problem on 3T control Andy Kveps Fanuc 1 02-24-2007 10:36 PM
change offset in program jianjianca G-Code Programing 11 12-22-2005 10:48 AM




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