GSK988TA/GSK988TA1/GSK988TB Turning Center CNC System User Manual
【
Programming & Operation
】
160
Ⅰ
Programming
same that of the single block pausing to save the previous modal message,
i.e. which is equal to the program pause function. Press the CYCLE START
key on the operation panel to execute the follow block and the CNC
continuously automatically runs.
When M00 are other G code are in the same block, the system executes the code in the block,
then M00, and last stops running.
3.1.4 Optional Stop M01
Command format: M01 or M1
Command function: after the block containing M01 is executed, the system stops the automatic
run and the single block stopping signal lights. M01 is valid when the
OPTIONAL STOP on the machine operation panel is pressed.
3.1.5 Subprogram Call M98
Command format
:
M98 P
○○○○□□□□
Command function: In Auto mode, after other codes in the current block are executed in M98,
CNC calls subprograms specified by P.
When the subprogram is called one time,
○○○○
can be omitted in inputting the
number“
○○○○□□□□
” behind P, at the same time, the leading zero of the called subprogram
number can be omitted and the system does not alarms. Example: M98 P12; it expresses to call
the subprogram O0012 one time; the leading zero cannot be omitted when the subprogram call
times are more than one.
The called subprogram name in M98 must be the program in the system and be less than 9999,
and the subprogram name must be input.
The specified call times in M98 is 1
~
9999.
The called subprogram format in M98 is the following. The last end of the subprogram must be
M99 instead of M30, its program compiling format is the same that of the main program
compiling format.
Subprogram
:
O
□□□□
;
(
subprogram name
)
…
;
…
;
M99
;(
return from subprogram
)
Called subprogram number
Call times
Summary of Contents for GSK988TA
Page 6: ...GSK988TA GSK988TA1 GSK988TB Turning Center CNC System User Manual Programming Operation VI ...
Page 19: ...1 Ⅰ Programming PROGRAMMING ...
Page 227: ...209 Ⅱ Operation OPERATION ...
Page 369: ...Chater 10 Machining Example 351 Ⅱ Operation ...
Page 371: ...353 Appendix ...
Page 465: ...Appendix 1 Parameters 447 Appendix ...
Page 479: ...Appendix 3 Interface Explanation 461 Appendix ...
Page 527: ...Appendix 5 Installation Layout 509 Appendix ...