Move spindle in DIN syntax ((M3/M4/M5)
Syntax: | ||
M03 | Spindle rotation clockwise (cw) | modal |
M04 | Spindle rotation counter-clockwise (ccw) | modal |
M05 | Stop spindle | modal |
The spindle M functions M03, M04 and M05 define the spindle operation mode and must be used in conjunction with the S word (Sec. Spindle speed (S word)). They are modal and each may only be programmed alone in the NC block.
Spindle rotation is activated if M03 or M04 is programmed and a valid speed is set.
M05 stops spindle rotation. Note that this spindle M function is the default spindle mode after controller start-up and initial program start.
If no M05 is set at program end, the spindle continues to rotate.
Programming Example
Move spindle (M3, M4, M5)
Channel parameter list [1]:
The synchronisation modes must be defined spindle-specific for M3, M4, M5. The M function is not executed for synchronisation mode "0” (NO_SYNCH).