You are on page 1of 4

MANUFACTURING

SYSTEM

Muhammad Yasir
16PWIND0408
5th Semester (A)

Submitted to: Sir Abdur Rehman Babar


Title:
To make a project using subprograming on SSCNC
Software

Introduction:
A project in which subprograming is used to reduce the time of designing a part on CNC
machining system. So new different codes are introduced in this lab. Further we have to about
linear and circular interpolation.While rapid tool motion is meant to be used from one position of
the work area to another position without cutting, linear interpolation mode is designed for actual
material removal, such as contouring, pocketing, face milling and many other cutting motions.

Objectives:
1) How to run a programing machine.
2) Feed of CNC.
3) To know about different terminologies of CNC milling machine.

Programming:

(SwanSoft FANUC 0iM CNC)


Workpiece Information

: 100.000
Width: 100.000
Height: 6.000
Workpiece material: Stainless Steel.

CNC Code

O1111;
G91G28X0Y0Z0;
M03S1000;
G90G54X0Y0Z0;
F1;
Z-6;
G91X30;
M98P41212;
X40Y-20;
X30Y0;
X0Y90;
G03X-10Y10R10;
G01X-20Y0;
M98P41213;
X-40Y20;
X-20Y0;
G03X-10Y-10R10;
G01X0Y-90;

Subprogram 1
O1212

O1212
G91G01F1X40
Y5
X-40
M99

Subprogram 2

O1213

O1213
G91G01X-40
Y-5
X40
M99
Conclusion:
Subprogram reduces the time consumption. We leant how to draw a part from a given
programming and use the subprogram to remove the repetition. The coding has reduce chance of
error and increase the product accuracy as well as the labor cost of product and reduce the
standard time. know about the offsetting.

You might also like