上海维宏电子科技股份有限公司
Weihong Electronic Technology Co., Ltd.
Specialized, Concentrated, Focused 19
plane motion to ensure safe movement. For Z-axis upward motion, Z axis motion is before plane
motion, otherwise, plane motion first.
The machine data specifies the maximum rapid moving speed of each coordinate axis; a
coordinate axis will run at this speed in rapid traverse. If rapid movement simultaneously performs on
two axes, the speed will be the maximum possible speed of two axes.
The rapid moving speed in G00 command for each axis is set by the
machine parameter ―rapid
feed speed
‖, or specified by F_, which is modal in a job program.
G00 is available until replaced by other commands in the group of G function (G01, G02, G03…).
Programming Example:
N10 G90 G00 X30 Y30 Z40
G01 Linear Interpolation
Command Format:
G1 X_Y_Z_
Description:
G01 provides linear motion from point-to-point at appointed speed, i.e. the tool moves along a
line from the beginning point to the target point; all coordinate axes can move simultaneously. G01 is
available until replaced by other command
in the group of G function (G00, G02, G03…).
Programming Example:
N05 G00 G90 X40 Y48 Z2 S500 M03
’tool rapidly moves to X40, Y48, Z2, and the spindle rotates CW at 500 rpm
N10 G01 Z-12 F100
’tool goes to Z-12, with feed rate as 100 mm/min
N15 X20 Y18 Z-10
’tool moves to P2 along a line
N20 G00 Z100
’rapid movement
N25 X-20 Y80
N30 M02
’end of the program
G02, G03 Circular Interpolation
Command Format
: G02/G03 X_Y_Z_R_ (I_J_K_) F_
Description:
The commands are used to move a tool along a circular arc to the specified position at appointed
feed speed. G02 specifies clockwise interpolation, while G03 counterclockwise interpolation.
In a program block, a circular arc path can pass across over two quadrants, or be programmed
into a complete circle.
G02 and G03 are available until replaced by other commands in the group of G function (G00,
G01 …).
Circular arc programming can be radius programming or centre programming. The function word
of radius is R. There are two types of arcs under the same start point, end point, radius and rotary
Summary of Contents for Ncstudio
Page 74: ...RMB 21 00 ...