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 09-27-2010, 06:32 AM
 
Join Date: Jan 2010
Location: Brasil
Posts: 23
ecapatto is on a distinguished road
Exclamation FANUC 16-TB Tool Geom / Wear not Updating

Dear colleagues,

We have one machine here that was conventional and now we put one old (very old) FANUC 16-TB on that.

The machine is fully parametrizated as well as drives and control itself, tool changes, the machine works fine, back lash and lead screw table are setted and everything is fine. BUT

The values on Geometry and in the Wear aren't updating the absolute coordinate system. To be able to evaluate the machine geometry and make some machining tests I had to insert the Tool Geometry Values on Work Offset, and then work with just one tool.

Even the Wear isn't working. The screen is there, the measure - insert c - insert + and input are avaliable, the values are inserted correctly using the insert c, but when I program T0202 the change occurs but the values of absolute isn't working.

Need help because I think that this function is on basic software package.

If you can help me again I'll be glad.
Reply With Quote

  #2   Ban this user!
Old 09-27-2010, 11:31 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Take a look at the attached PDF parameter 3104 settings it shows the parameter setting for the display to use or not use the tool offset. This is probably your problem.

Stevo
Attached Files
File Type: pdf Display.pdf‎ (61.4 KB, 82 views)
Reply With Quote

  #3   Ban this user!
Old 09-27-2010, 01:24 PM
 
Join Date: Jan 2010
Location: Brasil
Posts: 23
ecapatto is on a distinguished road
Thumbs up

Hi Stevo,

I'll try this parameter right now! I saw that this parameter is related with par 5002 so I'll check the both.

Thank you by the advance.
Reply With Quote

  #4   Ban this user!
Old 09-27-2010, 01:34 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Your welcome.

Stevo
Reply With Quote

  #5   Ban this user!
Old 09-27-2010, 03:12 PM
 
Join Date: Jan 2010
Location: Brasil
Posts: 23
ecapatto is on a distinguished road

I'd tried the parameter and nothing changes. Still not updating Abs values when T0202 or any other tool is called.

Can the tool change routine O9000 making something wrong? I mean, there is no more parameters to control Wear / Geom behavior.

A friend that was FANUC employee (the guy that wrote the ladder for this machine) told me some days ago that it can be a FANUC basic software issue that can be solved only changed the CNC EPROM where it's recorded.

I have doubts about that, because it's soo simplest, It's just about program the T code and the values must be updated. I've never saw one CNC with this behavior before. My guess is that the tool change routine is making some mistake and not leaving the control to update the values.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-27-2010, 03:26 PM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Can you post the 9000 tool change macro?

You have the parameters set to use the last 2 digits as the offset value correct?

Is the machine actually instating the tool offset and just not showing it on the program check screen?

Stevo

Last edited by stevo1; 09-27-2010 at 03:27 PM. Reason: another question
Reply With Quote

  #7   Ban this user!
Old 09-28-2010, 05:56 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Originally Posted by ecapatto View Post
Dear colleagues,

To be able to evaluate the machine geometry and make some machining tests I had to insert the Tool Geometry Values on Work Offset, and then work with just one tool.
Not very clear what you are doing.
If you are setting G54 work offset with one tool by touching off and measuring, you do not need any geometry offset for this tool. Can call this tool just by T0200 or T200 (assuming it is tool number 2).
If you want to use T0202, the corresponding geometry offset (in row number 2) should be zero.
Reply With Quote

  #8   Ban this user!
Old 09-28-2010, 06:16 AM
 
Join Date: Jan 2010
Location: Brasil
Posts: 23
ecapatto is on a distinguished road

Stevo:
- I'll try to post the tool change macro
- The parameters set the Offset correctly, to use last two digits
- No, the machine isn't updating the values, I have one test NC program to evaluate this situation.

The T0202 appears on lower right corner in the screen, like it's active, but it isn't.

Sinha_nsit:
- I did changes on work zero (G54) to evaluate the machine geometry, because it was refoubished. But in the normal operation the operator needs to insert the correspondent data for each tool in each Geometry screem row.
- Working like I did just allow operator to use G54 for tool 1, G55 for tool 2 .... It isn't the correct way. The correct way is to have G54 set up to workpiece end face, or chuck face or wherever they want and the tool geometry relative to that position. But FANUC isn't taking into account the value on that screem [WEAR/GEOM], I dont't know why.

Even the Wear aren't working, as I told, I never saw one FANUC controller acting like this one.
Reply With Quote

  #9   Ban this user!
Old 09-28-2010, 07:01 AM
 
Join Date: Jan 2010
Location: Brasil
Posts: 23
ecapatto is on a distinguished road

Follow the Macro fot Tool Change: PLEASE HELP-ME

FYI, the machine FANUC control have two channels, the second isn't in use.

%
O9000(TOOL CHANGE)
N10#110=#4001
N20#111=#4002
N30#112=#4003
N40#500=FIX[#149/100.0]
N50IF[#500GT8.0]GOTO1230
N60IF[#500EQ#501]GOTO1300
N70IF[#501EQ0]GOTO500
N80G91G0G28Z0
N81G90G0B[#501*45.0]
N85G4P400
N90IF[#1000EQ1]GOTO1240
N100G91G30X0
N110M50M53M54
N120G4P500
N130M52
N140G4P500
N150M55
N160#501=0.0
N170G90
N180IF[#1000EQ0]GOTO1260
N500IF[#500EQ0]GOTO1110
N510G91G28Z0
N515G90G0B[#500*45.0]
N520G91G30X0
N530G4P500
N540IF[#1000EQ0]GOTO1250
N550M50
N560M54
N570G4P500
M580M51M53
N590#501=#500
N600G4P500
N610M55
N1100G#110G#111G#112
N1110M51
N1120M99
N1230#3000=1(WRONG T VALUE)
N1240#3000=2(OCCUPED POSITION)
N1250#3000=3(NO TOOL AN THIS POSITION)
N1260#3000=4(TOOL NOT OUT)
N1300M99
%
Reply With Quote

  #10   Ban this user!
Old 09-28-2010, 07:05 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Simple first:
Call tool number 1 by
G54;
T100;
Does it work correctly?

If yes, make geometry and wear values in row number 1 equal to zero. (You would need to edit both geometry and wear screens one-by-one, which can be selected by softkeys).
Now call tool 1 by
G54;
T101;
Does it work correctly (should be exactly same as previous case)?
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 09-28-2010, 07:25 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Use of #149 indicates that you are calling a sub by a T-code. Such a T-code in the main program does not have tool-change function; it just calls a sub 9000 (no other sub can be called). So, you need to insert T#149 in the sub, wherever you want a tool change (say, after homing). The T-code in the sub behaves like the usual tool-change code. Your sub does not have T#149 anywhere.
(If you command T101 in the main program, 101 automatically gets stored in #149 for use in sub)

Ignore my previous post.
Reply With Quote

  #12   Ban this user!
Old 09-28-2010, 09:38 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Sinha....regardless of #149 when you program a T0101 offset 01 should be taken into account correct??

I am a bit stumped on this one right now. Let me do some thinking on this one.

Stevo
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
Fanuc 0TC and Tool Wear Offsets rrbmachining Fanuc 1 07-05-2010 10:06 AM
tool library not updating R.DesJardin SprutCAM 0 11-10-2009 11:42 AM
Need Help!- Tool Wear Adjustment nfrees114 Haas Mills 2 10-21-2009 11:46 AM
tool wear indicater Vern Smith Haas Mills 13 03-20-2007 01:09 PM
Fanuc code needs updating. Roberts General CNC (Mill and Lathe) Control Software (NC) 15 02-21-2006 07:45 PM




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