Siemens SINUMERIK 802D sl Programming And Operating Manual page 79

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

Advertisement

Programming example - selection
N10 G1 G94 ...
N100 X250 Z100 F100 FXS[Z1]=1
FXST[Z1]=12.3
FXSW[Z1]=2
Notes
● When selected, the fixed stop must be located between the start and end positions.
● The parameters for torque FXST[ ]= and window width FXSW[ ]= are optional. If these
Figure 3-23
Other programming examples
N10 G1 G94 ...
N20 X250 Z100 F100 FXS[X1]=1
N20 X250 Z100 F100 FXS[X1]=1
FXST[X1]=12.3
N20 X250 Z100 F100 FXS[X1]=1
FXST[X1]=12.3 FXSW[X1]=2
N20 X250 Z100 F100 FXS[X1]=1
FXSW[X1]=2
Grinding
Programming and Operating manual, 06/2006, 6FC5398-4CP10-0BA0
are not written, the values from existing setting data (SD) are in effect. Programmed val-
ues are imported to the setting data. At the start, the setting data are loaded with values
from machine data. FXST[ ]=... or FXSW[ ]=... can be changed in the program at any
time. The changes are active before traversing movements in the block.
Example for travel to fixed stop, a quill is pressed onto the workpiece
; selected for machine axis Z1 FXS function,
; Clamping torque 12.3%,
; window width 2 mm
; selected for machine axis X1 FXS,
; clamping torque and window width from SDs
; selected for machine axis X1 FXS,
; clamping torque 12.3% and window width from SD
; selected for machine axis X1 FXS,
; clamping torque 12.3% and window width 2 mm
; selected for machine axis X1 FXS,
; clamping torque from SD, window width 2 mm
Programming
3.3 Axis movements
3-49

Advertisement

Table of Contents
loading

Table of Contents