GSK983Ma Milling Machine Center CNC System User Manual
164
Part 1 Programming
The area
⑤
of the DO can not be intersected
┆
DO1
;
┆
DO2
;
┆
END1
;
┆
END2
;
┆
It can be transferred from the internal of the DO area to the external.
⑥
┆
DO1
;
┆
GOTO 9000
;
┆
(Can not)
END1
;
┆
N9000….
;
┆
It can be transferred from the ext
⑦
ernal of the DO area to the internal.
┆
GOTO 9000
;
┆
DO1
;
(Can not)
┆
N9000…..
;
┆
END1
;
┆
DO1
;
┆
N9000…..
;
┆
(Can not)
END1
;
┆
GOTO 9000
;
The Macro program bod
⑧
y and sub-program can be called from the internal of the DO. The DO
statement can be nested for 3 times in the Macro program body or the sub-program.
┆
DO1
;
┆
G65…..
;
(Can)
┆
G66…..
;
(Can)
┆
G 6 7
;
(Can)
┆
E N D 1
;
┆
;
DO1
;
┆
M 9 8…..
;
(Can)
┆
E N D 1
;
Содержание GSK983Ma
Страница 124: ......
Страница 130: ...GSK983Ma Milling Machine Center CNC System User Manual 118 Part 1 Programming Rapid traverse Cutting feed ...
Страница 133: ...Chapter Three Programming 121 Part 1 Programming Rapid traverse Cutting feed 6 G82 Drilling cycle boring ...
Страница 143: ......
Страница 185: ......
Страница 209: ...Chapter Four Operation 197 Part 2 Operation ...
Страница 239: ...Chapter Four Operation 227 Part 2 Operation ...
Страница 242: ......
Страница 279: ......
Страница 296: ...GSK983Ma Milling Machine Center CNC System User Manual 284 Part 2 Operation ...
Страница 297: ...Appendix 285 APPENDIX Appendix 1 System Version Display The system version is displayed immediately after power on ...
Страница 371: ...Appendix 11 USB Interface Parameter Transfer Operation ...