Fagor 8025 t cnc 사용자 설명서

다운로드
페이지 309
124
8025/8030 CNC  PROGRAMMING MANUAL
11.2.  M01. CONDITIONAL STOP OF PROGRAM
Same as M00 except that the CNC only takes it into account if the conditional stop input
is activated.
11.3.  M02. END OF PROGRAM
This code indicates end of program and performs a general reset function of the CNC
(reversion to initial state). It also acts as an M05.
As in the case of M00, it is recommended that this function be set so that it is executed at
the end of the block in which it is programmed.
11.4.  M30. END OF PROGRAM WITH RETURN TO BEGINNING
Same as M02 except that the CNC goes back to the first block at the beginning of the
program. It also acts as an M05.
11.5.  M03. CLOCKWISE START OF THE SPINDLE
This code means that the spindle starts running clockwise. It is recommended that this
function be set so that it is executed at the beginning of the block in which it is
programmed.
11.6.  M04. COUNTER-CLODWISE START OF THE SPINDLE
Same as M03 except that the spindle rotates in the opposite direction.
11.7.  M05. SPINDLE STOP
It is recommended that this be set so that the CNC executes it at the end of the block in
which it is programmed.