![GSK GSK928TE User Manual Download Page 90](http://html1.mh-extra.com/html/gsk/gsk928te/gsk928te_user-manual_2275225090.webp)
GSK928TE
Ⅱ
Turning CNC System User Manual
85
N0110 G02 X60 Z40 I0 K-20 F100
;
Circle center programming.
N0110 G02 X60 Z40 R20 F100
;
Radius programming
or N0110 G02 U40 W-20 I0 K-20 F100
;
N0110 G02 U40 W-20 R20 F100
;
The feedrate of the counterclockwise interpolation from A to B is 100 mm/min.
N0100 G00 X20 Z60
;
Rapidly positioning to the starting point
of arc machining
N0110 G03 X60 Z40 I40 K0 F100
;
Circle center programming.
N0110 G03 X60 Z40 R20 F100
;
Radius programming.
or N0110 G03 U40 W-20 I40 K0 F100
;
N0110 G03 U40 W-20 R20 F100
;
Note 1:
Max. R is not more than 4199 mm, otherwise the system cannot ensure its value is
right.
Note 2:
the system will test whether the current coordinates (starting point), the end point
coordinates and the center coordinates are right when it adopts K
, I
to execute the
programming. If the end point is not on the arc, and Z error will be more than 0.05 mm
or that of X will be more than 0.1 mm, the system alarms: “INCOMPATIBLE DATA”.
When the arc from the starting point to the end point is more than 180
°,
the system
alarm :“OVERTRAVEL”.
Note 3:
When the system adopts R programming and 2R is less than the distance from the
current point to the end point, otherwise the system alarms: “INCOMPATIBLE DATA”.
3.1.4 G33
—
Thread Cutting
Command format
:
G33 X (U)_ Z (W)_ P (E)_ K_ I_ D_
;
X (U) Z (W)——absolute/incremental coordinate of thread end point( when X is omitted, it is the
straight thread).
P——metric thread lead. Unit: mm Range
:
0.25-100 mm
E——inch thread lead. Unit: tooth/inch Range
:
100-0.25 tooth
/
inch
K——X distance from the starting point to the end point of thread run-out. Unit: mm. When K is
omitted, do not execute the thread run-out.
When the straight thread K
>
0 in machining and the thread run-out is being executed, X
positively moves; when K
<
0 and the thread run-out is being executed, X negatively moves.
The sign of K in machining must be the same as X moving direction.
Programming example
:
Absolute programming
:
N0000 G0 X18 Z0
;
N0010 G03 X30 Z-15 R20 F100
;
Incremental programming
:
N0000 G0 X18 Z0
;
N0010 G03 U12 W-15 R20 F100
;