Chapter Three Programming
139
Part 1 Programming
Thread leading 1.0mm
Note: The programming both the feed/min. and the feed/rev. are absolutely same.
G00 G90 X120.0 Y100.0
;
Position
G98 G184 Z-100.0 R-20.0 F1.0 Q1.0 M3 S1000
;
Rigid tapping
X0; The rigid tapping is performed after the X is positioned to the X0.
Y0; The rigid tapping is performed after the Y is positioned to the Y0.
G180; The cancellation of the rigid tapping cycle
M30
;
(2) Left-hand rigid tapping cycle (G184 M4)
Spindle speed 1000r/min
Thread leading 1.0mm
Note: The programming both the feed/min. and the feed/rev. are absolutely same.
G00 G90 X120.0 Y100.0
;
Position
G99 G184 Z-100.0 R-20.0 F1.0 Q1.0 M4 S1000
;
Rigid tapping
X0; The rigid tapping is performed after the X is positioned to the X0.
Y0; The rigid tapping is performed after the Y is positioned to the Y0.
G180; The cancellation of the rigid tapping cycle
M30
;
3.8 Spindle Function (S Function), Tool Function (T Function),
Miscellaneous Function (M Function), The 2
nd
Miscellaneous Function
(B Function)
A numerical is specified after the address S, T, M or B, so that the BCD signal and strobe pulse
can be conveyed to the CNC machine, which is mainly used for controlling the switch function of the
machine.
S code is used for the spindle control, T code is used for the tool-change, and M code is used for
each switch by controlling the machine and the B code is used for the rotary index. Refer to the
applications issued by the builder for the functions of the address and codes.
The move command is performed based upon one of the following methods when it is specified
with the S, T, M or B at the same block.
(i) The move command is simultaneously performed with the S, T, M or B function.
(ii) The S, T, M or B function can be performed when the movement command is executed.
(For example): N1 G01 G91 X50.0 Y
-
50.0 M05; (Spindle stops)
Summary of Contents for GSK983Ma
Page 124: ......
Page 143: ......
Page 185: ......
Page 209: ...Chapter Four Operation 197 Part 2 Operation ...
Page 239: ...Chapter Four Operation 227 Part 2 Operation ...
Page 242: ......
Page 279: ......
Page 296: ...GSK983Ma Milling Machine Center CNC System User Manual 284 Part 2 Operation ...
Page 371: ...Appendix 11 USB Interface Parameter Transfer Operation ...