W1-W3: Code Word Meanings Flashcards

(46 cards)

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 ?

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
What’s special about G54 to G59 ?
They store the program zero coordinates
26
Where should you place the program zero , anywhere of your choice ?
No, program zero should be carefully selected at the point where most dimensions are referenced from.
27
True or false: Return zero and Program zero are the same thing.
False
28
What is program zero ?
The zero reference point you create using the edge finder.
29
What tool do you use to determine a program zero ?
Edge finder
30
Explain the process in creating a program zero
Use an edge finder for the a corner Set the program zero for each x,y coordinate
31
How do you manually move the x,y,z of the machine tool ?
Using the handle jog and handle jog increment values
32
Where should the program zero be for round objects ?
At the centre
33
Where should your program zero be for the z coordinate ?
At the top surface of the work piece
34
What is G90 ?
Turns on absolute mode for G54 to G59 program zeros
35
What is G91
Incremental mode
36
Each command In a command line are called …
Words
37
What is N - code
Command line identification number
38
What are model words
Are commands that stay on until canceled or changed
39
What is G00 ?
Rapid to x,y,z coordinate
40
What is G01
Command to move in one of the coordinate axis x or y or z
41
G20 G21
Inch mode mm mode
42
What is G43 ?
Used to read H# which is a tool length
43
What is H# ?
Stores the a tool length value
44
How do you add comments to your code and where should they be placed ?
In brackets Under the program O - number
45
How many G code can you add in one command line ?
Only 3
46
What should you do if you have more than 3 G code in a row on the same command line ?
Move the others to the next command line