G02 CODE MILLING

STUDY ABOUT G02 CODE FOR CNC MILLING MACHINE WITH FANUC CONTROLLER


G02 Code is generally used in CNC machine to create a circular path. the CNC Machine is by default follow the linear path. After applied G02 Code the path of the CNC Program is converted into the circular path. So, the G02 Code is may use to create circles, arc, or any circular objects.
Learn about G81 Code(CLICK HERE)

TODAY WE ARE GOING TO STUDY ABOUT THE G02 CODE.

THE MAIN FUNCTION OF G02 CODE IS AS FOLLOWS:-

  • The main function is to run the tool path in the Clockwise Rotation.
  • To make Circles with the tool.
Drawings For CNC Practice(CLICK HERE)

The main program of the G02 Code is:-
G02X_Y_R_

G-CODE DESCRIPTION
G02 ROTATION CLOCKWISE
X, Y CO-ORDINATES
R RADIUS OF THE CIRCLE

EXAMPLES:-

free online cnc programming courses, g02 code
G02 CODE MILLING

Also, see Drawings for CAD..(CLICK HERE)

G17G21G54G90;

M08;
M06T01;
M03S1200;
G00X35Y60Z5F10;
G01Z-5;
G02X85Y60R25;
G02X35Y60R25;
G00Z10;
G28X0Y0Z0;
M09;
M05;
M30;
G-Code for MIlling(CLICK HERE)

EXPLANATION:-

G-CODE DESCRIPTION
G17 X-Y PLANE SELECTED
G21 ALL DIMENSIONS ARE IN MILLIMETERS(mm)
G54 WORK CO-ORDINATE SYSTEM
G90 ABSOLUTE POSITIONING
M06 TOOL CHANGE
T01 TOOL NUMBER 1 SELECTED
M08 COOLANT ON
M03 SPINDLE ON CLOCKWISE
S1200 SPINDLE SPEED 1200 RPM
G00 RAPID LINEAR INTERPOLATION
F FEED
G01 LINEAR INTERPOLATION
G02 CLOCKWISE CIRCULAR ARC (F) FEEDRATE
R RADIUS OF CIRCLE
G28 RETURN TO THE HOME POSITION OF WORKPIECE AND TOOL
M05 SPINDLE OFF
M09 COOLANT OFF
M30 PROGRAM END AND RESET
G02 CODE MILLING G02 CODE MILLING Reviewed by Avtar Jassal on October 12, 2018 Rating: 5

No comments:

Powered by Blogger.