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

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

Advertisement

G91 applies to all axes and can be deselected in a subsequent block by G90 (absolute
dimensioning).
Specification with =AC(...), =IC(...)
After the end point coordinate, write an equality sign. The value must be specified in round
brackets.
Absolute dimensions are also possible for circle center points using =AC(...). Otherwise, the
reference point for the circle center is the circle starting point.
Programming example
N10 G90 X20 Z90
N20 X75 Z=IC(-32)
...
N180 G91 X40 Z20
N190 X-12 Z=AC(17)
10.2.4

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
conversion into the base system is performed by the control system.
Programming
G70
G71
G700
G710
Programming example
N10 G70 X10 Z30
N20 X40 Z50
...
N80 G71 X19 Z17.3
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
; 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
; Inch dimensions
;G70 continues to act
; metric dimensioning from this point on
Programming
10.2 Positional data
213

Advertisement

Table of Contents
loading

Table of Contents