Spindle Positioning: Spos - Siemens SINUMERIK 802D sl Programming And Operating Manual

Surface grinding
Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

Programming
10.4 Spindle movement
10.4.3

Spindle positioning: SPOS

Functionality
Requirement: The spindle must be technically designed for position control.
With the function SPOS= you can position the spindle in a specific angular position. The
spindle is held in the position by position control.
The speed of the positioning procedure is defined in machine data.
With SPOS=
maintained until the end of the positioning. When positioning from standstill, the position is
approached via the shortest path. The direction results from the respective start and end
position.
Exception: First movement of the spindle, i.e. if the measuring system is not yet
synchronized. In this case, the direction is specified in machine data.
Other movement specifications for the spindle are possible with SPOS=ACP(...),
SPOS=ACN(...), ... as for rotary axes (see Section "4. Axis").
The spindle movement takes place parallel to any other axis movements in the same block.
This block is ended when both movements are finished.
Programming
SPOS=...
SPOS=ACP(...)
SPOS=ACN(...)
SPOS=IC(...)
SPOS=DC(...)
Programming example
N10 SPOS=14.3
...
N80 G0 X89 Z300 SPOS=25.6
N81 X200 Z300
254
value
from the M3/M4 movement, the respective direction of rotation is
; Absolute position: 0 ... <360 degrees
; Absolute dimensions, approach position in positive direction
; Absolute dimensions, approach position in negative direction
; Incremental dimensions, leading sign determines the traversal
direction
; Absolute dimensions, approach position directly (on the shortest
path)
; Spindle position 14.3 degrees
; Positioning spindle with axis movements
; This block is ended when all movements have
finished
; The N81 block only begins once the spindle position
from N80 is reached
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
Surface grinding

Advertisement

Table of Contents
loading

Table of Contents