Programming
10.3 Axis movements
Cylindrical grinding
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
275
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
are not written, the values from existing setting data (SD) are in effect. Programmed
values 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 applied before traversing movements in the block.
$FWXDOSRVLWLRQIL[HGVWRSUHDFKHG
7DUJHWSRVLWLRQ
3URJUDPPHGHQGSRVLWLRQ
)L[HGVWRSPRQLWRULQJZLQGRZ
);6:>=@
6WDUWSRVLWLRQ
==
Figure 10-23 Example for travel to fixed stop, a quill is pressed onto the workpiece
Other programming examples
N10 G1 G94 ...
N20 X250 Z100 F100 FXS[X1]=1
; selected for machine axis X1 FXS,
; clamping torque and window width from SDs
N20 X250 Z100 F100 FXS[X1]=1
FXST[X1]=12.3
; selected for machine axis X1 FXS,
; clamping torque 12.3% and window width from SD
N20 X250 Z100 F100 FXS[X1]=1
FXST[X1]=12.3 FXSW[X1]=2
; selected for machine axis X1 FXS,
; clamping torque 12.3% and window width 2 mm
N20 X250 Z100 F100 FXS[X1]=1
FXSW[X1]=2
; selected for machine axis X1 FXS,
; clamping torque from SD, window width 2 mm
Fixed stop reached
When the fixed stop has been reached:
●
The distance-to-go is deleted and the position setpoint is manipulated,
●
The drive torque increases to the programmed limit value FXST[ ]=... or the value from
SD and then remains constant.
●
The monitoring of the fixed stop is active within the specified window width
(FXSW[ ]=... or value from SD ).