Computer-Numerical Control (CNC) Machining

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

flashcard set

Earn XP

Description and Tags

This set covers vocabulary related to CNC machining, including turning and milling operations, programming terminology, and essential G/M codes based on the lecture by Jason Matthews.

Last updated 7:25 PM on 6/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Conventional Turning

A characteristic operation for rotational workpieces with cylindrical or disk-like shapes where a cutting tool removes material from a rotating workpiece.

2
New cards

Facing

An operation related to turning where the tool is fed radially into the rotating workpiece at one end to create a flat surface.

3
New cards

Taper Turning

An operation where the tool is fed at an angle relative to the axis of rotation of the workpiece to create a tapered cylinder.

4
New cards

Contour Turning

An operation where the tool follows a path that is not straight (non-parallel to the axis of rotation) to create a contoured form in the turned part.

5
New cards

Form Turning

Also called forming, this operation involves plunging a tool with a specific shape radially into the workpiece to impart that shape.

6
New cards

Chamfer

An angle cut on the corner of a cylinder, formed using the cutting edge of the tool.

7
New cards

Thread Cutting

An operation where a pointed tool is fed linearly parallel to the axis of rotation across the outside surface of a rotating workpiece to cut threads.

8
New cards

Prismatic Workpiece

A non-rotational workpiece that is block-like or plate-like, achieved by linear motions of the workpiece combined with rotating or linear tool motions.

9
New cards

Milling

A machining operation in which a workpiece is fed past a rotating cylindrical tool with cutting edges (teeth), where the axis of rotation is perpendicular to the direction of feed.

10
New cards

Peripheral Milling

Also called plain milling, this is an operation where the tool axis is parallel to the surface being machined, performed by cutting edges on the outside periphery of the cutter.

11
New cards

Face Milling

An operation where the axis of the cutter is perpendicular to the surface being milled, using cutting edges on both the end and outside periphery of the cutter.

12
New cards

Up Milling

Also called conventional milling; the direction of motion of the cutter teeth is opposite to the feed direction, effectively milling 'against the feed'.

13
New cards

Down Milling

Also called climb milling; the direction of the cutter motion is the same as the feed direction, effectively milling 'with the feed'.

14
New cards

Profile Milling

A form of end milling used to cut the outside periphery of a flat part.

15
New cards

Pocket Milling

A form of end milling specifically used to mill shallow pockets into flat parts.

16
New cards

Surface Contouring

An operation where a ball-nose cutter is fed back and forth across the work along a curvilinear path to create a three-dimensional surface form.

17
New cards

Programming Character

An alphanumeric character or punctuation mark used in CNC programming, such as NN, GG, or a semicolon (;;).

18
New cards

Address

A letter that describes the meaning of the numerical value that follows it, such as GG in G00G00 or XX in X12X12.

19
New cards

Block

A complete line of information provided to the CNC machine, comprising a word or an arrangement of words.

20
New cards

Modal Command

A command that remains active until cancelled by another code, such as G00G00, G01G01, or Canned Cycles.

21
New cards

Non Modal Command

A command that is only active in the block in which it is issued, such as M00M00 and M06M06.

22
New cards

G00

A code for Rapid Traverse, used for rapid movement of the axis without cutting.

23
New cards

G01

A code for Linear Interpolation, representing straight line movement at a defined feed rate for cutting.

24
New cards

G02

A code for Circular Interpolation in a Clockwise (CWCW) direction.

25
New cards

G03

A code for Circular Interpolation in a Counterclockwise (CCWCCW) direction.

26
New cards

G90

Setting for Absolute Positioning, where all coordinates are relative to the origin of the machine.

27
New cards

G91

Setting for Relative (Incremental) Positioning, where all coordinates are relative to the last position.

28
New cards

M03

A miscellaneous code to start the spindle in a forward clockwise (CWCW) direction.

29
New cards

M06

A miscellaneous code used to activate an automatic tool change.

30
New cards

M30

A code used to signify the end of the program and rewind it to the beginning.

31
New cards

Tool Nose Radius Compensation (TNRC)

Required for generating accurate profiles because the machine commands the Theoretical Tool Tip (TTTTTT) rather than the actual curved edge of the tool.

32
New cards

II and KK Addresses

Used in arc center programming; II represents the relative distance from the arc start to the center along the XX axis, and KK represents the relative distance along the ZZ axis.