Exam 3 Review Flashcards

1
Q

X, Y, Z, A, B, C

A

axis position

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

I, J, K

A

axis or movement vector

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

F, S

A

feed rate or spindle speed

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

T

A

tool number

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

M

A

machine control (spindle, coolant, etc)

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

G

A

Motion control

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

H

A

Offset number

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

N

A

Block number

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

O

A

Program number

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

Example:
N010 X1.5 Y5. Z3.;
N020 A45.;

A

Move axes
Rotate about the 4th axis

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

Modal codes

A

Does not change from block to block

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

Nonmodal codes

A

Active only in the block it is in

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

G00

A

Rapid positioning
-moves as fast as you let it
-ignores the path to get there

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

G01

A

Linear interpolation
-moves to a point at a feed rate (F)
-take the shortest path

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

G02, G03

A

Circular interpolation
-moves to a point via an arc, radius (R)

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

Which circular interpolation is clockwise?

A

G02

17
Q

G90

A

Absolute coordinates
-Cartesian coordinate system

18
Q

G91

A

Incremental coordinates
-move (X, Y, Z) distance from where you are, ignores the origin

19
Q

G54

A

Work coordinate system (wcs)
-the (0, 0, 0) origin you specify in the controller

20
Q

M00

A

Pause the program

21
Q

M03 S####

A

Spindle on clockwise
-RPM specify by S####

22
Q

M04 S####

A

Spindle on counterclockwise

23
Q

M05

A

Stop spindle

24
Q

M06 T##

A

Change to tool (##)

25
Q

M07/M08

A

Coolant on

26
Q

M09

A

Coolant off