Unit 3 - Codes Flashcards

(37 cards)

1
Q

Rapid linear interpolation (movement only)

A

G00

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Linear interpolation *with feed value

A

G01

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Circular interpolation

A

G02 clockwise; G03 counter clockwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Codes to invoke and cancel polar coordinates

A

G15/G16/G15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Codes that define the three planes

A

G17 X Y, G18 X Z, G19 Y Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Inch programming

A

G20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

PRZ - Part reference zero

A

G54

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Absolute programming

A

G90

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Incremental programming

A

G91

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

RPM - revolutions per minute

A

G97

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

G00

A

Rapid linear interpolation (movement only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

G01

A

Linear interpolation *with feed value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

G02

A

Circular interpolation (clockwise)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

G03

A

Circular interpolation (counter clock wise)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

G15

A

Preparatory code to invoke then cancel polar coordinates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

G17

17
Q

G18

18
Q

G20

A

Inch programming

19
Q

G54

A

PRZ - Part reference zero

20
Q

G90

A

Absolute programming

21
Q

G91

A

Incremental programming

22
Q

G97

A

RPM - revolutions per minute

23
Q

G28

A

Return to machine home through specified point

24
Q

G41

A

Cutter compensation left (material on right, tool on left)

25
G42
Cutter compensation right (material on left, tool on right)
26
M3
Spindle on clockwise
27
M4
Spindle on counterclockwise
28
M5
Spindle off
29
M30
Program end
30
G70
Finishing cycle
31
G71
Roughing cycle (x direction)
32
G72
Roughing cycle (z direction)
33
G73
Profiling cycle
34
G96/G50
Constant surface speed. Sets upper and lower limits
35
Codes that invoke and cancel cutter compensation
G40 cancel, G41 tool left, G42 tool right.
36
Codes that invoke and cancel cutter compensation
M3 clockwise, M4 counterclockwise, M5 off
37
Codes that invoke and cancel cutter compensation
M30