Programming
10.2 Positional data
Cylindrical grinding
240
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
Absolute dimensioning G90
With absolute dimensioning, the dimensioning data refers to the zero of the coordinate
system currently active (workpiece or current workpiece coordinate system or machine
coordinate 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
dimensioning).
Specification with =AC(...), =IC(...)
After the end point coordinate, write an equality sign. The value must be put in round
brackets.
Absolute dimensioning is also possible for center points using =AC(...). Otherwise, the
reference point for the circle center is the circle starting point.
Programming example
N10 G90 X20 Z90
; Absolute dimensions
N20 X75 Z=IC(-32)
; X-dimensions remain absolute, incremental Z dimension
...
N180 G91 X40 Z2
; Switch-over to incremental dimensioning
N190 X-12 Z=AC(17)
; X-remains incremental dimensioning, Z-absolute
Содержание SINUMERIK 802D
Страница 6: ...Preface Cylindrical grinding 6 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 12: ...Table of contents Cylindrical grinding 12 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 64: ...Define 4 10 User data Cylindrical grinding 64 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 152: ...System 8 7 Alarm display Cylindrical grinding 152 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 334: ...Programming 10 15 Oscillation Cylindrical grinding 334 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 394: ...Appendix A 5 Overview Cylindrical grinding 394 Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 ...
Страница 399: ...Index Cylindrical grinding Programming and Operating Manual 07 2009 6FC5398 4CP10 2BA0 399 W Word structure 221 ...