CNC TURNING Machine
CNC TURNING Machine
Submitted by:
NAME REG NO.
Faiz Ahmed (190501002)
Fahad Riaz (190501003)
Uzair Azhar (190501013)
Abdullah Muzaffar (190501017)
Haris Irfan (190501030)
Affan Saadi (190501032)
ME-08-B
Abstract
chuck and rotating them while feeding a tool to the piece to remove material until
the desired shape is achieved. As the desired shape is achieved through the
The project mainly constitutes of creating a bolt that follows the relation of M-
series along with a CAD model which was constructed using CREO 3.0. The work
piece that is created involves various processes of creating the shank of the bolt
and threaded length of the defined pitch relation. The head of the bolt is made
using a special cutter to give it a hexagonal shape just as the palette that defines the
All of the work can be completed from one side if the CNC turning center has only
one turret, but some turning centers have a main spindle and sub-spindle for even
faster operation. With this configuration, the main spindle partially machines the
workpiece, which is then moved to the sub-spindle to complete the job on the other
side of the part. The speed of CNC turning operations makes it an ideal process for
Contents
1
Abstract............................................................................................................................................1
Objective..........................................................................................................................................3
Introduction......................................................................................................................................3
Methodology....................................................................................................................................5
Material selection.........................................................................................................................5
CAD model..................................................................................................................................5
Procedure.....................................................................................................................................6
Results and discussions....................................................................................................................9
The operations used to make the bolt:.........................................................................................9
Conclusion:....................................................................................................................................11
List of Figures
2
Figure 1: Chuck of CNC turning machine.......................................................................................6
Figure 2: CNC turning machine......................................................................................................6
Figure 3: CAD model of bolt...........................................................................................................7
Figure 4: Drawing of bolt................................................................................................................8
Figure 5: Final Fabricated Model..................................................................................................11
Figure 6: Facing operation.............................................................................................................12
Figure 7: Turning operation...........................................................................................................12
Figure 8:Threading operation........................................................................................................13
Objective
3
To understand and write the G and M codes.
To manually operate the CNC Turing machine using G and M codes to create a part.
Introduction
CNC means Computer Numerical Control. A CNC turning machine uses a stream of digital
operations that machine offer to increase productivity and flexibility. CNC turning machine also
uses mathematics and coordinate systems to process information of what to move, to where and
how fast. A CNC machine also must be able to communicate with itself and the machinist to
operate. G-code most widely used numerical control programming language. It used mainly to
control CNC machines and called G programming language. G-code is a language in which
people tell computerized machine tools how to make something. M-code is a set of instructions
executed directly by a computer's central processing unit. Each of the instruction performs a very
specific task, such as a load, a jump, or an arithmetic logic unit (ALU) operation on a unit of data
in a CPU register or memory. Every program directly executed by a CPU is made up of a series
of such instructions. Basically, CNC machines are subdivided into Lathe Machine and Milling
machine.
Tailstock Quill (grip the work piece at the other end to prevent vibration during machine
operation)
4
In a CNC turning Machine, the work piece mounted to the Chuck is rotated in rpm. The tools
then approach the material and cut it according to the coordinate and codes programmed. Lathes
create the surface cylindrical parts using outside and inside diameter cutting tools of different
sizes and shapes. However, during cutting, the tool itself is never flexible. Instead, the arms that
connects the tool turret moves to cut the material. The 2 axes involve in a CNC Lathe Machine
5
Methodology
Material selection
It us easier to machine
Easily available
CAD model
6
Figure 4: Drawing of bolt
Procedure
a) Start Up Procedures:
absolute or incremental programming, standard or metric, and the setting of the work
plane axis.
iii) Example:
N0002 G20 G40 - Inch unit, tool nose radius compensation cancels.
7
b) Tool Change and Tool Call Block
i) The T-code or tool code is sufficient to tell the control which tool turret position the tool
is in.
ii) These offsets are used for offsetting the tool path to accommodate for tool wear. Such an
example for N0001 T0101 - the first two numbers call for tool
iii) #1, the second two number calls for offset number 1.
iv) We correspond the tool offsets number and the tool number to reduce mistakes in
v) Geometry offset to define as the actual distance measured from the tool reference point to
i) The spindle or work-piece center is the location of the X0 position, and the Z0 position is
ii) This would be the distance from the tool tip at the machine home position to the right end
iii) Because each tool differs in length and shape, every new tool used in the program must
8
Figure 5: Zero axis adjustment
i) Turning centers have the capability to speed up and slow down as the part diameter
ii) Is important for efficient use of cutting tools, tool life, and proper surface finish.
iii) Constant surface speed is controlled with a G96 code should be the proper surface footage
iv) Example: N0010 G96 S450 M03 - Would set constant surface speed control to 450 SFPM
i) The tool motion blocks are the body of the program. The tool is positioned and the
i) There are several difference ways to end the program: Turn off the coolant and spindle
ii) End the program, reset the program, and turn off miscellaneous functions, all with an
M30 code.
9
Results and discussions
CAD model for the Bolt is made on CREO 3.0 and the above-mentioned procedure is followed
to operate the CNC turning machine using manual G and M codes. The desired geometry is
obtained using various working conditions and operations. The scale that was used in the
Facing
It is an operation at the end face of a work piece that is perpendicular to the rotating axis. During
the facing, the tool moves along the radius of the workpiece to produce the desired part length
10
Figure 7: Facing operation
Turning
During the turning process, a cutting tool removes material from the outer diameter of a rotating
workpiece. The main objective of turning is to reduce the workpiece diameter to the desired
dimension.
11
End Milling
End Mills are used for making shapes and holes in a work piece during milling, profiling,
contouring, slotting, counter boring, drilling and reaming applications. They are designed with
cutting teeth on the face and edge of the body and can be used to cut a variety of materials in
several directions. In our workpiece we created a hexagon using the end mill cutter and defined
Threading
Threading is a manufacturing and metal processing method used to create the helical detailed
edges of a screw to enable it to be fastened to another piece of wood, metal or material. The
threading is done on the workpiece by setting a pitch of 2.5mm and for threaded length of 28mm.
Conclusion:
To conclude, the machining of the workpiece provided an in-depth knowledge regarding various
machining processes and basic working procdures to achieve the final geometry. The multiple
steps and oeprations performed on the CNC Turning machine illuminated various aspects of
12
13