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 > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-17-2011, 08:13 PM
 
Join Date: Nov 2009
Location: United States
Posts: 56
tds11223 is on a distinguished road
Fanuc 21i-T Lathe, tool nose radius compensation

Why, oh why, does the machine turn a diameter on size when I do not use the Imaginary tool nose data compensation? If I do not put in a compensation # then my turned diameters come out correct but my radii do not...
Reply With Quote

  #2   Ban this user!
Old 06-17-2011, 09:11 PM
 
Join Date: Sep 2010
Location: Australia
Posts: 733
angelw is on a distinguished road

Originally Posted by tds11223 View Post
Why, oh why, does the machine turn a diameter on size when I do not use the Imaginary tool nose data compensation? If I do not put in a compensation # then my turned diameters come out correct but my radii do not...
Post the issue part of your program, the description of the tool being used and the number being used as the tool type in the tool offset registry.

Regards,

Bill
Reply With Quote

  #3   Ban this user!
Old 06-18-2011, 03:52 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

In straight turning and straight facing, there would be no error even if radius compensation is not used, except the small uncut part at the end.
This is because the center of the tip is not the reference point of the tool.
You touch a diameter and then a face in offset setting. This gives you what is called "imaginary tool tip" as the reference point of the tool.
Reply With Quote

  #4   Ban this user!
Old 06-18-2011, 05:30 AM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 578
broby is on a distinguished road

The answer is because the machine does not know the direction of the radius from the qualified edge to apply Tool Nose Radius compensation.
Parallel diameters and Straight faces (not tapers) will ALWAYS come out correct, providing your tool is set correctly, but as soon as you introduce tapers and radii into your program you need to "compensate" for the radius on the tip of the tool.
The program will use G41 or G42 to tell the machine which side of the profile the tool is on, but the machine needs to know what orientation the tip of the tool is also.
Bottom line is that to get the correct profile on any part, you need to set up the nose radius completely on your tool data page.
Regards
Brian.

PS this would apply to ANY controller/machine...
Reply With Quote

  #5   Ban this user!
Old 06-18-2011, 11:39 AM
 
Join Date: Nov 2009
Location: United States
Posts: 56
tds11223 is on a distinguished road

Not sure what you mean by "Set up tool data completely" Broby. Please clarify..


All others....I will try to post the program completely but here's the deal....

I am running this part program off of the Fanuc control described earlier. The control allows me to run the program directly from the "conversational" portion of the control. I do have the option to convert it to G-code but I do not have to.

I will need to post the code out but if I remember correclty the machine doesn't generate a G41 or G42 when it does post a code....


Thanks for the help, please keep it coming
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-18-2011, 06:19 PM
 
Join Date: Sep 2010
Location: Australia
Posts: 733
angelw is on a distinguished road

Originally Posted by tds11223 View Post
Not sure what you mean by "Set up tool data completely" Broby. Please clarify..


All others....I will try to post the program completely but here's the deal....

I am running this part program off of the Fanuc control described earlier. The control allows me to run the program directly from the "conversational" portion of the control. I do have the option to convert it to G-code but I do not have to.

I will need to post the code out but if I remember correclty the machine doesn't generate a G41 or G42 when it does post a code....


Thanks for the help, please keep it coming

In the attached picture the circle with the labels 1 and 2 represents the tool radius of a typical OD, right hand turning tool. The points of the tool radius that will be tangent to the vertical face and horizontal OD surfaces are 1 and 2 respectively. and its these points that are programmed using such a tool. Accordingly, its irrelevant when turning parallel to the X and Z axis what tool radius is used, points 1 and 2 are always the tangent points irrespective of the tool radius.
Click image for larger version

Name:	Rad_Comp.JPG
Views:	64
Size:	10.5 KB
ID:	136608

When turning a taper, as shown in the attached drawing, if the tool starts at the dimensional coordinates of the start of the taper and sent to the dimensional coordinates at the end of the taper, the tool will follow the path shown by the green line, rather than the correct path shown in yellow.. To achieve the correct path the tool will be offset in an X minus direction at point 4 at the start of the taper and in Z minus at point 5 at the end of the taper.

When programming a radius, the tool path of the tool radius is calculated based on its center point. Once the start and end coordinates of the tool radius center have been calculated the coordinates of point 1 and 2 of the radius shown in the attached picture are easily obtained by adding or subtracting the radius of the tool radius. In X twice the radius will be used due to lathe programs mainly being programmed in terms of work diameter.

The part program can be created using dimensions directly from the part drawing if cutter radius compensation is used. Using this method, G41 and G42 will be used to tell the control which side of the programmed path the cutting tool is located. The control also needs to know the style of the tool and the tool radius being used. This information is applied in the Tool Offset registry pages. Typically, a right hand OD turning tool will be entered as a type 3 tool if point 1 and 2 as shown in the attached picture are used as the cutter location points.

If the code posted by your control does not contain G41 or G42 therein, it means that the control is calculating the true location of the tool based on the tool radius information supplied when the program was being created graphically. When cutter radius compensation (G41, G42) is used, the calculations for cutter location are made by the control on the fly. I'm not a fan of using cutter radius compensation (G41 , G42) on a lathe. Cutter Rad Comp is necessary on a machining center, as its required to adjust component feature size, but with a lathe, diameter size is controlled with the wear or geometry offsets.

Regards,

Bill
Reply With Quote

  #7   Ban this user!
Old 06-19-2011, 06:26 AM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 578
broby is on a distinguished road

When I say "Set up your tool data completely" I refer to the fact that you need to set up all the following items:
1. Tool offset X & Z
2. Size of the Nose Radius
3. Direction of the Nose Radius.
Obviously the Tool Offset values are a given, don't set them up and no chance of getting size on your job.
Size of the Nose Radius will tell the program how much to compensate the position of the tool to allow the edge of the radius to touch the profile. Refer to the post above.
The "Direction" of the Nose Radius refers to where the centre of the Nose Radius is relative to the X and Z axis offsets.
Hope that helps.
Brian.
Reply With Quote

  #8   Ban this user!
Old 06-19-2011, 07:28 AM
 
Join Date: Nov 2009
Location: United States
Posts: 56
tds11223 is on a distinguished road

I believe to have the tool offset page set up correclty with the correct radius(per the insert) and direction according to the fanuc manual.

When doing this I have to offset the tool -x in order for it to cut a diameter and the radius correclty. The offset needed will relate directly to the diameter of the radius put in the tool offset page. Such a large wear offset really is cumbersome to work with. If I do not set up the radius and nose tip compensation then a large offset is not needed but the radii are out of tolerance by whatever nose radius the insert used has.

Is it possible to have the best of both worlds? A raduis compensation and direction according to the tool, little to no offset in the tool data wear and not changing the tool data geometry except for inital sizing?

I have programmed this manually and adjusted the part program to cut per the insert radius I selected. But with modern controllers(especially a conversational style) I don't know why I need to do this and would rather not.

Thanks again
Reply With Quote

  #9   Ban this user!
Old 06-19-2011, 07:33 AM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 578
broby is on a distinguished road

Sounds like you have a parameter incorrect...?
I can not help as I don't have a Fanuc machine to look at and fiddle with to test...
Sounds very strange to me the problem you are having.
Good luck.
Reply With Quote

  #10   Ban this user!
Old 06-20-2011, 08:00 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

You have both GEOMETRY and WEAR offsets for radius (in fact, for everything), so need not use large wear offset. And, you specify radius, not diameter.
Reply With Quote

Sponsored Links
Reply




Currently Active Users Viewing This Thread: 2 (0 members and 2 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
Need Help!- tool nose compensation problem Matyi Fanuc 6 03-24-2008 03:42 AM
Need Help!- Tool Nose Radius speeeeed Haas Lathes 5 02-25-2008 04:11 PM
6T - tool nose compensation Bluey Fanuc 2 10-10-2007 07:51 PM
nose radius compensation in fanuc tb-mate rags Fanuc 2 09-29-2007 03:57 AM
Fanuc 5T Tool Nose Compensation John3 Fanuc 1 07-15-2007 10:58 PM




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