G 90 And G; Absolute And Incremental - Roland Camm-3 PNC-3200 Programmer's Manual

Nc code
Hide thumbs Also See for Camm-3 PNC-3200:
Table of Contents

Advertisement

G90 and G91
Format
G90
G91
Description
There are two types of coordinate specifications: absolute and incremental.
The figure below shows the difference between absolute and incremental specifications on an X-Y plane. Absolute specifications
indicate the position as the distance from the workpiece coordinate origin, whereas incremental specifications indicate the amount of
movement from the current position.
Programming that specifies absolute coordinates is called "absolute programming," and programming which specifies incremental
coordinates is termed "incremental programming."
Y
G90
G00X4000Y5000
G01X19000Y12000
15
10
5
(4000, 5000)
5
0
10
Absolute
The settings for G90 or G91 made on the PNC-3200 remain in effect unless changed by programming.
There are no special rules for deciding when to use an absolute or incremental program. Examine the drawing and choose the one which
makes for the simplest program.
44

Absolute and Incremental

(19000, 12000)
X
20
15
(mm)
Y
G90
G00X4000Y5000
G91
15
G01X15000Y7000
10
5
(4000, 5000)
x=15000
(Increase in X)
5
0
10
Incremental
(19000, 12000)
y=7000
(Increase in Y)
X
20
15
(mm)

Advertisement

Table of Contents
loading

Table of Contents