INTRODUCTION
INTRODUCTION
INTRODUCTION
INTRODUCTION
INTRODUCTIONTO
TOCNC
CNC
Good day to
everyone
1
INTRODUCTION TO CNC
The abbreviation CNC stands for Computer Numerical
Control.
Numerical control (NC) is the operation of a machine tool
by a series of coded instruction consisting of numbers,
letters of alphabet, and symbols that the machine control
unit (MCU) can understand.
The term was coined in the 1950s when the instructions
to the tool were numeric codes.
CONTINUE
INTRODUCTION TO CNC
The numbers, letters, and symbols are coded
instruction that refer to specific distances,
positions, functions, or motion.
These instructions are converted into electrical
pulses of current that the machines motors and
controls follow to carry out machining
operations.
A powered mechanical device typically used to
fabricate metal components by the selective
removal of metal.
CONTINUE
INTRODUCTION TO CNC
CNC can be defined as an electronic system to
control movements of machine tool through the
insertion of numerical data.
The system interprets these numerical data and
converts them into the appropriate electrical
signals in order to cause the desired movements
or actions at the machine tool.
CONTINUE
CIM
CAD / CAM
CAD
FFS
CNC
NC
1950
1960
1970
1980
1990
NC Machine Tools
Entry:
The worker manually adjusts the
machine tool according to the drawing,
clamps the raw part as well as the tools
and aligns them.
Entry:
The NC program is transmitted to the NC
control using a punch card.
Entry:
NC programs can be entered into the
CNC control either using a keyboard,
disks or data interface (serial, Bus).
Several NC programs are stored in an
internal storage, whereby modern
controls also use hard disks.
Manual control:
The worker manually sets the machining
values (number of rotations, infeed) and
controls the machining using hand
wheels.
NC control:
The NC control processes the path and
feed information of the NC program and
passes the corresponding control signals
to the components of the NC machine.
CNC control:
The micro computer integrated in the
CNC control and the corresponding
software take over all control functions of
the CNC machine. Hereby internal
storage are used for programs and
subprogram, machine data, tool and
compensation values and fixed and free
cycles. Frequently, error monitoring
software is integrated in the CNC control.
Dimension control:
The worker manually measures and
verifies the dimensions of the part and, if
necessary, must repeat the machining
process.
NC machine:
The NC machine ensures the dimension
stability of the work part already during
the machining process with the
continuous feedback from the measuring
system and servo motors.
CNC machine:
The NC machine ensures the dimension
stability of the work part already during
the machining process with the
continuous feedback from the measuring
system and servo motors, which is
controlled by the number of rotations.
Integrated measuring sensors make it
possible to control the dimensions during
the machining.
10
CONTINUE
11
CNC milling
machines on the
other hand have at
least 3 controllable or
adjustable feed axes
marked as X, Y, Z.
12
The machine coordinate system of the CNC machine tool is defined by the manufacturer and
cannot be changed. It also called machine zero point M.
Work part coordinate system:
The work part coordinate system is defined by programmer and can be changed. It also
called work part zero point W.
13
14
Location of the zero and reference point for turning
15
Example:
G54
T01
M06
G90
G00 X40 Y-10 Z10
(P0)
S500 M03
G01 Z-0.5 F200
G01 G41 Y5
G01 X10 Y5
(P1)
(P2)
G01 X5 Y70
(P3)
(P4)
(P5)
(P6)
G01 X75 Y5
(P7)
G01 X40 Y5
(P0)
G40
G01 Y-10
G00 Z10
M5
M30
16