Chapter Three Programming
143
Part 1 Programming
3.8.5 The 2nd Miscellaneous Function (B function)
The working-table indexing can be appointed by the address B and the followed 3 digits.
Different manufacturers have different specifications for the indexing value corresponded with the B
code.
3.9 Sub-program
Some fixed sequence or the repetition area are include in the block, which can be regarded as
sub-program to store the memory, so that the programming can be simplified.
The sub-program can be called in the automatic mode; one sub-program can be called another
one.
When the main program calls a sub-program, which is regarded as single call, the double
sub-program call is as follows:
One sub-program can be repeatedly called by one calling command and one calling command
can be repeatedly called 9999 times.
3.9.1 The Manufacture of the Sub-program
The sub-program is produced by the following format
O
(:)
××××
;
;
;
;
M99
;
The sub-program number after “O” (EIA) or “:” (ISO) at the beginning of the sub-program, single
block may not specify the M99 at the end of the sub-program.
For example:
X M99
;
Refer to the operation from Section 5.17 to 5.19 to how to store the sub-program into the
memory.
Note: In order to compile the NC system with other system, the sub-program of the former block can also be
written into “N××××” instead of the (:) after O.
The system registers the number after the N which is regarded as the sub-program.
Содержание 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 ...