Siemens SINUMERIK 840D sl Programming Manual page 337

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Meaning
CORROF:
<Axis>:
<String>:
Examples
Example 1: Axis-specific deselection of a DRF 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 CORROF(X,"DRF")
...
Example 2: Axis-specific deselection of a DRF 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
; Only the DRF offset of the X axis is deselected; the DRF offset of the Y axis is
retained.
; With DRFOF, both offsets would have been deselected.
N10 CORROF(X,"DRF")
...
Example 3: Axis-specific deselection of a $AA_OFF position offset
Program code
; A position offset == 10 is interpolated for the X axis.
N10 WHEN TRUE DO $AA_OFF[X]=10 G4 F5
...
; The position offset of the X axis is deselected: $AA_OFF[X]=0
; The X axis is not traversed.
; The position offset is added to the current position of the X axis.
NC programming
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
Procedure for the deselection of the following offsets and overlays of an axis:
● DRF offset
● Position offsets ($AA_OFF)
Effective‐
Modal
ness:
Axis identifier (channel, geometry or machine axis identifier)
Data type:
AXIS
Character string for the definition of the overlay type
Data type:
BOOL
Value
Meaning
DRF offset
DRF
Position offset ($AA_OFF)
AA_OFF
Comment
; CORROF has the same effect as DRFOF here.
Comment
2.12 Coordinate transformations (frames)
Comment
Fundamentals
337

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents