NCV TVET: Computer-Integrated Manufacturing (CIM) - Key Vocabulary

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards cover CNC/CIM concepts, robot terminology, G/M codes, CAD/CAM data flow, and NC programming basics derived from the provided lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

CNC (Computer Numerical Control)

A machine tool controlled by a computer that reads NC/CNC program codes to move machine axes and operate the spindle and tooling along programmed paths.

2
New cards

CIM (Computer Integrated Manufacturing)

An integrated factory system where CAD/CAM, CNC, robotics, conveyors, and shop-floor data systems are linked to plan, control, and run manufacturing processes.

3
New cards

Three main CNC subsystems

Machine tool subsystem (structure, axes, spindle and drives), control subsystem (CNC controller and software), and drive/feedback subsystem (servomotors, encoders, drives and sensors).

4
New cards

Closed-loop control

A control strategy using feedback from sensors to compare actual performance with targets and adjust motion accordingly.

5
New cards

TCP (Tool Center Point)

The precise reference point on the cutting tool or end effector used for positioning relative to the workpiece.

6
New cards

End effector

The device at the end of a robotic arm that interacts with the environment (e.g., gripper, suction cup, welder).

7
New cards

Gripper

A robotic end effector designed to grasp and hold parts during handling.

8
New cards

Vacuum gripper

An end effector that uses suction to pick up and release flat or delicate parts such as metal sheets.

9
New cards

PTP (Point-to-Point)

Motion command moving from one programmed point to another; does not define a continuous path.

10
New cards

LIN (Linear Motion)

Motion command that moves the end effector along a straight-line path.

11
New cards

CIRC (Circular Motion)

Motion command that moves along a circular arc.

12
New cards

CONT (Continuous Motion)

Motion command for continuous movement around a programmed point without stopping at intermediate points.

13
New cards

JIT (Just-In-Time)

Production philosophy aiming to deliver materials and manufacture parts exactly when needed to minimize inventory.

14
New cards

TQM (Total Quality Management)

An organization-wide approach to improving quality and customer satisfaction through continuous improvement.

15
New cards

CAD/CAM

Computer-aided design creates product geometry; computer-aided manufacturing translates designs into machine instructions and tooling data.

16
New cards

CAD/CAM data flow

Data moves from CAD models to CAM toolpath generation, post-processing, and CNC execution.

17
New cards

Three geometric moulding types in CAD/CAM

Prismatic (extruded cross-sections), Rotational (revolved profiles), Swept/Lofted (complex shapes created by sweeping or lofting a profile along a path).

18
New cards

G-Codes

CNC programming codes that control movements and operations; examples include G01 (linear), G02 (circle CCW), G03 (circle CW), and plane selections G17/G18/G19.

19
New cards

M-Codes

Machine control codes for auxiliary functions; examples include M03 (spindle on CW), M04 (spindle on CCW), M05 (spindle off), M06 (tool change), M08 (flood coolant on), M09 (coolant off), M30 (end of program).

20
New cards

Systematic NC part programme development approach

A structured method to create NC programs: define objectives, establish work coordinates, select tools, generate toolpaths, simulate, verify, post-process, and document.

21
New cards

Workpiece zero / origin

The reference point on the workpiece from which all coordinates are measured; sets the machine’s zero position.

22
New cards

Basic structure of an NC milling program

Program includes a header with a program number, N-words, G-codes to define moves, coordinates (X, Y, Z), feed rate (F), tool changes, and ends with an end-of-program code (e.g., M30).