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! > MetalWorking Machines > Milltronics


Milltronics Discuss Milltronics Machines


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-12-2008, 01:45 PM
 
Join Date: Jul 2007
Location: USA
Posts: 13
designerpatrick is on a distinguished road
Error 403 Z axis software limit overtravel

I am a noob to CNC, but I am working hard at it.

I get the title overtravel message on my 2003 MB-20 mill running a Cent 6 controller. I've run some tests before and not recieved this. I brought in a new NC file to drill holes in some birch ply. It did well at first then it crashed the pointing tool into the part (indeed broke it). I figured I might be hitting the lower Z stop switch so I ran a dry run test with the quill lowered. It would instead rapid return to a higher and higher plunge start point at each hole...then the 403 alert (I get the alert before it is close enough to acually hit the Z overtravel switch).

I've carefully set and confirmed the g54 xy zero's and I physically touched-off the tool Z offsets. I am using FeatureCam for NC output, I looked at the code and there are no G92 calls. Also the numbers appear right for the Z heights for drilling and pointing. I look at the G92 settings in the MB20 nothing there. Perhaps it is an absolute vs relative thing.

I am befuddled... any thoughts would be appreciated.
Reply With Quote

  #2   Ban this user!
Old 01-12-2008, 02:26 PM
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

You might write a small program to do some rapid and feed Z moves to check if it is repeating. It sound like the Z axis is losing encoder counts or slipping. That may also be the cause of the original crash if it was running fine on that same program.

The error is a soft limit which the machine knows it will over run in the next block. If the encoder was slipping, it wouldn't realize it was getting close and trip the over travel first. So that adds to the mistery.

If the program isn't too big, you might post that for a better idea of the environment it is running under. Provided it is a G-code file. Conversational is different.

There should be a G90(absolute) in the header not a G91(incremental). The Z to clearance can be a G31, more often seen as G0 Z 0.1

DC
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.

Last edited by One of Many; 01-12-2008 at 02:48 PM.
Reply With Quote

  #3   Ban this user!
Old 01-15-2008, 09:11 AM
 
Join Date: Oct 2006
Location: United States
Posts: 179
jpawelk is on a distinguished road

Error 403 is a Z axis software limit overtravel alarm. The alarm is most likely caused by telling the axis in a program to go to a location that the machine is not capable of going to. Make certain that your tool lengths are set properly and all of your Z axis moves in your program are not too great.
Reply With Quote

  #4   Ban this user!
Old 02-11-2008, 09:46 PM
 
Join Date: Aug 2007
Location: USA
Posts: 10
rmkscrambler is on a distinguished road

We have a 93 MB20 (upgraded to centurion 6) and a 2006 RH20 centurion 7
since your machine is a 2003 it should have the yaskawa ac servos Same as the RH20 when we first recieved this machine it would not compleate a peck drill cycle without reciveing an error 403 becouse it was still under warranty we had a service rep look at it he explaind that they were trying to tweek tool change specs and push the servos above their limits he just enterd the param screen and allowed the machine 1 sec more accel decel time for z axis servo and it fixed the problem. I know nothing to do with over travel but still gave same error. had the same basic problem with spindal the machine would e-stop for any tool change over 3000 rpm. We had to adjust accel decel time on spindal also we now have a 20 sec tool change(8000rpm to 8000rpm) insted of 7 but at least it works.
Reply With Quote

  #5   Ban this user!
Old 02-12-2008, 08:01 AM
 
Join Date: Oct 2006
Location: United States
Posts: 179
jpawelk is on a distinguished road

Originally Posted by rmkscrambler View Post
We have a 93 MB20 (upgraded to centurion 6) and a 2006 RH20 centurion 7
since your machine is a 2003 it should have the yaskawa ac servos Same as the RH20 when we first recieved this machine it would not compleate a peck drill cycle without reciveing an error 403 becouse it was still under warranty we had a service rep look at it he explaind that they were trying to tweek tool change specs and push the servos above their limits he just enterd the param screen and allowed the machine 1 sec more accel decel time for z axis servo and it fixed the problem. I know nothing to do with over travel but still gave same error. had the same basic problem with spindal the machine would e-stop for any tool change over 3000 rpm. We had to adjust accel decel time on spindal also we now have a 20 sec tool change(8000rpm to 8000rpm) insted of 7 but at least it works.
An error 403 is a Z axis software limit overtravel alarm. It has nothing to do with the spindle. It also has nothing to do with a tool change with the exception of the G32 (Z axis to tool change height). It seems extremely odd that someone increased your accel/decel times for the spindle. Doing this wouldn't have anything to do with an error 403. In most cases, the error is in the program or a tool was not touched off properly.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-12-2008, 08:45 AM
 
Join Date: Aug 2007
Location: USA
Posts: 10
rmkscrambler is on a distinguished road

Im sorry if my post was confusing. accel/decel time on the z axis moters has to do with table to table tool change time (if the head gets to the changer quicker you have a quicker tool change. they were pushing this to hard.
the spindal was another seperate problem with the machine that did not get the error it just killed the machine
my point was they were trying to advertize a 7 sec tool change when the machine is incapable. loose some time on your tool change or peck drill cycle and things run smoothly.( the mb20 probibly dosen't have a tool changer but they use the same defalt param settings across the bord.)
Reply With Quote

  #7   Ban this user!
Old 02-12-2008, 08:57 AM
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

Originally Posted by rmkscrambler View Post
Im sorry if my post was confusing. accel/decel time on the z axis moters has to do with table to table tool change time (if the head gets to the changer quicker you have a quicker tool change. they were pushing this to hard.
the spindal was another seperate problem with the machine that did not get the error it just killed the machine
my point was they were trying to advertize a 7 sec tool change when the machine is incapable. loose some time on your tool change or peck drill cycle and things run smoothly.( the mb20 probibly dosen't have a tool changer but they use the same defalt param settings across the bord.)
What jpawelk is trying to convey is that the error 403 has to do with the control comparing a move to where it is at currently and if it can go to that point. If the distance to move is greater than the distance on the absolute position, the error 403 will be flagged. Your particular error was probably a different code.

DC
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.
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
error “OT002 C –OVERTRAVEL (SOFT 1)”; 10T guhl Fanuc 1 08-13-2007 08:56 AM
Keep getting z axis overtravel alarm 146 dragon864 Haas Mills 3 07-20-2007 06:13 PM
BOSS 8 random axis limit error rkdygert Bridgeport and Hardinge Mills 12 03-17-2007 12:03 PM
hard overtravel on all axis stanman Commercial CNC Wood Routers 1 10-31-2006 04:07 PM
+/- Overtravel error for all axis claucampan Fanuc 2 08-08-2006 06:11 PM




All times are GMT -5. The time now is 10:25 AM.





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