G代码命令(国外英文资料).doc
文本预览下载声明
G代码命令(国外英文资料)
G code command
The code group and its meaning
Modal code and normal code
The functionality of the form code will continue to be maintained after it is executed, whereas general code only works when the command is received. The code that defines movement is typically modal code, like a straight line, an arc, and a loop code. Conversely, the return code like the origin is called general code.
Each code belongs to its own code group. In modal code, the current code is replaced by the same group of code that is loaded.
Dont explain the G code group
G00 rapid positioning (rapid movement)
G01 linear cutting
G02 clockwise arc
The G03 counterclockwise arc
G04 suspended
G17 XY plane assignment
G18 XZ plane assignment
G19 YZ plane of the assignment
The G28 machine tool returns the origin
The G30 machine returns the second and third origin
* G40 removed the cutter diameter offset
G41 tool diameter left offset
G42 tool diameter right offset
* G43 tool length + direction offset
* G44 tool length - directional offset
G49 removed the cutter length offset
* G53 tool frame selection
The G54 artifact frame 1 selection
G55 artifact coordinate 2 selection
G56 artifact frame 3 selection
G57 artifact frame 4 selection
G58 artifact frame 5 selection
G59 artifact frame 6 selection
G73 high-speed deep hole drilling cycle
The G74 left helical cutting cycle
G76 fine boring cycle
* G80 cancels the fixed loop
G81 center drilling cycle
G82 anti-boring cycle
The G83 deep hole drilling cycle
The G84 right helical cutting cycle
G85 boring cycle
G86 boring cycle
G87 reverse boring loop
The G88 boring cycle
G89 boring cycle
* G90 USES the absolute value command
G91 USES an incremental value command
G92 sets the artifact coordinate system
The * G98 fixed cycle returns the starting point
* G99 returns a fixed loop point
Code interpretation
G00 positioning
1. The format
G00 X_ Y_ Z_
This command from the current position the cutting tool moves to command the location specified (in absolute
显示全部