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 > Daewoo/Doosan


Daewoo/Doosan Discuss Daewoo/Doosan machines here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 03-31-2008, 01:03 PM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road
Unhappy Crashed 4th axis on a 5025 VMC

I have a 5025 Daewoo with a SMW 4th axis. The problem is, it has been crashed and destroyed the 4th axis. I am getting ready to replace the 4th axis. But I fear that it is going to happen again. I know that if a height offset is set incorrectly a crash will happen and if the program is started in an incorrect place a crash can happen. I was going to restrict the machine travel but we are doing work thru the fixture plate. I also thought about setting a default height for the tool at the beginning of the program and having it check the default against the offset that was entered into the machine.
Any ideas on how to keep a crash from happening?
Reply With Quote

  #2   Ban this user!
Old 03-31-2008, 09:21 PM
WOLOG's Avatar  
Join Date: Oct 2003
Location: HOUMA,LA
Posts: 352
WOLOG is on a distinguished road

Does this happen often? Does anyone believe in running the first part in 5% rapid? Please explain a little more on your setup.
Reply With Quote

  #3   Ban this user!
Old 04-01-2008, 08:08 AM
 
Join Date: Aug 2005
Location: USA
Posts: 578
PBMW is on a distinguished road

I don't get it either....
I been running nad programming 4 and 5 ax machines since 1982. I've crashed machines. Everybody has. But i've never crashed a 4x. If you have your work offsets correct, there ain't no way.
I set tools from the table. I know people that program from C of Rot. I don't like it cause I can't adjust it. But to each their own. I set up Work offsets for each face. Never had a problem
Reply With Quote

  #4   Ban this user!
Old 04-01-2008, 10:10 AM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road

Well that is also the problem, this is the second time. The first time the operator was changing something in the program and didn’t pick up the tool height offset. (Which needed to be changed in the tool geometry and not the program but..) This last time I don’t know what happen. The machine had an error, incomplete home return. Before the crash happen, and it crashed into the table in z. The programs have been proven and setups are simple. Its a plate that is ball locked down to the main 4th axis fixture and the 4th axis, tail stock and main 4th axis fixture between the 2 are never removed . a few tools have to be switched out of the machine and tool height offset entered and some geometries. All geometries are on a sheet that is posted by the machine and are updated from the last run. We use a presetter for the tool height offsets. Also we use dedicated tooling 99.9% of the parts run on the machine. Short of holding the operators hand I’m at a lost on how too keep another fatal crash from happening. If it was u guys what would you be looking at?
Reply With Quote

  #5   Ban this user!
Old 04-01-2008, 10:42 AM
 
Join Date: Nov 2007
Location: Canada
Posts: 54
lshingleton is on a distinguished road

The first crash was by someone touching a program -Turn on 3202 and set Ne9 to one in the parameters------Change your program to (O9100--etc)this limts access to you -and if some unlocks this dicipline them
The second one is write a macro progam that checks the tool height and limits the amount of offsett devatation that can be done
The other more serious crash caused by incomplete ref-thats a hard one---make sure at least somewhere at the start of the program the machine is referenced in the control-
G00G91G28Z0
G00G91G28X0.Y0.A0.C0
G90
()
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-01-2008, 12:37 PM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road

Thanks, On the incomplete ref. I have it ref via the control after every tool. Its hard so say what really happened. I was gone for a week and returned to this mess.
On the macro, I thought about setting 30 variables in the program (1 for each tool) at the beginning when I set the workoffsets. and then having it check that hard number against the number entered into the tool height offset via the macro. Is this the way u would do the macro ?
Also 3202, Will u need to shut the control down for it to take effect?
Reply With Quote

  #7   Ban this user!
Old 04-01-2008, 12:48 PM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road

The operator that crashed the machine with the incomplete ref. to home, He said it was running and etc.... Do you know of this ever happening? I tried to reproduce the error. Any ways that you know that I could? So I might see a better way to prevent it?
Reply With Quote

  #8   Ban this user!
Old 04-01-2008, 01:03 PM
 
Join Date: Nov 2007
Location: Canada
Posts: 54
lshingleton is on a distinguished road

Yes i have saw that before on older machines-because they relied on the switches to register home--acually if your having that problem ref the machine in manual only and change your program to g30 instead-then it goes to a set position every time and doesnt keep reseting from the switches-cuts down the risk-----to one time you power the machine on compared to everytime you go home-and the first part after startup run slowly---------the 3202 parameter just need to go to mdi and turn on pwe and this will let you change it
()
tool life -check the fanuc manual for you machine address but this is hoem the tool length check is done

O6666(setup a sub proram at the start of the main tool geo check)

IF #2001[Le 100]goto n9999-----------
IF #2001[Ge 102]goto n9999--------

N9999#3001[tool length incorrect]


the macro number 2001 is an example which can be found in the fanuc book for the address related to the h1 value for your tool-you are just putting a value in like i have used of 100 which is you tool length limit----
if i find a machine example i will post for you
Reply With Quote

  #9   Ban this user!
Old 04-01-2008, 01:52 PM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road

ok cool, thank you very much for your help man.
Reply With Quote

  #10   Ban this user!
Old 04-02-2008, 08:31 AM
 
Join Date: Jan 2006
Location: USA
Posts: 24
Cncjunkie is on a distinguished road

On the incomplete ref. Is there a parameter setting that will not let the machine run if that error has happen?
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-08-2008, 10:05 AM
 
Join Date: Nov 2007
Location: Canada
Posts: 54
lshingleton is on a distinguished road

Is the 4th axis an add on for this machine --like a fanuc or hass table?
Daewoo's are set up to not preform any action until ref completed and also the ref speed in rapid can be slowed in the keep relays
Reply With Quote

  #12  
Old 04-08-2008, 11:30 AM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

One precaution a person might take, is to program an XY positioning movement to a safe spot, like to the X0Y0 of the current work offset, but with Z still fully up. The reason I suggest this, is that sometimes, I have noted that a crash could occur on some of my programs if I start from the machine home position, such as would be the case every morning.

It is easy to overlook this when one is busy setting up a new program after the machine has already been running that day, and the table may be conveniently parked at the work unload position.

However, after a cold startup, a long tool may actually be found moving to the first programmed XYZ position from behind the indexer. If the XY move is longer than the Z, and all 3 axis move on rapid, then the Z may reach its lower endpoint before X and Y are completed. This puts it in the danger zone and could crash into the indexer.

I also have a habit from the old days, wherein I take care to set my tool length offsets always to some height above the rapid clearance plane of the part. This ensures that my length offsets are always negative, and if I accidentally edit the length offset to a positive value, then the tool moves safely up, rather than down.
__________________
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

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
the Difference of 2-Axis and 3-Axis of Vertical Mill Machine begacon Knee Vertical Mills 6 07-30-2009 06:31 AM
Crashed my lathe, now tool is above center protrxrptr17 General Metal Working Machines 8 04-23-2007 09:22 PM
New Design - Hybrid 3-Axis Router/4-axis Foam Hot Wire Cutter the__extreme CNC Wood Router Project Log 3 02-26-2007 02:58 PM
acramatic 2100 crashed machbuilder Machine Problems, Solutions , Wireless DNC, serial port 3 11-18-2006 11:38 AM
SMTC crashed JPMach Haas Mills 5 03-16-2006 07:16 PM




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