Chapter 2 G Commands
121
Ⅰ
Programming
G0 X50 C0 Z0
;
X, Z and C axis position to the starting point
G83 X100 Z-50 R-4 Q5000 P3000
F200
;
starting point is X50 C0
,
hole position is
X100 C0,
point R is X100 Z-4
,
hole position is X100
Z-50,
the cutting amount every time is 5mm, pause
time is 3s.
the block is for deep hole drilling according
to Q value and RTR
C120
;
position to C120 to drilling the 2
nd
point
C240
;
position to C240 to drilling the 3
rd
point
G80 M05
;
the fixed cycle is cancelled, the tool stops
rotation
M15
;
C axis indexing closes
(
suppose M15 is for
closing C axis indexing
)
M30
;
end of program
2.23.2 End Boring CycleG85 / Side Boring Cycle G89
Command format:
G85 X(U)_ C(H)_ Z(W)_ R_ P_ F_ K_ M_
;
G89 Z(W)_ C(H)_ X(U)_ R_ P_ F_ K_ M_
;
Code definition:
X_ C_ or Z_ C_
It is the hole position data and is valid only in the specified block.
Z(W)_or X(U)_
It specifies the coordinate value of hole bottom by using absolute
coordinate , or specifies the distance from point R plane to the hole
bottom by using incremental value, and it is valid in the specified block.
R_
It is the distance from the initial plane to point R and is specified by
radius value with direction. Its unit and range is shown below.
P_
Hole bottom pause time. Unit of ISB system is 1ms and ISC is 0.1ms.
F_ Cutting
feedrate.
K_
Execution times of program
(
if neccessary
)
.
M_
M code for clamping C axis
(
if neccessary
)
.
Relevant command explanations are referred to those of G83/87.
Summary of Contents for GSK988TA
Page 6: ...GSK988TA GSK988TA1 GSK988TB Turning Center CNC System User Manual Programming Operation VI ...
Page 19: ...1 Ⅰ Programming PROGRAMMING ...
Page 227: ...209 Ⅱ Operation OPERATION ...
Page 369: ...Chater 10 Machining Example 351 Ⅱ Operation ...
Page 371: ...353 Appendix ...
Page 465: ...Appendix 1 Parameters 447 Appendix ...
Page 479: ...Appendix 3 Interface Explanation 461 Appendix ...
Page 527: ...Appendix 5 Installation Layout 509 Appendix ...