CNC lathe grooving program.Fanuc cnc programming for Grooving.CNC lathe programming.
O0006;(Grooving) N1; T0; G40; G28 U0 W0; G54; G92 S200; G95 F0.06 T0909; G96 S120 M04; G00 Z-14.0; G00 X102; G01 X95 M08; G00 X300.0; T0; G40; G28 U0 W0; M01; M30; |
Explanation-cnc programming g code & M codes-CNC lathe grooving program
N1 | Sequence number. |
T0 | Tool Wear Cancel.(For details click here) |
G40 | Cancelling G41 & G42. (For G codes read basic of CNC programming) |
G28 U0 W0 | Home Position. |
G54 | Work Co ordinate. To Set work Co ordinate Read Basic of CNC Programming. |
G92 S200 | Limiting Speed. |
G95 F0.06 T0909 | Feed & Tool |
G96 S120 M04 | Cutting Speed & Spindle rotation. |
G00 Z-14.0 | Tool will move to Grooving position in Z axis..Rapid movement. |
G00 X102.0 | Rapid movement of tool to safety distance 102.0 in X axis. |
G01 X95 M08 | This is the Grooving operation. Tool will move to X95 in feed. M08-Coolant ON. |
G00 X300.0 | Tool will move to X300 rapidly. |
T0 | Tool Wear Cancel. |
G40 | Cancelling G41 & G42. |
G28 U0 W0 | Home Position. |
M01 | Optional Stop. |
M30 | Program stop and recycle.For Cycle program |
For Tool Geometry and work coordinate setting read cnc machining flow chart.visit cncprog.com
0 Comments