Spindle Movements; Spindle Speed S, Directions Of Rotation - Siemens sinumerik 808d Programming And Operating Manual

Hide thumbs Also See for sinumerik 808d:
Table of Contents

Advertisement

Programming principles

1.4 Spindle movements

1.4
Spindle movements
1.4.1

Spindle speed S, directions of rotation

Functionality
The spindle speed is programmed under the address S in revolutions per minute, if the
machine has a controlled spindle.
The direction of rotation and the beginning or end of the movement are specified via M
commands.
Programming
M3
M4
M5
Remark: For integer S values, the decimal point can be omitted, e.g. S270.
Information
If you write M3 or M4 in a block with axis movements, the M commands become active
before the axis movements.
Standard setting: Axis movements will only start once the spindle has accelerated to speed
(M3, M4). M5 is also issued before the axis movement. However, it does not wait for the
spindle to stop. Axis motion already starts before the spindle comes to a standstill.
The spindle is stopped with the end of the program or RESET.
At the beginning of the program, the spindle speed is zero (S0).
Note: Other settings can be configured via machine data.
Programming example
N10 G1 X70 Z20 F3 S270 M3
N20 X90 Z0
N30 Z-40
N40 M5
N50 M4 S290
N60 G1 X100 Z50
N70 S450 Z100
N80 X150 Z150
N90 G0 Z180 M5
N100 M30
56
; Spindle clockwise
; Spindle counterclockwise
; Spindle stop
; before the axis traversing X, Z the spindle
accelerates to 270 r.p.m., clockwise
; Speed change
; Z movement, spindle comes to a stop
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0

Advertisement

Table of Contents
loading

Table of Contents