![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Daewoo/Doosan Discuss Daewoo/Doosan machines here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
I have a Daewoo Lynx 220LM Fanuc oi-tc i am sloting the outside od of a part, almost like cutting gears, i can cut them just fine the problem im having is that i cant find the right code (i guess) to make the tool retract at the end of the cut it just wants to rapid strait back out witch makes since because im actualy using a drilling cycle to do this so i need the right code if anyone knows what is is it make my life much easier i have not looked in the book yet just g code list thanks
__________________ individual who perceives a solution and is willing to take command. Very often, that individual is crazy. |
|
#2
| ||||
| ||||
| Jackson, I'm guessing you're using a G83 to do the cutting? There is no code I know of to pull the tool up at the end of the cut before rapiding back to the start (Too bad you can't use a G92 threading cycle). Why not use a subprogram? Position the tool to the start of the first slot, then call the sub for the number of slots you need. 01001(MILL 10 SLOTS @ 36 DEGREES) G28 U0 W0 T0202 (END MILL - LIVE X) M05(STOP MAIN SPINDLE) M35(SELECT REV. TOOL) G97 S2000 M33 G54 X1.6 Z0.1 M08 M98 P00101002 (CALL SUB 1002 10 TIMES) G00 M09 G28 U0 W0 M35 M30 O1002(MILLING SUB) M89 (CLAMP C-AXIS) G00 X1.4 (RAPID X TO CUTTING DEPTH) G01 G98 Z-1.1 F10.0 (FEED TO BACK OF PART) G00 X1.6 (RAPID X TO CLEAR) M90 (UNCLAMP C-AXIS) Z0.1 H36. (RAPID Z TO CLEAR & INCREMENT C) M99 |
|
#3
| |||
| |||
| Does your controller recognise the G86 command. This is Bore and Stop; the cutter feeds to a Z depth and stops, then I think you can move the cutter away from the part before it retracts so you don't leave a mark from the retraction. Go read the book .
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#4
| ||||
| ||||
|
My control recognizes G85 boring cycle witch is what im using, and it is working i was just wanting to retracted + in X. and i tool a little time and look through teh book but i have not found what it is exactly im looking for, i found cylindrical interpolation but that is not what im wanting unless i can alter it to make it work
__________________ individual who perceives a solution and is willing to take command. Very often, that individual is crazy. |
|
#5
| ||||
| ||||
| According to my 0i-TC manual, G86 isn't supported. On a 0i-MC, G76 (Fine Boring) will stop the spindle and shift away, but not on a TC. I don't think cylindrical interpolation will do you any good. Didn't like the subprogram idea, eh? |
| Sponsored Links |
|
#6
| ||||
| ||||
|
Well i only had a couple of prototypes to make so no didnt want to mess with that much work i did save that sample that you posted thanks, if i do any more i may give it a shot, im not big on sub programing, i just dont much of it
__________________ individual who perceives a solution and is willing to take command. Very often, that individual is crazy. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CNC Lathe Live Tool control | AKFALAR | OneCNC | 1 | 11-19-2006 12:06 AM |
| Fantastic non CNC milling tool | Tom Brown | DIY-CNC Router Table Machines | 2 | 09-04-2006 09:47 PM |
| spherical milling tool | derkiow | General Metalwork Discussion | 1 | 05-09-2006 08:30 PM |
| Live Tool Holder | JerryH | Fanuc | 1 | 02-12-2006 05:56 AM |
| Miyano Live-Tool | JerryH | G-Code Programing | 2 | 10-26-2005 07:50 AM |