CNC Lathe Machine
CNC Lathe Machine
CNC Lathe Machine
Apparatus Required:
CNC Lathe
Vernier Calliper
Single point cutting tool
Theory:
Part program
Three commonly used program input devices are punch tape reader, magnetic tape reader and
computer via RS-232 - Communication.
The machine control unit is the heart of a cnc system. It is used to perform the following
functions.
Machine Tool:
CNC controls are used to control various types of machine tools. Regardless of which type of
machine tool is controlled, it always has a slide table and spindle to control position and speed.
The machine table is controlled in the x and y axes, while the spindle suns. along the z-axis.
Drive Systems:
A drive system consists of amplifier circuits, drive motors, the ball lead-screws.
The MCU feeds the control signals (position and speed) of each axis to the amplifier circuits.
The control signals are augmented to actuate drive motors which in turn rotate the ball lead-
screws to position the machine table.
Power Drives:
In machine took power is generally required for driving the main spindle, saddle and carriges
and to some auxiliary units.
The motors used for CNC system are of two kinds.
In CNC, usually stepper and servo electrical drives are used. They exhibit favourable torque-
speed characteristics and are relatively inexpensive.
Stepper motor:
A stepper motor is a pulse driver motor that changes the angular position of the motor in steps.
Due to this type of nature of a stepper motor, it is widely used in low cost, open weep position
control systems.
Permanent magnet- Employs permanent magnet, low speed and relatively high torque
Variable Reluctance- Does not have permanent magnet, Low torque
Character is the smallest unit of CNC program. It can have Digit / Letter / Symbol.
Word is a combination of alpha- numerical characteristics. This creates a single instruction to
the CNC machine. Each word begins with a capital letter followed by a numeric. There are
used to represent axes positions, feedrate, speed, preparatory commands, and miscellaneous
functions. A program block may contain multiple words sequenced in a logical order of
processing.
The program comprises of multiple lines of instructions, blocks which will be executed
by the machine control unit (MCU). There are 4 basic terms used in CNC programming.
N CODE: Sequence number. It is used to identify each block with in an NC program and
provides a mean by which NC commands may be rapidly located. It is a program line number.
It is a good practice to increment each block number by 5 to 10 to allow additional blocks to
be inserted if future changes are required.
G-CODE: Preparatory Word, used as a communication device to prepare the MCU. The G-
CODE indicates that a given control function such as G01, linear interpolation is obtained.
X, Y & Z - CODES: Coordinates. These give the co-ordinate positions of the tool.
F-CODE: Feed rate. The F-CODE specifies the feed in the machining operation.
S-CODE Spindle speed. The s-code specifies the cutting speed of machining process.
T CODE: Tool selection. The T-code specifies which tool is to be used in a specific operation
I, J & K CODES: They specify the centre of arc coordinates from starting.
Classification of NC systems:
There are three types of motion control of tools in NC systems. They are listed here under in
increasing level of sophistication
(1) Point to point
(2) Straight cut
(3) Contouring
PTP system or positioning system refers to operations that require fast movement to a point
followed by a manufacturing operation at that paint. NC drill machine is an example of
PTP system.
In straight cut NC, the tool moves parallel to one of the major axes at a desired rate suitable
for machining. It is quite appropriate for milling workpieces of rectangular configurations.
Any NC machine tool capable of straight cut movement can perform point to-point
operation also.
Types of NC machines:
It is the simplest numerically controlled machine. Most drilling machines are programmed
on three axes.
(2) Lathe :
Lathe in the most productive machine tool to manufacture round parts. Lathes are
programmed on two axes
Z: controls the carriage travel towards and away from the head stock.
Milling machine has been accepted as one of the most versatile machine tools used in
manufacturing industry.
Procedure:
In CNC lathes materials is clamped of rotated by the main spindle, while the cutting tool that
work on the material, is mounted and moved in various axes.
(2) Facing is done without running the program. The single point cutting tool that work on the
material is mounted and moved in various axes.
(3)The single point cutting tool was touched from the bottom right end to the workpiece and
taken as reference (0,0) in the software.
(5) The written program was fed into the system and was executed.
(6) The job was unmounted after performing the required operations & was checked for the
dimensions by using Vernier calliper.
Program:
G 21
G7
G0 X10.0 Z15.0
G0 Z0.0
G0 X9.80 Z2
G1 Z19.0 Y0.0
G0 X10.0 Z0.2
G1 X9.6
G1 Z19.5
G0 X10.0 Z0.2
G1 X9.4
G0 X10.0 Z0.2
G1 X9.4
G1 Z19.0
G0 X10.0 Z0.2
G1 X9.2
G0 X10.0 Z0.2
G1 X9.0
G1 Z9.0
G0 X10.0 Z0.2
G1 X8.8
G1 Z4.0 f100
G0 X10.0 Z0.2
G1 X8.6
G1 Z4.0 f100
G0 X10.0 Z0.2
G1 X8.4
G1 Z4.0 f100
G0 X10.0 Z0.2
G1 X8.2
G1 Z4.0 f100
G0 X10.0 Z0.2
G1 X8.0
G1 Z4.0 f100
G0 X10.0 Z15.0
G0 Z50.0
M02
Conclusion:
The Operations of CNC lathe machines was successfully performed using the above code.