Programming Chapter Three Commands and Functions
84
Fig. 6a G2/G03 Z negative direction Fig. 6b G02/G03 Z positive direction
X, Z or U, W defines the end point of arc. It can be described with the absolute or the incremental
coordinates. The incremental coordinate is the distance from the starting point to the end point of
arc.
I, K define the center coordinates: I, K separately correspond to X, Z coordinates, and are the
vector of starting point as the origin pointing to the circle center. It is X component (with diameter)
and K is Z vector. The direction of I, K is the positive /negative when it is the same time as X, Z
positive/negative direction as Fig. 7:
Fig. 7 Circle center coordinates
I value is the diameter. Generally, the counted value of drawing is the radius which must be
multiplied 2 in programming.
Use R to program without I, K.
The feedrate of clockwise interpolation from A to B is 100 mm/min as Fig. 8:
:
N0100 G00 X20 Z60
; Rapidly positioning to the starting point
of arc machining
G02 X..Z..I..K..F..
;
G03 X..Z..I..K..F..
;
Z
X
(
Diameter programming
)
Z
X
I
K
Or
G02 X..Z..R..F..
;
(
Absolute coordinate value
)
Arc center
R
Z
X
(
Diameter programming
)
Z
X
K
Or
G03 X..Z..R..F..
;
(
Absolute coordinate value
)
Arc center
I
R
Содержание GSK928TE
Страница 1: ...GSK928TE II Turning Machine CNC System User Manual...
Страница 117: ...Programming Chapter Three Commands and Functions 112 G99 G01 X50 Z30 F0 2 G04 D2 G99 G01 X50 Z30 F0 2...
Страница 148: ...GSK928TE Turning CNC System User Manual 143 Connection Chapter One Interface 1 1 Interface Layout...
Страница 185: ...Connection Appendix 180 J3 1 AC220V J3 2 0V...