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 > BobCad-Cam


BobCad-Cam Discuss all BobCad software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-09-2006, 07:04 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road
Exclamation How Do You Apply Cutter Compensation ?

Found this quote today while reading a manual from another CADCAM program. It applies to BobCADCAM and how people maybe taught or are using cutter compensation:

"WARNING: The system does a much better job offsetting the tool than the majority of controls currently available. Regardless of the setting made in the preference, all toolpath drawing and cut part rendering will be calculated and displayed using the system's offsetting mechanism. Therefore, it is possible for the cut part rendered image produced by the system to look good, while the tool cutting according to the posted code, will not cut well. If the control's offsetting mechanism is less advanced than the systems it is possible when the control produces the offset values, errors and interference will result."

In my opinion I don't believe anyone should be using a CNC control to figure out cutter compensation. BobCADCAM should be used to figure out cutter compensation *not* the control.

Anyone care to argue differently ?

jon

"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Reply With Quote

  #2  
Old 01-09-2006, 07:39 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,445
ger21 is on a distinguished road
Buy me a Beer?

Your quote says what if the controls comp is less advanced than the CAM's. What if it's more advanced?

On our router at work, I use G41/G42 99% of the time. Cutting wood, we get several sharpenings out of our bits, and the comp let's us use any bit we want, regardless of the size. If we need to replace a bit during a run of parts, just change the tool table, and keep on running with identical results. If I need to take a few .001's more off, just change the diameter in the tool table.

Prior to using comp all the time, we would get a lot of mis-sized parts due to not knowing the diameter of the tool in the machine. We may run hundreds of parts in a single shift, and don't have the luxury of knowing the exact size tool we'll be using when we run the parts. Cutter comp makes this a non-issue.

I'm sure most software vendors will tell you that their software works better than something else. If you use the controls comp, you'll find out very quickly if it works or not. If it works, I say use it.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #3  
Old 01-09-2006, 07:57 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

"What if it's more advanced?"

Even it it was I would rather the CADCAM system did the cutter compensation. If there is a problem I know for sure where the problem is coming from.

Based on my experience with machines like FADAL's I tend to doubt anything FADAL has in their control software would be more advanced.

Why chance it ?

jon

"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Reply With Quote

  #4  
Old 01-09-2006, 08:18 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

I'd agree with Ger. It's a lot handier to tweak the tool comp register in a mill than run back and forth reposting the program in cadcam. But, you must have a good controller that is capable and trustworthy.

Still, I tend to reserve tool radius comped paths for those situations where final dimension is really critical, otherwise I do usually just let the CAM do the compensated path.

For lathe paths, I usually let CAM do the compensated path, because the insert radius is some well known nominal dimension, and it would be very unlikely that I would tweak the toolnose radius even once for a lathe toolpath. Any discrepancy from final dimension would be taken care of with X or Z offsets. Of course, I'm not talking about high precision demands that would require an optical comparator to see if the generated radius really is exactly correct.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #5  
Old 01-09-2006, 08:41 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

"I'd agree with Ger. It's a lot handier to tweak the tool comp register in a mill than run back and forth reposting the program in cadcam."

I never do this. If it's a critical tolerance I enter positive D comp... say .003 and go from there. What I don't do is enter half the radius of the tool and let the CNC machine do the cutter compensation.

jon

"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-09-2006, 10:14 PM
tjones's Avatar  
Join Date: Oct 2005
Location: USA
Age: 45
Posts: 851
tjones is on a distinguished road

Both right? In 2D I let the machine comp, in 3D I let the CAM comp. In 2.5D I let CAM comp.
Reply With Quote

  #7  
Old 01-09-2006, 11:08 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

I'd argue that if there are G41's or G42's in the code, then you are using machine comp. Whether its full tool radius or only the wear amount, its still the control compensating for the radius of the tool.

I can see the argument for 'safety' in using small values in the comp register, so long as everyone in the same shop has the same understanding about how comp is used throughout that entire organization. That is the real danger, is the potential harm arising from a simple misunderstanding between programmers and machinists, about what is considered standard practise.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #8   Ban this user!
Old 01-09-2006, 11:35 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,559
Geof will become famous soon enough

If it's a critical tolerance I enter positive D comp... say .003 and go from there. What I don't do is enter half the radius of the tool and let the CNC machine do the cutter compensation

This does not make any sense. If you are entering any value into the tool compensation table you have to then have G41 or G42 in your program to use this value so the machine controller is doing compensation.
Reply With Quote

  #9  
Old 01-10-2006, 07:33 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

Originally Posted by HuFlungDung
I'd argue that if there are G41's or G42's in the code, then you are using machine comp. Whether its full tool radius or only the wear amount, its still the control compensating for the radius of the tool.

I can see the argument for 'safety' in using small values in the comp register, so long as everyone in the same shop has the same understanding about how comp is used throughout that entire organization. That is the real danger, is the potential harm arising from a simple misunderstanding between programmers and machinists, about what is considered standard practise.
I agree it's still a form of cutter compensation but the small offset is much easier on the control.

As you correctly point out safety is an issue when the full radius of the tool has to be entered all the time !!!

I have not worked in a machining job shop in over 10 years that enters the full tool radius amount in the CNC control ! I would argue that having the CADCAM system do cutter compensation is considered standard practice in Phoenix, Arizona.

I think the reason BobCADCAM is taught not fully offsetting the profile is that in BobCADCAM it takes *longer* to offset the profile. (Unless your using V20's new Profile wizard). Other CADCAM systems of course do this automatically and have done so for years. In my opinion, the video tutorials should show offsetting the profile as this is safer and pretty much the norm as far as I'm concerned.... just another reason to sell videos and not require a user to attend a seminar.... can you imagine the arguments over this one ?



jon

"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Reply With Quote

  #10  
Old 01-10-2006, 07:36 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

Originally Posted by tjones
Both right? In 2D I let the machine comp, in 3D I let the CAM comp. In 2.5D I let CAM comp.
Most of the time you don't have a choice when doing surfacing toolpath unless you have a very sophisticated control. I have heard that Fida is such a control.

jon

"I may have many faults, but being wrong ain't one of them." ... Jimmy Hoffa
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-28-2006, 09:19 AM
 
Join Date: Jan 2006
Location: USA
Posts: 3
YNKEY is on a distinguished road
Cuttercomp

In The Beginning Before Cad Cam We Had To Manually Program And Punch In The Code It Was Much Easier To Program The Actual Line And Then Use Cutter Comp To Rough, Finish Cham Or Whatever Using The Same Program As Long As Your Cutter Was Smaller Than The Smallest Radius. Never Had Any Trouble With The Control Not Figuring It Right. Lie .002 To The Cutter Check And Adjust
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





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