Codes And Formats 150401a Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

6 Concepts to understand in order to become proficient in programming CNC machine tools?

K.K.U.U.P.P.

A

Know your machine from a programmer’s POV
Prepare to create CNC programs
Know how to program the three basic motion types
Understand the compensation types
Provide structure
Understand features that simplify programming

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

List 4 programmable features available on Machining centres

A

Spindle activation, tool changing, coolant activation, door open and close

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

6 steps to create CNC programs?

C.C.C.P.P.S.

A
Prepare the Machining process 
 Select the cutting tools
 Calculate cutting conditions 
 Plan workholding setup 
 Calculate coordinates
 Create setup and production documentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List three motion types that tell a machining Center how to move

A

Rapid, linear, circular

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

List three types of compensation and briefly explain their purpose

A

Tool length compensation, lets you ignore the exact length of each tool

Cutter radius compensation, lets you ignore the exact diameter of Milling cutters

Fixture offsets, used to specify the location of program zero

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

List 3 reasons why a CNC program should be strictly structured

A

Helps familiarize you with programming, provides consistency, allows cutting tools to be rerun

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

List 3 features that simplify and shorten CNC programs

A

Hole Machining canned Cycles
Sub programming
Special programming features

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

List 4 Concepts that you must understand in order to become proficient in the setup and operation of CNC machine tools

A

Know your machine from an operator’s viewpoint
The three basic modes of operation
Key operation procedures
Verify program safely

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

List 3 basic modes of operation

A

Manual mode
Manual data input MDI mode
Program operation mode

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

List 4 available safety functions used when verifying a program

A

Dry run
Single block
Feed hold
Distance to go

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

Briefly explain the difference between G 28 and G 53

A

G28, all access return to machine zero

G53, position access from machine home, you don’t have to switch back and forth between G91 and G90 using G53

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