CNC: Letter Addresses And Codes 150402d Moodle Flashcards

1
Q

The letter at the beginning of a word, G, M, S?

A

Address

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

Identifies a specific sequence, O1234, O2222?

A

Program number

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

A single character?

A

Byte

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

Combination numbers and letters, g84, m04

A

Word

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

Identified by a semicolon

A

End of block

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

Identify the blocks relative position, N100, N150?

A

Sequence number

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

A group of words, N10 G03 M08 T01

A

Block

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

G00 is the command for a tool to move quickly from its current position to a new position. To do this properly, it is necessary to …

A

Program a path to avoid objects that may exist between these points

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

You are required to machine a 1.25 in diameter spot face on a casting. You have determined that a one second well at the end of the cycle will be sufficient. Which block is correct?

A

G82 X1.23 Y4.56 Z-.125 R.025 P1000 F3.5

P1000 Is the key here

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

The command for a reference point return, g-28, can be included at different times throughout the program. Several are listed below. One is inaccurate. Which one?

At the end of each cutting pass
After each tool has completed its task
Near the end of a program
To conduct a workpiece inspection

A

At the end of each cutting pass

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

When programming for a return to machine home, g28, the definition of an intermediate location is

A

A position, often away from the workpiece where the return to home begins

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

The best description of a secondary reference point is that it’s a location that

A

Has many of the attributes and benefits as machine home

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

M codes

A

Turn functions on and off, rather than prepare for them

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

Prior to engaging a workpiece, you will commonly see this miscellaneous code

A

M08

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

Why would it be most appropriate for a spindle orientation code m-19 to be used?

A

Prior to a tool change

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

In a swingarm tool change system,

A

The tool to be used next is best identified prior to a tool change command

17
Q

Adjusting rotational speeds will have no effect on feed rates if you have used which of the following program codes

A

G94 feed per minute

18
Q

The best time to use a block skip function would be when

A

It is desirable to Omit an optional part profile

19
Q

A number of different workpiece locations can be designated as part 0 through the use of work shift commands. Which following statement is most accurate?

A

Workpiece shift is generally associated with locations in the xy-plane, but can also include the Z plane as well

20
Q

Which code line would ensure the safest operation?

A

N100 G54 G00 X0 Y0

N120 G00 Z1.0

21
Q

Which of the following words can perform the following three functions?
Eliminate chatter at bottom of a hole
Ensure the spindle has stopped before reversing
Ensure completion of miscellaneous functions

A

G04

22
Q

It’s common to send the tool to machine home at the end of a program. Which block of information perform this operation in the safest and most efficient way?

A

N100 G00 G28 G91 X0 Y0
N120 Z0
N130 G90