Siemens SINUMERIK 828D Programming Manual page 391

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Example 4: Axial deselection of a DRF offset and a $AA_OFF position offset (1)
A DRF offset is generated in the X axis by DRF handwheel traversal. No DRF offsets are
operative for any other axes in the channel.
Program code
N10 WHEN TRUE DO $AA_OFF[X]=10 G4 F5
...
N70 CORROF(X,"DRF",X,"AA_OFF")
...
Example 5: Axial deselection of a DRF offset and a $AA_OFF position offset (2)
A DRF offset is generated in the X and Y axes by DRF handwheel traversal. No DRF offsets
are operative for any other axes in the channel.
Program code
N10 WHEN TRUE DO $AA_OFF[X]=10 G4 F5
...
N70 CORROF(Y,"DRF",X,"AA_OFF")
...
Fundamentals
Programming Manual, 07/2010, 6FC5398-1BP40-0BA0
12.10 Deselecting overlaid movements (DRFOF, CORROF)
Comment
; A position offset == 10 is
interpolated for the X axis.
; Only the DRF offset and the position
offset of the X axis are deselected;
the DRF offset of the Y axis is
retained.
Comment
; A position offset == 10 is
interpolated for the X axis.
; The DRF offset of the Y axis and the
position offset of the X axis are
deselected; the DRF offset of the X
axis is retained.
Coordinate transformations (frames)
391

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents