SlideShare a Scribd company logo
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
13
Micro Planning And CNC Programming For
Cylindrical Part In AMPPS
Shinde B.M.
1
and Dr. Khodke P.M.2
1
Department of Mechanical Engineering DCOER, Pune-41
2
Principal GCOE Karad
Abstract
The decision on sequencing of operations, tool travel and machining time calculations is done in
microplanning. After a set of processes has been selected for all the features of part, the sequencing task
begins by searching and analysing relationship between features. This is done by rule to detect geometrical
interactions and the appropriate precedence relationship in knowledge base. For deciding sequence of
operations precedence relationship among the different operations is developed using decision rules.
CNC program is generated based on the process plan of a given component. The generated CNC program
is then validated by simulation software before giving it to CNC machine.
Keywords
Micro planning, Automated modular process planning, Generative process planning, Computer aided
design,
1. Introduction
Micro planning deals with decision on sequencing of operations, calculations of tool travel and
machining time. As a part may contain many features, a proper sequence for machining these
features is vital in achieving efficient and high quality manufacturing of the part. Operation
sequencing deals with the problem of determining in what order to perform a set of selected
operations such that the resulting sequence satisfies the precedence constraints established by
both parts and operation. The objective of process sequencing is to minimise the total time to
produce a part.
CNC machine tools require a set of commands in order to carry out desired machining operation.
The job of creating this set of commands is known as programming. Programming is the process
of coding machining conditions such as machining dimensions with reference points. These
dimensions are derived by correctly allocating the X and Z axis. The machine tool may have
facility of both manual part programming as well as programming using CNC programming
languages such as APT, ADAPT, COMPAPT etc.
2. Micro planning and CNC programming System
A modular program is developed for each of the function in Visual Basic having connectivity
between them. Visual Basic has been selected as a programming language as it has compatibility
with Auto-CAD and it is more users friendly. An output of each step is taken as an input for
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
14
subsequent step. A structure as shown in fig.1 facilitates accurate transfer of data corresponding
to each feature from one step to other step. Each of the step is described in subsequent sections.
Fig.1 A structure of Micro planning and CNC programming
3. Decision rules for sequencing of operation
1. The operation are selected according to feature having largest diameter first and then
descending further in order of size from left to right, till smallest diameter is obtained.
2. Internal operations are considered only after external operations are completed.
3. The stock size is always taken greater than the finished size of workpiece.
4. The first operation in rotational component is always facing of extreme right face because face
is considered as a reference for obtaining geometry of other features.
5. As the stock size selected is greater than the finished size of workpiece the second operation is
always turning so as to obtain diameter of largest feature of a part on a cylindrical surface.
6. All plain turning (step turning) operations are completed first by converting every feature into a
cylindrical surface.
7. All taper turning operation comes after step turning operation (sr.no.6). Taper turning
operations are performed from right to left.
8. Finish cut operations of all cylinder, taper, recess and arc features are done before external
threading, drilling, and internal threading.
9. External threading operation comes in the sequence after completion of finish turning
operation.
10. For internal operations first operation considered is a drilling and then boring.
11. If the hole size does not match with standard drill size, then boring operation is
done after drilling.
Generate Process Plan
Micro Planning
End
Decide the sequence of
operation
Calculate machining Time
Calculate tool travel
Generate CNC program
Machining
CNC Programming
Start
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
15
12. Internal threading operation is performed only when required size of hole equal to major
diameter is produced.
13. The last operation is always chamfering.
The built-in rules, as given above, are formulated on the basis of general machining principles
and are used to define precedence relations among the features. The approach for operation
selection is based on knowledge, the possible operation for each feature is determined
heuristically. The program starts with selecting the features as per designed rule and then
selecting possible operations for that feature. For example the hole feature can be done by two
possibilities i.e. drilling, finish boring or drilling, rough boring, and finish boring. The 9 features
and possible operation are described in the fig.2.
Fig.2 Feature-Operation Hierarchy
4. Generation of CNC Codes
The process plan developed for the given component using as input. The process plan is then used
for generation of CNC codes. However, the process plan file is required to be imported again for
identification of operation, tool travel and cutting parameters. It may be remembered here that if
the operating system used for generation of process plan is different to the one used for part
programming, the process plan file can not be imported. Under the circumstances, interfacing is
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
16
required to make import process platform independent. Therefore a separate program is
developed in VB6 for importing the process plan file.
5. Case Study
The AMPPS is applied to part, called ‘Thread Pin’ used in dairy equipment. The part drawing is
shown in fig.3
Fig.3 ‘Thread Pin’ drawn in Auto-CAD
Micro Planning
The process plan generated for ‘Thread Pin’ is as shown in fig.4
Fig.4 Process plan for “Thread Pin”
CNC Program
The output of AMPPS _CNC programming for thread pin is as given below.
N0010 G01X-3.50F0.26S795.78 EOB
N0020 G01Z-131.00 EOB
N0030 G00X3.50Z131.00 EOB
N0040 G01X-5.00F0.26S891.27 EOB
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
17
N0050 G01Z-16.00 EOB
N0060 G00X5.00Z16.00 EOB
N0070 G01X-6.50F0.26S1012.80 EOB
N0080 G01Z-16.00 EOB
N0090 G00X6.50Z16.00 EOB
N0100 G01X-8.00F0.26S1172.72 EOB
N0110 G01Z-16.00 EOB
N0120 G00X8.00Z16.00 EOB
N0130 G01X-9.50F0.26S1392.61 EOB
N0140 G01Z-16.00 EOB
N0150 G00X9.50Z16.00 EOB
N0160 G01X-10.50F0.20S1713.98 EOB
N0170 G01Z-16.00 EOB
N0180 G00X10.50Z16.00 EOB
N0190 G01X-11.00F0.14S2025.61 EOB
N0200 G01Z-16.00 EOB
N0210 G00X11.00Z16.00 EOB
N0220 G01X-2.50F0.14S891.27 EOB
N0230 G01Z-131.00 EOB
N0240 G00X2.50Z131.00 EOB
N0250 G01X-2.50F0.14S891.27 EOB
N0260 G01Z-131.00 EOB
N0270 G00X2.50Z131.00 EOB
N0280 M02EOB
6. Conclusions
In microplanning knowledge based approach is widely used. It is so because it incorporatesall
human skills, large amount of qualitative knowledge, and search procedure required to take
various decisions in the form of decisions rules. The consistency in the decision can be
maintained due to same decision rules used irrespective of complications in the part geometry.
Moreover database approach is found more appropriate. It uses standard data relevant to specific
machine and particular operation.
Manufacturing industries are combining material processing, material handling and part
positioning system in to a single integrated manufacturing cell to offer flexibility, better quality
and improved productivity. Process planning and part programming time directly affect the
economic lot size. Automated process planning system can significantly enhance the throughput
of such integrated cells and lower the economic lot size dramatically.
REFERENCES
[1] Kenneth Castelino, (2004), “AMPS – An automated modular process planning system” ASME,
Journal of computing and information science in engineering, vol.04, pp235-241.
[2] Vijay Arora (1997) fixcapp “A fixture integrated computer aided process planning methodology. 17th
AIMTDR conference 9-11 January 1997 R.E.C. Warangal, pp149-154.
[3] HMT “Production Technology”Revised edition , pp34,143.
[4] Zhenkai Liu (2007) “Sequencing of interacting prismatic machining features for process planning”
Computers in Industry-58 pp295-303.
[5] Ali Oral (2004) “Automated cutting tool selection and cutting tool sequence Optimization for
rotational part” Robotics and Computer- Integrated Manufacturing” Robotics and computer integrated
manufacturing 20 , pp127-141.
Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014
18
[6] Mojtaba Salehi (2009) “Application of genetic algorithm to computer-aided process planning in
preliminary and detailed planning” Engineering Applications of artificial Intelligence 22 pp1179-
1187.
[7] Yuan-Jye Tseng(1999) “A modular modeling approach by integrating feature recognition and feature-
based design” Computers in Industry-39 pp113-125.
[8] Yuguang Wu (2008) “ Automated modular fixture planning based on linkage mechanism
theory”Robotics and computer integrated manufacturing 24 , pp38-49.
[9] John M. Usher (2009) “Object Oriented approach to feature-based process planning”, Design and
implementation of intelligent manufacturing systems, pp275-300.
[10] Jian (John) Dong (2009) “ Intelligent feature extraction for concurrent design and manufacturing”
Design and implementation of intelligent manufacturing systems, pp301-323.
[11] Zhang Wei Bo (2006) “Optimization of process route by Genetic Algorithms” Robotics and computer
integrated manufacturing 22, pp180-188.

More Related Content

PDF
AMPPS_CNC IN AN AUTOMATED MODULAR PROCESS PLANNING SYSTEM FOR ROTATIONAL PART
PPTX
Cnc 2-0
PDF
Cnc programming
PPTX
Chapter 1 fundamentals of cam
PPTX
Adaptive control machine process
PPT
Computer aided manufacturing
PPT
9. part program
PDF
Unit2 cad/ cam
AMPPS_CNC IN AN AUTOMATED MODULAR PROCESS PLANNING SYSTEM FOR ROTATIONAL PART
Cnc 2-0
Cnc programming
Chapter 1 fundamentals of cam
Adaptive control machine process
Computer aided manufacturing
9. part program
Unit2 cad/ cam

What's hot (18)

PDF
CIM & Automation Lab Manual VTU
PDF
CNC PART PROGRAMMING AND COST ANALYSIS ON VERTICAL MACHINING CENTRE (VTC)
PDF
A project report of map of india made by the CNC SIMULATOR PRO software Mech...
PPT
CNC Part programming
PDF
Conceptual Design of Automated Attachment for Positioning Bed of Drilling Mac...
PPTX
Unit V CNC Machining
PPTX
CIM 15ME62 Module-3
PDF
PPTX
Numerical Control
PDF
Chapter 5 recent trends in CAM
PDF
Volume 2-issue-6-2177-2185
PDF
DESIGN AND CONTROL OF ATC FOR SHORTER TIME INTERVAL IN CNC MACHINES
PDF
Introduction to nc
PDF
Design of computer aided process plan for a casing cover plate
PPTX
presentation6
PPTX
Cnc control systems
PPT
Adaptive control System
PPT
Flexible manufacturing system(FMS)
CIM & Automation Lab Manual VTU
CNC PART PROGRAMMING AND COST ANALYSIS ON VERTICAL MACHINING CENTRE (VTC)
A project report of map of india made by the CNC SIMULATOR PRO software Mech...
CNC Part programming
Conceptual Design of Automated Attachment for Positioning Bed of Drilling Mac...
Unit V CNC Machining
CIM 15ME62 Module-3
Numerical Control
Chapter 5 recent trends in CAM
Volume 2-issue-6-2177-2185
DESIGN AND CONTROL OF ATC FOR SHORTER TIME INTERVAL IN CNC MACHINES
Introduction to nc
Design of computer aided process plan for a casing cover plate
presentation6
Cnc control systems
Adaptive control System
Flexible manufacturing system(FMS)
Ad

Similar to Micro Planning And CNC ProgrammingFor Cylindrical Part In AMPPS (20)

PPT
Process Planning
PPT
UNIT 1 PPCE.ppt
PDF
A Survey of Automated Process Planning Approaches in Machining
PPT
Processs planning
PPT
CIM notes : process engineering concepts in detail
DOCX
1-unit(Introduction to process planning)-converted.docx
PPTX
notes_9 Lec PP and CAPP.pptx
PDF
CIM Lab.pdf
DOCX
DOC of Crank shaft
PPTX
CIM MODULE 2.pptx
PPT
ie550cappie550cappie550cappie550capp.ppt
PPTX
Process planning with an example
PDF
3D Printing to CNC Machining Making the transition
PPT
introduction to process planning murugananthan
PPTX
M-2_CAPP.pptx
PDF
CAPP , JIT, FMS
PPT
ie550capp.ppt
PPTX
DFA, Coding, CAPP engineering industrial .ppt
Process Planning
UNIT 1 PPCE.ppt
A Survey of Automated Process Planning Approaches in Machining
Processs planning
CIM notes : process engineering concepts in detail
1-unit(Introduction to process planning)-converted.docx
notes_9 Lec PP and CAPP.pptx
CIM Lab.pdf
DOC of Crank shaft
CIM MODULE 2.pptx
ie550cappie550cappie550cappie550capp.ppt
Process planning with an example
3D Printing to CNC Machining Making the transition
introduction to process planning murugananthan
M-2_CAPP.pptx
CAPP , JIT, FMS
ie550capp.ppt
DFA, Coding, CAPP engineering industrial .ppt
Ad

More from meijjournal (20)

PDF
7th International Conference on Mechanical Engineering & Applications (MEAP 2...
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Mechanical Engineering: An International Journal(MEIJ)
PDF
The method for optimum design of resin injection molding process condition us...
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Micro Planning And CNC ProgrammingFor Cylindrical Part In AMPPS
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Mechanical Engineering: An International Journal (MEIJ)
DOCX
Mechanical Engineering: An International Journal (MEIJ)
PDF
Design and 3D Print of an Explorer Robot
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
The Method for Optimum Design of Resin Injection Molding Process Conditions u...
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
4th International Conference on Mechanical Engineering (MECN 2022)
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
USING GIS AND REMOTE SENSING TECHNIQUES FOR SOLAR HOTSPOTS INSTALLATION IN TH...
PDF
Mechanical Engineering: An International Journal (MEIJ)
PDF
Mechanical Engineering: An International Journal (MEIJ)
7th International Conference on Mechanical Engineering & Applications (MEAP 2...
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal(MEIJ)
The method for optimum design of resin injection molding process condition us...
Mechanical Engineering: An International Journal (MEIJ)
Micro Planning And CNC ProgrammingFor Cylindrical Part In AMPPS
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal (MEIJ)
Design and 3D Print of an Explorer Robot
Mechanical Engineering: An International Journal (MEIJ)
The Method for Optimum Design of Resin Injection Molding Process Conditions u...
Mechanical Engineering: An International Journal (MEIJ)
4th International Conference on Mechanical Engineering (MECN 2022)
Mechanical Engineering: An International Journal (MEIJ)
USING GIS AND REMOTE SENSING TECHNIQUES FOR SOLAR HOTSPOTS INSTALLATION IN TH...
Mechanical Engineering: An International Journal (MEIJ)
Mechanical Engineering: An International Journal (MEIJ)

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Classroom Observation Tools for Teachers
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Institutional Correction lecture only . . .
PDF
01-Introduction-to-Information-Management.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Pre independence Education in Inndia.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Anesthesia in Laparoscopic Surgery in India
Classroom Observation Tools for Teachers
O5-L3 Freight Transport Ops (International) V1.pdf
Pharma ospi slides which help in ospi learning
O7-L3 Supply Chain Operations - ICLT Program
Institutional Correction lecture only . . .
01-Introduction-to-Information-Management.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial disease of the cardiovascular and lymphatic systems
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Microbial diseases, their pathogenesis and prophylaxis
TR - Agricultural Crops Production NC III.pdf
VCE English Exam - Section C Student Revision Booklet
PPH.pptx obstetrics and gynecology in nursing
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Pre independence Education in Inndia.pdf

Micro Planning And CNC ProgrammingFor Cylindrical Part In AMPPS

  • 1. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 13 Micro Planning And CNC Programming For Cylindrical Part In AMPPS Shinde B.M. 1 and Dr. Khodke P.M.2 1 Department of Mechanical Engineering DCOER, Pune-41 2 Principal GCOE Karad Abstract The decision on sequencing of operations, tool travel and machining time calculations is done in microplanning. After a set of processes has been selected for all the features of part, the sequencing task begins by searching and analysing relationship between features. This is done by rule to detect geometrical interactions and the appropriate precedence relationship in knowledge base. For deciding sequence of operations precedence relationship among the different operations is developed using decision rules. CNC program is generated based on the process plan of a given component. The generated CNC program is then validated by simulation software before giving it to CNC machine. Keywords Micro planning, Automated modular process planning, Generative process planning, Computer aided design, 1. Introduction Micro planning deals with decision on sequencing of operations, calculations of tool travel and machining time. As a part may contain many features, a proper sequence for machining these features is vital in achieving efficient and high quality manufacturing of the part. Operation sequencing deals with the problem of determining in what order to perform a set of selected operations such that the resulting sequence satisfies the precedence constraints established by both parts and operation. The objective of process sequencing is to minimise the total time to produce a part. CNC machine tools require a set of commands in order to carry out desired machining operation. The job of creating this set of commands is known as programming. Programming is the process of coding machining conditions such as machining dimensions with reference points. These dimensions are derived by correctly allocating the X and Z axis. The machine tool may have facility of both manual part programming as well as programming using CNC programming languages such as APT, ADAPT, COMPAPT etc. 2. Micro planning and CNC programming System A modular program is developed for each of the function in Visual Basic having connectivity between them. Visual Basic has been selected as a programming language as it has compatibility with Auto-CAD and it is more users friendly. An output of each step is taken as an input for
  • 2. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 14 subsequent step. A structure as shown in fig.1 facilitates accurate transfer of data corresponding to each feature from one step to other step. Each of the step is described in subsequent sections. Fig.1 A structure of Micro planning and CNC programming 3. Decision rules for sequencing of operation 1. The operation are selected according to feature having largest diameter first and then descending further in order of size from left to right, till smallest diameter is obtained. 2. Internal operations are considered only after external operations are completed. 3. The stock size is always taken greater than the finished size of workpiece. 4. The first operation in rotational component is always facing of extreme right face because face is considered as a reference for obtaining geometry of other features. 5. As the stock size selected is greater than the finished size of workpiece the second operation is always turning so as to obtain diameter of largest feature of a part on a cylindrical surface. 6. All plain turning (step turning) operations are completed first by converting every feature into a cylindrical surface. 7. All taper turning operation comes after step turning operation (sr.no.6). Taper turning operations are performed from right to left. 8. Finish cut operations of all cylinder, taper, recess and arc features are done before external threading, drilling, and internal threading. 9. External threading operation comes in the sequence after completion of finish turning operation. 10. For internal operations first operation considered is a drilling and then boring. 11. If the hole size does not match with standard drill size, then boring operation is done after drilling. Generate Process Plan Micro Planning End Decide the sequence of operation Calculate machining Time Calculate tool travel Generate CNC program Machining CNC Programming Start
  • 3. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 15 12. Internal threading operation is performed only when required size of hole equal to major diameter is produced. 13. The last operation is always chamfering. The built-in rules, as given above, are formulated on the basis of general machining principles and are used to define precedence relations among the features. The approach for operation selection is based on knowledge, the possible operation for each feature is determined heuristically. The program starts with selecting the features as per designed rule and then selecting possible operations for that feature. For example the hole feature can be done by two possibilities i.e. drilling, finish boring or drilling, rough boring, and finish boring. The 9 features and possible operation are described in the fig.2. Fig.2 Feature-Operation Hierarchy 4. Generation of CNC Codes The process plan developed for the given component using as input. The process plan is then used for generation of CNC codes. However, the process plan file is required to be imported again for identification of operation, tool travel and cutting parameters. It may be remembered here that if the operating system used for generation of process plan is different to the one used for part programming, the process plan file can not be imported. Under the circumstances, interfacing is
  • 4. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 16 required to make import process platform independent. Therefore a separate program is developed in VB6 for importing the process plan file. 5. Case Study The AMPPS is applied to part, called ‘Thread Pin’ used in dairy equipment. The part drawing is shown in fig.3 Fig.3 ‘Thread Pin’ drawn in Auto-CAD Micro Planning The process plan generated for ‘Thread Pin’ is as shown in fig.4 Fig.4 Process plan for “Thread Pin” CNC Program The output of AMPPS _CNC programming for thread pin is as given below. N0010 G01X-3.50F0.26S795.78 EOB N0020 G01Z-131.00 EOB N0030 G00X3.50Z131.00 EOB N0040 G01X-5.00F0.26S891.27 EOB
  • 5. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 17 N0050 G01Z-16.00 EOB N0060 G00X5.00Z16.00 EOB N0070 G01X-6.50F0.26S1012.80 EOB N0080 G01Z-16.00 EOB N0090 G00X6.50Z16.00 EOB N0100 G01X-8.00F0.26S1172.72 EOB N0110 G01Z-16.00 EOB N0120 G00X8.00Z16.00 EOB N0130 G01X-9.50F0.26S1392.61 EOB N0140 G01Z-16.00 EOB N0150 G00X9.50Z16.00 EOB N0160 G01X-10.50F0.20S1713.98 EOB N0170 G01Z-16.00 EOB N0180 G00X10.50Z16.00 EOB N0190 G01X-11.00F0.14S2025.61 EOB N0200 G01Z-16.00 EOB N0210 G00X11.00Z16.00 EOB N0220 G01X-2.50F0.14S891.27 EOB N0230 G01Z-131.00 EOB N0240 G00X2.50Z131.00 EOB N0250 G01X-2.50F0.14S891.27 EOB N0260 G01Z-131.00 EOB N0270 G00X2.50Z131.00 EOB N0280 M02EOB 6. Conclusions In microplanning knowledge based approach is widely used. It is so because it incorporatesall human skills, large amount of qualitative knowledge, and search procedure required to take various decisions in the form of decisions rules. The consistency in the decision can be maintained due to same decision rules used irrespective of complications in the part geometry. Moreover database approach is found more appropriate. It uses standard data relevant to specific machine and particular operation. Manufacturing industries are combining material processing, material handling and part positioning system in to a single integrated manufacturing cell to offer flexibility, better quality and improved productivity. Process planning and part programming time directly affect the economic lot size. Automated process planning system can significantly enhance the throughput of such integrated cells and lower the economic lot size dramatically. REFERENCES [1] Kenneth Castelino, (2004), “AMPS – An automated modular process planning system” ASME, Journal of computing and information science in engineering, vol.04, pp235-241. [2] Vijay Arora (1997) fixcapp “A fixture integrated computer aided process planning methodology. 17th AIMTDR conference 9-11 January 1997 R.E.C. Warangal, pp149-154. [3] HMT “Production Technology”Revised edition , pp34,143. [4] Zhenkai Liu (2007) “Sequencing of interacting prismatic machining features for process planning” Computers in Industry-58 pp295-303. [5] Ali Oral (2004) “Automated cutting tool selection and cutting tool sequence Optimization for rotational part” Robotics and Computer- Integrated Manufacturing” Robotics and computer integrated manufacturing 20 , pp127-141.
  • 6. Mechanical Engineering: An International Journal ( MEIJ), Vol. 1, No. 3, November 2014 18 [6] Mojtaba Salehi (2009) “Application of genetic algorithm to computer-aided process planning in preliminary and detailed planning” Engineering Applications of artificial Intelligence 22 pp1179- 1187. [7] Yuan-Jye Tseng(1999) “A modular modeling approach by integrating feature recognition and feature- based design” Computers in Industry-39 pp113-125. [8] Yuguang Wu (2008) “ Automated modular fixture planning based on linkage mechanism theory”Robotics and computer integrated manufacturing 24 , pp38-49. [9] John M. Usher (2009) “Object Oriented approach to feature-based process planning”, Design and implementation of intelligent manufacturing systems, pp275-300. [10] Jian (John) Dong (2009) “ Intelligent feature extraction for concurrent design and manufacturing” Design and implementation of intelligent manufacturing systems, pp301-323. [11] Zhang Wei Bo (2006) “Optimization of process route by Genetic Algorithms” Robotics and computer integrated manufacturing 22, pp180-188.