W1-W3: Code Word Meanings Flashcards

1
Q

S#

A

Spindle speed [RPM]

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

F#

A

Feed rate [IPM]

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

T#

A

Tool number

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

M03

A

Clockwise spindle rotation

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

M04

A

Counterclockwise spindle rotation

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

M05

A

Stop Spindle

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

M06

A

Tool Change

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

M08

A

Coolant On

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

M09

A

Coolant Off

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

What does T# do ?

A

prepares the tool in that tool number

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

What M code do we use to perform a tool change ?

A

M06

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

What does the command S350 M03 do ?

A

Set spindle to 350 RPM

Rotate clockwise

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

What M code do we use to stop the spindle ?

A

M05

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

What does an F word command ?

A

Feed rate [IPM]

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

How do we measure feed rate in imperial ?

A

inches per minute [IPM]

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

How do we measure feed rate in metric ?

A

Millimetres per minute [MMPM]

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

What is the axis and polarity for the tool moving away from the operator

A

Y positive axis

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

What is the axis and polarity for the tool moving to the left ?

A

X negative axis

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

What is the axis and polarity for the tool moving down ?

A

Z negative axis

20
Q

What is the axis and polarity for the table moving left ?

A

X positive

21
Q

What are the two main type of machining centres ?

A

Vertical and horizontal

22
Q

True or false : Only negative coordinates need a negative before the number

23
Q

What’s the proper notation for writing coordinates for positive and negative X,y,z coordinates

A

X1.0
Y2.0
Z2.0

X-1.0
Y-2.0
Z-3.0

24
Q

True or false: writing coordinates you do not need decimals

A

False : you need to include decimal writing coordinates in CNC code

25
Q

What’s special about G54 to G59 ?

A

They store the program zero coordinates

26
Q

Where should you place the program zero , anywhere of your choice ?

A

No, program zero should be carefully selected at the point where most dimensions are referenced from.

27
Q

True or false: Return zero and Program zero are the same thing.

28
Q

What is program zero ?

A

The zero reference point you create using the edge finder.

29
Q

What tool do you use to determine a program zero ?

A

Edge finder

30
Q

Explain the process in creating a program zero

A

Use an edge finder for the a corner

Set the program zero for each x,y coordinate

31
Q

How do you manually move the x,y,z of the machine tool ?

A

Using the handle jog and handle jog increment values

32
Q

Where should the program zero be for round objects ?

A

At the centre

33
Q

Where should your program zero be for the z coordinate ?

A

At the top surface of the work piece

34
Q

What is G90 ?

A

Turns on absolute mode for G54 to G59 program zeros

35
Q

What is G91

A

Incremental mode

36
Q

Each command In a command line are called …

37
Q

What is N - code

A

Command line identification number

38
Q

What are model words

A

Are commands that stay on until canceled or changed

39
Q

What is G00 ?

A

Rapid to x,y,z coordinate

40
Q

What is G01

A

Command to move in one of the coordinate axis x or y or z

41
Q

G20

G21

A

Inch mode

mm mode

42
Q

What is G43 ?

A

Used to read H# which is a tool length

43
Q

What is H# ?

A

Stores the a tool length value

44
Q

How do you add comments to your code and where should they be placed ?

A

In brackets

Under the program O - number

45
Q

How many G code can you add in one command line ?

46
Q

What should you do if you have more than 3 G code in a row on the same command line ?

A

Move the others to the next command line