![GSK 980TDi User Manual Download Page 30](http://html1.mh-extra.com/html/gsk/980tdi/980tdi_user-manual_2275219030.webp)
Official GSK Agents in South Africa
Tel: +27 11 626 2720, [email protected]
GSK980TDi Turning CNC System User Manual
14
Ⅰ
Programming
Fig. 1-9
O0001 ;
(Program
name)
N0005
G0 X100 Z50;
(Rapidly positioning to A point)
N0010
M12;
(Clamping workpiece)
N0015
T0101;
(Changing No.1 tool and executing its offset)
N0020 M3
S600;
(Starting
the spindle with 600 r/min)
N0025 M8
(Cooling
ON)
N0030
G1 X50 Z0 F600;
(Approaching B point with 600mm/min)
N0040
W-30 F200;
(Cutting from B point to C point)
N0050
X80 W-20 F150;
(Cutting from C point to D point)
N0060
G0 X100 Z50;
(Rapidly retracting to A point)
N0070
T0100;
(Canceling the tool offset)
N0080
M5 S0;
(Stopping the spindle)
N0090 M9;
(Cooling
OFF)
N0100 M13;
(Releasing
workpiece)
N0110
M30;
(End of program, spindle stopping and Cooling OFF)
The tool leaves the path of A
→
B
→
C
→
D
→
A after the above-mentioned programs are executed.
1.4.1 General Structure of Program
A program
consists of blocks. A block begins with a block number (it can be omitted) and several
words ending with “;”.
Program name
There are most 10000 programs stored in GSK980TDi. To identify it, each program has only one
program name (there is no the same program name) beginning with command address O and the
following 4 digits.
○
□□□□
Program number (0000
~
9999, the leading zero can be omitted)
Address O
Word
A word is the basic command unit to command CNC system to complete the control function,
composed of an English letter (called command address) and the following number (operation
command with/without sign). The command address describes the meaning of its following operation