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 04-25-2008, 04:01 PM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road
Smile doosan lathe

my boss bought a doosan lathe wih fanuc 18t, live tools, c axis, subspindle.. i use to program milling machines, but now i have to program that lathe, i have done small works in a cnc lathe, but never used a subspindle, any help? manuals? links?

regards

julio
Reply With Quote

  #2   Ban this user!
Old 04-25-2008, 04:27 PM
 
Join Date: Apr 2008
Location: usa
Posts: 2
olson is on a distinguished road

program the sub spindle as you would normally program turning & use the wait (m codes) for that machine. catch up to the other spindle or for transfering to opposite.
Reply With Quote

  #3   Ban this user!
Old 04-25-2008, 04:52 PM
dcoupar's Avatar  
Join Date: Mar 2003
Location: USA
Posts: 2,312
dcoupar is on a distinguished road

What model is it? Here's a programming manual that may help. It covers most of the live-tool models.
Attached Files
File Type: zip Puma M_MS_Y_SY Programming Manual.zip‎ (450.7 KB, 622 views)
Reply With Quote

  #4   Ban this user!
Old 04-26-2008, 11:37 AM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road
model

the machine is a Doosan S310SML

julio
Reply With Quote

  #5   Ban this user!
Old 04-26-2008, 10:08 PM
 
Join Date: May 2007
Location: USA
Posts: 913
g-codeguy is on a distinguished road

Was it a new lathe? If so there will be a programming manual with it that should tell you everything you will need to know to program it. I am not familiar with the Doosan S310SML, but we have three Daewoo 200MS lathes with C-axis and subspindles.

Most people use the face of the part as zero. On the main spindle you will be cutting in a minus direction. On the subspindle you will be cutting in the plus direction. Swinging a radius from the face to the O.D. on the main spindle is G3. On the subspindle it will be G2.

Think about it a second, and you will see that the direction of cut on the subspindle for cutting a radius from the face to the O.D. is the same as for cutting a radius from the face to the I.D. on the main spindle (G2).

Twin turret, twin spindle lathes are 2 lathes mounted back-to-back. With the face of the part Z0, you will be cutting in the minus direction with either turret. The G3 code would be for the same thing on both turrets.

Transferring a part from the main to the subspindle requires synchronizing the spindles if you are cutting off the part. This is an M203 on our machines. It will require an M-code to allow you to open the subspindle chuck/collet for ejecting an already machined part and going to pick up the new part. I'm not saying this correctly. M169 opens the subspindle jaws. First I have to program an M131 to allow the machine to 'work' with the jaws open.

A word of advice. Our lathes use an M114 to rotate the chuck/collet while giving it an air blast from the side via a copper tube. This is pretty much worthless. You will scrap many parts due to chip marks on the OD. I program a station to wash out the chips at S100. This works.

Now if your machine has a thru-the-spindle air blast, then it should work okay for clearing out the chips.

I will be glad to help you with anything I can. Machines may not be the same, but the methods used should be very close.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-27-2008, 03:21 AM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road

is a used machine, year 2000, I am just picking every kind of information before the machine became available for programming (next week) on the main spindle I'm fine for simple programs, on the subspindle I have a doubt, is there an zero shift for the subspindle? do I have to call g54..g59?

regards,

julio

ps. thanks for all replies, it helped a lot...
Reply With Quote

  #7   Ban this user!
Old 04-27-2008, 07:40 AM
dcoupar's Avatar  
Join Date: Mar 2003
Location: USA
Posts: 2,312
dcoupar is on a distinguished road

On the newer machines, we use G54 when working on the main spindle, and G55 when working on the sub... might be the same on yours.

Does the machine have a Q-setter for settin the tool geometry offsets?
Reply With Quote

  #8   Ban this user!
Old 04-27-2008, 08:13 AM
 
Join Date: May 2007
Location: USA
Posts: 913
g-codeguy is on a distinguished road

Our machines are a little newer than yours. Workshifts are set like Mr. Coupar's except I use G54 for the front and G59 for the rear. Ours has a PITA type tooling. I.D holders have to be indicated in every time they are put back on. Or after a crash. I assume the reason we got the lathes at a good price was because they discontinued this method.

Because of the hole pattern in the turret for mounting tools, you can only use the odd numbered stations for the rear spindle. Can use on O.D. tool in an even station if the tool is extended way out. Live tools on the 200MS' can only be used on the even numbered stations. Not saying this will be how your lathe works. Never seen that model.

Don't think you will have much trouble learning to program the sub. Only problem you may have is getting the M-codes set up correctly for the transfer. If there is a manual with the machine, then there should be an example program on transferring the part.

Just remember that the G3/G2 codes will be opposite from how you use them on the main spindle.
Reply With Quote

  #9   Ban this user!
Old 04-27-2008, 09:40 AM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road

dcoupar, i did not see entirelly the machine, but I remember to see the probe arm beside the main spindle, and 1 part catcher'
g-codeguy, I have yet a job that requires both chucks, including milling a square and drill one side and a hole on the other side of the workpiece.

on the manual above i have some gcodes and samples of code, but, how can I have the machine working untill the bar is finished?
Reply With Quote

  #10   Ban this user!
Old 04-27-2008, 11:18 AM
 
Join Date: May 2007
Location: USA
Posts: 913
g-codeguy is on a distinguished road

On our Daewoos (we have a few others besides the 200MS') you use an M99 to keep the program running. Actually we use /M99. Block skip is off when you want the machine to stop after making one part. On if you want it to keep looping.

Edit: Don't forget the M30 after the /M99. LOL
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-27-2008, 11:31 AM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road

thanks for the answers, I will read carefully the manual above and wait until the machine is available for setup, then if I still in doubt (i hope not) I will back, thanks for your time again
Reply With Quote

  #12   Ban this user!
Old 05-15-2008, 01:53 PM
 
Join Date: Jun 2007
Location: Ireland
Posts: 55
julio_gyn is on a distinguished road

I started to set up my tools on the machine and I something was wrong, when i checked the turret is on the wrong position, the turret is on 12th and the control shows 11, where can i reset it to the right position?
One more question, we had a daewoo long long time ago, and when the probe was down the control was in the right screen to set the tool geometry, and soon as we touched the sensors the control changed the values, but this is not happening on the doosan, any idea??

thanks...
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
Need Help!- I need doosan puma 300 lathe manual!!! wgpiao Daewoo/Doosan 14 06-17-2011 09:03 AM
I'm considering purchasing Daewoo - Doosan Ken Czys Daewoo/Doosan 6 02-09-2008 09:31 AM
Doosan 1500 TT 9566317 Daewoo/Doosan 1 10-17-2007 08:25 PM
Doosan 3016L SIG Daewoo/Doosan 6 10-13-2007 12:24 AM
CNC VTL, Doosan, Amera Seiki, or You Ji? rsbeadle General Metal Working Machines 1 10-11-2007 01:10 PM




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