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! > CAM Software > Mastercam


Mastercam Discuss Mastercam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 11-08-2010, 09:26 AM
 
Join Date: Jul 2008
Location: US
Posts: 15
kenickie22 is on a distinguished road
Tool Change question

In X3, is there a way to not do tool changes when only one tool-path/tool is selected, and then do tool changes when multiple tool-paths are selected?

For the most part, we manually change a tool and then send a single tool-path via DNC. We would like to eliminate the wasted movement/code if possible. When we are running with the tool changer, we want the M06. Is the do-able?

Thanks.
Reply With Quote

  #2  
Old 11-08-2010, 10:29 AM
Mike Mattera's Avatar
Gold Member
 
Join Date: Mar 2006
Location: USA
Posts: 1,010
Mike Mattera is on a distinguished road

The way I've done it in the past, depending on the post, you can edit the post to check if there is only one tool used (I dont remember the variable off the top of my head).

If numtools > 1,
[
code for tool change
]
else, start the spindle and run the program.

So, It will require a post modification.

Mike Mattera
__________________
Tips For Manufacturing Training CD's, DVD's for Mastercam, SolidWorks, Inventor, G-Code Training & More
http://www.tipsforcadcam.com
Reply With Quote

  #3   Ban this user!
Old 11-08-2010, 03:14 PM
 
Join Date: Jul 2008
Location: US
Posts: 15
kenickie22 is on a distinguished road

Thanks Mike.
I've tried:
if ntools < 1 [#pbld, $, *t$, sm06, e$] else [pbld, $, *t$, sm06, e$]
with no luck. When I do this, it gets rid of the tool-change when doing a single toolpath post, but it also removes the first tool-change in a multi-toolpath post. I'm new at this, so I'm sure I'm missing something obvious. Any idea on what I'm doing wrong? Thanks!
Reply With Quote

  #4   Ban this user!
Old 11-08-2010, 10:57 PM
 
Join Date: Jun 2010
Location: Australia
Posts: 41
Aquatic is on a distinguished road

Originally Posted by kenickie22 View Post
In X3, is there a way to not do tool changes when only one tool-path/tool is selected, and then do tool changes when multiple tool-paths are selected?

For the most part, we manually change a tool and then send a single tool-path via DNC. We would like to eliminate the wasted movement/code if possible. When we are running with the tool changer, we want the M06. Is the do-able?

Thanks.
I'm assuming you want to use multiple of the same tool in the program

What machine you running?

Some machines(we use HAAS) you can load tools as a group.
In MC you need to check the 'force tool change' block. When posting - at the start of each operation that the box was checked, there is a tool change command. But the same tool number.

The Haas control recognises the need for a tool change in different ways - Cut time, total time, cutting distance, tool load, at every tool call.

Hope this helps
Reply With Quote

  #5  
Old 11-09-2010, 12:30 AM
Mike Mattera's Avatar
Gold Member
 
Join Date: Mar 2006
Location: USA
Posts: 1,010
Mike Mattera is on a distinguished road

You really want to check if it's greater than 1.

If > 1, do a tool change,
else, if it's not dont do a tool change.

This used to be standard in the post, but most people wanted it taken out. I know it's in my Fanuc style post as a selectable option.

Mike Mattera
__________________
Tips For Manufacturing Training CD's, DVD's for Mastercam, SolidWorks, Inventor, G-Code Training & More
http://www.tipsforcadcam.com
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-09-2010, 03:17 AM
Superman's Avatar  
Join Date: Dec 2008
Location: Krypton
Age: 51
Posts: 1,556
Superman is on a distinguished road
Buy me a Beer?

You can look at it from a different view

creating a custom macro (for the toolchange operation in the machine) to interogate if the required tool is available, and also if it is in the spindle and then skip toolchange if it is.

it would mean that M06 would be replaced with a different M-code, and the post would only need updating to the new toolchange code ( say M106 or G106 )

It would be best to keep the toolchange code in the program to avoid running the wrong tool in the spindle when selecting another program to run.
( say you skipped running a program that had a toolchange in it )

PS This all depends if you can run a custom macro in a HAAS
Reply With Quote

  #7   Ban this user!
Old 11-09-2010, 03:43 AM
 
Join Date: Jan 2010
Location: vietnam
Posts: 5
asmvn is on a distinguished road

My takisawa Mac v1 with Fanuc OM its a tape drill, but this machine can milling something, type M6 they hang and then I change to Mxx Pxxxx with Macro like supeman and I can change 10 tool.
Thank Supeman and btw , my tool change is umbrella dock and turn around to change tool, but sometime , they can catch exactly my tool request , they pass 2 ~3 round or more to catch tool and after that system say fault. This problem after the rats bit tool sensor wire and I repaid already. and now I'm give up,
Reply With Quote

  #8   Ban this user!
Old 11-09-2010, 06:19 AM
 
Join Date: Jul 2008
Location: US
Posts: 15
kenickie22 is on a distinguished road

Thanks for all of the suggestions. I still haven't been able to get this to work in Mastercam, but it's not a big deal. I can just hand edit the code - if we forget to, the worst that will happen is that we'll waste the time of going to the ATC position (some of our machines are extremely large).

By the way, the machines we are using this post on all have Fanuc controls.
Reply With Quote

  #9   Ban this user!
Old 11-17-2010, 02:18 PM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

If I remember correctly, defining it as tool number zero, will skip the initial tool change sequence.
As always, please test before using.
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.
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
tool change question guydrisc Okuma 13 05-20-2009 03:29 PM
Question about Bridgeport quick change tool holders. l u k e Bridgeport and Hardinge Mills 4 02-07-2008 05:51 PM
tool change cnc question camcompco General CAM Discussion 2 10-10-2007 10:59 PM
How to change Tool change position(About MAZATROL T1 control) liushuixingyun Mazak, Mitsubishi, Mazatrol 5 07-07-2007 02:58 PM
Manual Tool Change Question Interact 412 Square Tech Bridgeport and Hardinge Mills 2 02-17-2007 10:27 AM




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