Chapter Three Programming
163
Part 1 Programming
Repeat for 10 times
It is repeated when #30=1
#120=#120+1
;
N4 END1
;
Note 1: It is very necessary to note the following items when the WHILE is programmed repeatedly.
DOm should be specified before the ENDm.
①
┆
END1
;
┆
(Can not)
DO1
;
┆
DOm and ENDm should be
②
corresponded each other in one program.
┆
DO1
;
┆
DO1
;
(Can not)
┆
END1
;
┆
DO1
;
┆
END1 (Can not)
┆
END1
;
┆
③
The same identification number can be used repeatedly.
┆
DO1
;
┆
END1
;
┆
(Can not)
DO1
;
┆
END1
;
┆
The DO statement can be nested for 3 times.
④
┆
DO1
;
┆
DO2
;
┆
DO3
;
┆
END3
;
┆
END2
;
┆
END1
;
┆
N2 WHILE [ #30EQ1 ] DO2
;
N3 END 2
;
Содержание 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 ...