CNC Terms Flashcards

(60 cards)

1
Q

CNC

A

Computer Numerical Control. The automated control of machining tools.

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

CAM

A

Computer-Aided Manufacturing

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

End Mill

A

The most basic milling cutter. It comes in a variety of diameters, cutter materials, coatings, and flute styles. The tool has a flat bottom and is useful in creating features with flat faces.

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

Ball End Mill

A

A modified end mill that is characterized by a full radius at the bottom of the tool. It can come in the same varieties present in a flat end mill.

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

Flutes

A

The grooves on the sides of a cutting tool (drill, end mill, etc.) that are used to eject chips from the cutting area. In and end mill, the flutes are sharpened and can be used for cutting operations.

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

Tool Holder

A

The precision component that rigidly constrains the cutting tool into the spindle for cutting operations.

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

Collet

A

The precision component that can adjust in a small range of sizes to grasp different diameter tools and locks them into the tool holder.

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

Spindle

A

The part of the CNC machine that spins the cutting tools. RPM ranges from 0 to 10,000 for the CNC mill in the metal shop, and 0 to 20,000 for the CNC router in the wood shop.

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

G/M code

A

The basic instructions that CNC machines execute.

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

Block

A

one line of G/M code

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

G00

A

Rapid move, one of the basic CNC motion commands where the machine moves at the fastest possible speed. Used for positioning moves only, never used for cutting movement.

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

G01

A

Linear move, one of the basic CNC motion commands where the machine moves at a specified rate in a straight line along any combination of axes.

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

G02/G03

A

Arc move, one of the basic CNC motion commands where the machine moves in an arc motion with a specified radium and feed rate.

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

Toolpath

A

The path that the top of the tool follows as it machines the desired geometry.

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

Machine definition

A

A collection of parameters that describe the actual machine performing of the CNC machining. It contains values such as the number and layout of the motion axes, max RPM of the spindle, and type/configuration of the tool changer.

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

Control Definition

A

A collection of parameters that describe the CNC controller. The controller interprets the G-code and instructs the CNC machine on the motion commands. It contains values such as the format for arc commands, support for canned cycles, and instructions on tolerances and motion smoothing.

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

Post Processor

A

The instructions to translate CAM machining steps to the G/M code that CNC machines require.

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

Stock

A

The raw material that will be used to machine the desired part.

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

WCS

A

Work Coordinate System. The set of X, Y, and Z axes/planes and the origiin where they all meet. This is typically used to change the way that MasterCAM defines the top/right/front planes where the planes internal to the desired part geometry differ.

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

Origin

A

The point at which al the planes and axes intersect. Also called the zero-corner.

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

C-Plane

A

Construct plane; the plane on which all geometry being created (within MasterCAM) will be created on.

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

T-Plane

A

Tool plane; the plane on which all machining operations will happen. You can use T-plane to machine on multiple sides of a part.

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

Transformation

A

The MasterCAM functionality associated with changing geometry size and positions. Commands include: move, copy, scale, mirror, project, stretch, and roll.

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

Tolerance (CNC)

A

The machining parameter that dictates how close to the theoretical perfect shape that an individual toolpath will attempt to achieve. Lowering the tolerance (increasing the parameter value) will speed up rough machining steps, raising the tolerance (decreasing the parameter value) will slow down machining steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Drive surface
The surfaces of a solid model that are going to be cut in the stock.
25
Check surface
The surfaces of the solid model that will not be cut by the tool. These surfaces are sometimes called avoidance regions and they are not always used in each toolpath.
26
Containment Boundary
A (usually) 2D loop of geometry that the toolpath will be confined to. It can be used to localize smaller tools into a set region requiring more detail while still selecting a large set of drive surfaces.
27
Conventional milling
Milling style in which the rotating tool in combination with the direction of travel of the work piece causes the tool to rob across the surface of the work and then 'scoops' out the chip. This style of milling may result in work hardening of the stock surfaces, dulled tooling, and poor surface finish.
28
Climb milling
Milling style in which the rotating tool in combination with the direction of travel of the work piece causes the tool to make initial contact in the maximum position and decreases as it travels through the work piece. There is no tool rubbing, which can lead to longer tool like. The style can result in larger loads to the machine and therefore requires a more rigid setup than is usually found in traditional manual machining steps.
29
Canned cycle
A G-code that offers a convenient method to program repetitive CNC machine operations. Canned cycles are stores internally on a machine control and called by a program and fed the required parameters to complete operations like drilling, tapping, and boring.
30
Roughing
One or more toolpaths whose function is to remove the bulk of the work material as fast as possible. Final geometry, surface finish, and aesthetics are not considered in the definition of these toolpaths.
31
Finishing
One or more toolpaths whose function is to bring the work piece to the final desired geometry.
32
Step down
The distance in the z-driection per pass that the cutting tool will be plunged into the work.
33
Step over
The maximum distance in the X/Y direction that the cutting tool will engage with the work.
34
Facing (milling)
A machining operation that is used to reduce the thickness of the work over an entire face, It can be accomplished with an endmill, but is often done with a face mill, shell mill, or fly cutter.
35
Contour
A machining operation that follows along the drive geometry (lines or surfaces). Generally used for a finishing operation, but with the use of multi-passes can be used as a roughing operation.
36
Pocket
A machining operation that removes material within a defined region of geometry. Can be used as a roughing operation, or a finishing operation with the use of the options within the toolpath.
37
Dynamic or Adaptive milling
A set of machining operations that utilize a modern scheme of tool motion that always maintains consistent cut loads. The tool moves in long, flowing motions that remove material in the mathematically optimal way. Falls under the umbrella of High Speed machining.
38
Raster
A machining strategy where the tool moves back and forth along one axis. Each pass is shifted by the step over distance. The tool is moved up ad down to follow the drive surfaces, if appropriate.
39
Scallop
The material left over between passes of a ball0 or bull-nose endmill. The passes, separated by the step over distance, will naturally leave a series of small hill-shaped sections of material.
40
Changing
The method of selecting machining geometry within MasterCAM. 2D wireframe entities, surfaces, and solid model geometry may be used to define machining parameters.
41
Feed rate
The rate that the tool moves through the work. Measured in IPM (inches per minute). There are general guidelines for feed rates, but specific values are provided by the tool manufactures depending on, among other parameters, the tool material, work material, and the type of cutting operation.
42
Feed (chip) per tooth
The amount that the tool moves per rotation of each flute, or put it in another way, the size of each chip that is created by the rotating and feeding tool.
43
Plunge
The movement of the tool in the negative Z (down) direction
44
Spindle speed
The RPM that the machine is moving the tool holder.
45
SFM
Surface feet per minute. The speed that the tool moves across the surface of a workpiece. The value depends on factors such as workpiece material, tool material, tool coating, and the type of machining operation. There are general guidelines for choosing SFM, but specific values are provided by a tool manufacturers.
46
Retract
Tool movement in the positive Z (up) direction.
47
Compensation
The set of parameters having to deal with using the CNC controller to automatically offset the tool to one side of the geometry to be machined. This is particularly useful when manually programming to machine simple and complex surfaces. It is also useful for ensuring that the machined geometry is accurate even when the tool diameters can vary due to wear.
48
Stock to leave
The MasterCAM parameter that describes the amount of material that should be left on the drive geometry. This can be used in a roughing operation to ensure that the fast and (generally) less-accurate machining seps do not make contact with the desired final geometry.
49
Depth cuts
The MasterCAM parameter that provides for machining all the drive geometry at varying Z levels. Used to limit the amount of tool engagement with the work piece. Useful in situations where the final depth of the machining operation is too deep to create in a single machining step.
50
Lead in/out
The MasterCAM parameter that defines how the tool approaches and leaves the drive geometry. Usually the lead in/out moves follow an arc that tangentially contacts the final drive geometry. This parameter is useful in ensuring a perfectly clean surface. Disabling this parameter will result in the tool plunging and retracting while still in contact with the drive geometry which may result in minute surface variations at the point of contact.
51
Entry Motion
The MasterCam parameter that produces motion in more than one axis as the tool descends along the negative Z-axis. This is used to reduce the cutting load during a plunge move as well as to clear area around the tool as it descends for non-center cutting tools.
52
Break Through
The MasterCAM parameter that specifies the amount to overshoot the final depth of a cut. This is useful to ensure that feature like a hole cut completely through the workpiece. Used in conjunction with Tip compensation which factors in the size of the end of a tool like a drill to ensure that the desired geometry is achieved.
53
Multi-passes
The MasterCAM parameter that creates multiple tool motions that are offset from the desired final geometry to remove material from the outside in a contour tool path.
54
Tabs
Areas of unmachined material used to ensure that parts aren't completely cut out of the stock. Parts that lose contact with the stock may fall and could cause tool breakage as well as unintended contact with the finished geometry. Tabs are machined away as a secondary operation, usually done outside the CNC machine.
55
Linking parameters
The parameters within MasterCAM that define the depth of machining steps, the top of the machining steps, the plane where the tool should retract to between machining steps, and other parameters relating to the Z (up/down) axis movement of the tool.
56
Retract Plane
The plane, usually above the work piece, at which the tool will move to in between cutting operations. This allows for chip clearance and to reposition the tool to the entry point of the machining operation.
57
Feed plane
The plane above the workpiece that the tool moves in the negative Z (down) direction at the specified feed rate.
58
Rest material
A MasterCAM parameter that allows for remachining areas that weren't accessible due to the size of the previous operations tool. Usually used to get closer into internal corners.
59
Spring Pass
A final pass machined at the exact same place as the previous pass. So named as it is intended to remove material that wasn’t removed by the previous pass because the machining loads can cause the tool to deflect away from the desired position.