G-Codes (Standard Cycles) - ZAPbp BP93p Operator's Manual

Cnc electric discharge machine
Table of Contents

Advertisement

3.5.1.3 G03 Circular interpolation counter-clockwise
X - movement command for the X-axis (endpoint X coordinates)
Y - movement command for the Y-axis (endpoint Y coordinates)
Z - movement command for the Z-axis (endpoint Z coordinates)
I - distance along the X-axis toward the centre of wheel
J - distance along the Y-axis toward the centre of wheel
Presented below is a program that carries out an arc at the inclination angle of 230˚ and 5mm radius:
Absolute:
%
G56
G90
G00 X0 Y0 Z0 A0
G00 X1.79 Y3.83 Z0 A0
G03 X10.0 Y0.0 I3.21 J-3.83
%
Incremental:
%
G56
G00 X0 Y0 Z0 A0
G00 X1.79 Y3.83 Z0 A0
G03 X8.21 Y-3.83 I3.21 J-3.83
%

3.5.2 G-codes (standard cycles)

Table 3.3. A list of the available G-codes
G80
cancelling standard cycle
G81
carrying out a series of cavities
G85
orbiting around a circle
G86
orbiting around a square
G90
absolute coordinates in an active local co-ordinate system.
G91*
incremental coordinates (path) from the current location of the tool axis.
* - Set by default.
3.5.2.1 G81 Standard cycle to carry out a series of cavities
L
The number of repetitions
The data entered in-between the G81-G80 markers is always interpreted incrementally.
Presented below is a program that carries out 5 cavities:
%
G56
G00 X0 Y0 Z0 A0
G81 L5
G00 Z-2.0
G00 Z2.0
G00 X5.0
G80
%
Standard cycles
22

Advertisement

Table of Contents
loading

Table of Contents