Dimensions In Metric Units And Inches: G71, G70, G710, G700 - Siemens SINUMERIK 802D sl Programming And Operating Manual

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

Advertisement

nate system). This is dependent on which offsets are currently active: programmable,
settable, or no offsets.
Upon program start, G90 is active for all axes and remains active until it is deselected in a
subsequent block by G91 (incremental dimensioning data) (modally active).
Incremental dimensioning G91
With incremental dimensioning, the numerical value of the path information corresponds to
the axis path to be traversed. The leading sign indicates the traversing direction.
G91 applies to all axes and can be deselected in a subsequent block by G90 (absolute di-
mensioning).
Specification with =AC(...), =IC(...)
After the end point coordinate, write an equality sign. The value must be put in round brack-
ets.
Absolute dimensioning is also possible for center points using =AC(...). Otherwise, the refer-
ence point for the circle center is the circle starting point.
Programming example
N10 G90 X20 Z90
N20 X75 Z=IC(-32)
...
N180 G91 X40 Z2
N190 X-12 Z=AC(17)
3.2.3

Dimensions in metric units and inches: G71, G70, G710, G700

Functionality
If workpiece dimensions that deviate from the base system settings of the control are present
(inch or mm), the dimensions can be entered directly in the program. The required conver-
sion into the base system is performed by the control system.
Programming
G70
G71
G700
G710
Grinding
Programming and Operating manual, 06/2006, 6FC5398-4CP10-0BA0
; Absolute dimensions
; X-dimensions remain absolute, incremental Z dimension
; Switch-over to incremental dimensioning
; X-remains incremental dimensioning, Z-absolute
; Inch dimensions
' Metric dimensions
; Inch dimensions, also for feedrate F
; Metric dimensions, also for feedrate F
Programming
3.2 Positional data
3-19

Advertisement

Table of Contents
loading

Table of Contents