SlideShare a Scribd company logo
1 of 40
COMPUTER INTEGRATED
MANUFACTURING
1
Computer Integrated
Manufacturing
• Computer Integrated Manufacturing,
known as CIM, is the phrase used to describe the
complete automation of a manufacturing plant,
with all processes functioning under computer
control and digital information tying them
together.
CIM
• It was promoted by machine tool manufacturers in
the 1980's and the Society for Manufacturing
Engineers (CASA/SME). Quite often it was
mistaken for the concept of a "lights out" factory. It
includes
• CAD/CAM, computer-aided design/computer-aided
manufacturing,
• CAPP, computer-aided process planning,
• CNC, computer numerical control machine tools,
DNC, direct numerical control machine tools,
• The heart of computer integrated manufacturing is
CAD/CAM. Computer-aided design (CAD) and
computer-aided manufacturing (CAM) systems are
essential to reducing cycle times in the organization.
• CAD/CAM is a high technology integrating tool
between design and manufacturing.
• CAD techniques make use of group technology to
create similar geometries for quick retrieval.
Electronic files replace drawing rooms.
CAD/CAM
• CAD/CAM integrated systems provide
design/drafting, planning and scheduling, and
fabrication capabilities. CAD provides the
electronic part images, and CAM provides the
facility for toolpath cutters to take on the raw
piece.
CAD/CAM
• The computer graphics that CAD provides allows
designers to create electronic images which can be
portrayed in two dimensions, or as a three
dimensional solid component or assembly which can
be rotated as it is viewed.
• Advanced software programs can analyze and test
designs before a prototype is made. Finite element
analysis programs allow engineers to predict stress
points on a part, and the effects of loading.
CAD/CAM
• Once a part has been designed, the graphics can be
used to program the tool path to machine the part.
When integrated with an NC postprocessor, the NC
program that can be used in a CNC machine is
produced.
• The design graphics can also be used to design tools
and fixtures, and for inspections by coordinate
measuring machines. The more downstream use
that is made of CAD, the more time that is saved in
the overall process.
CAD/CAM
8
COMPUTER INTEGRATED
MANUFACTURING
NUMERICAL CONTROL
9
A Definition:Numerical Control
Numerical Control is a system in which
actions are controlled by the direct insertion
of numerical data at some point. The
system must automatically interpret at least
some portion of the data
10
MACHINE UNIT
NUMERICAL
CONTROLLER
NUMERICAL
DATA
(NC CODE)
MANUFACTURING
OPERATOR
PROCESSED
PART
Drive Control
11
Types of Numerical Control
• Conventional Numerical Control (NC)
• Direct Numerical Control (DNC)
• Computer Numerical Control (CNC)
12
Conventional Numerical
Control (NC)
Data is sent to the machine tool by means of
punch cards or tapes. The reader at the
machine performs no calculations or
interpolations.
13
Direct Numeric Control (DNC)
Is a method where a single computer
controls many numerical control machine
tools. These machine tools may or may not
be of a similar nature
14
Computer Numerical Control
(CNC)
The idea of computer numerical control is
to position a computer right at the
machine tool. Most, if not all machine tools
that are numericaly controlled are CNC
machine tools.
15
Computer Numerical Control (CNC)
16
Advantages
o Reduces time for
delivery of part
Reduces scrap rate of
material
o Reduces tooling
costs
o Reduces layout time
o Increases machine
and tool life
o Reduces storage
problems
o Less setup time
o Reduces actual
machining time
Allows rapid design
changes in part Less
jigs and fixtures are
needed
17
NC Programming Fundamentals
or how to put the “GO” in your G-codes
18
NC Part Programming
• Linear tool motion (Milling) relative to the part
19
Example: A Milling Operation
X
Z Y
(0,0,0)
NC CODE (Word Address Format)
N50 G00 X15 Y12.5 Z0
N55 M03
N60 G01 Z-2.5 F500 M08
N65 G01 X50
N70 G01 Y45
N75 G01 X15
N80 G01 Y12.5
N85 G00 Z0 M09
N90 G79 M04
SPINDLE
STARTED !
SPINDLE
STOP !
20
Basics of NC Part Programming
• it is always assumed that the tool moves relative to
the work piece no matter what the real situation is.
• The position of the tool is described by using a
Cartesian coordinate system.
• If (0,0,0) position can be described by the operator,
then it is called floating zero.
21
Preparatory Functions (G Codes)
G-codes
ß Tool motion
ß Rapid traverse G00
ß Positioning command
ß Moves the tool at a rapid feed rate to a specific XYZ
coordinate
ß Takes the shortest route to reach the specified point
ß Format
ß G00 Xx Yy Zz
22
G-codes
Linear Interpolation
ß Moves the tool from its current position to a
specific XYZ coordinate at a specified feed
rate
ß Format
ß G01 Xx Yy Zz ff
23
G-codes
Linear Interpolation
24
G-codes
Circular Interpolations
ß Moves a tool around a circular arc to a
specific XYZ coordinate
ß Requires 5 pieces of information
ß Plane selection
ß Arc start point
ß Rotation direction
ß Arc end point
ß Arc center or arc radius
25
G-codes
Circular Interpolations
ß G02 circular interpolation clockwise around
an arc G03 circular interpolation counter
clockwise around an arc
26
G-codes
How You Tell Directions
ß The direction for G02 can be determined
by rotating from the positive axes
towards the negative axes. The direction
for a G03 is exactly opposite
27
G-codes
Still Going in Circles
ß basic methods
ß Radius method
ß (G02,G03) Xx Yy Rr Ff (on the XY plane)
28
G-codes
Radius Method
ß Requires two entry parameters in the
command the XYZ end point of the arc and
the radius R
ß G02/G03 Xx Yy Zz Rr
29
G-codes
30
G90 M3 S2000
; G90 -absolute coordinate
; M3 - spindle ON
; S - RPM
G0 X0 Y0 Z10
;G0- rapid movement
X10 Y5
Z2
G1 Z-2 F100
;G1- linear movement
;F- feed
X80 F200
X10 Y40
Y5
x80 Y40
x45 y45
x10 y40
x80
x80 y5
g0 z10
x0y0
M30 ; Spindle off
X5
y10
X80
y10
X80
y40
X45 y45
X5
y40
G-codes
31
32
Quiz
Homework #1 - Due date: March 10th
33
Z=-2
Tool Diameter = 0.5 mm
CNC Pro-Light 1000 Machine
34
G-codes
35
36
Spindle
On/Off
Vice
Open/Close
E-stop
1- Machine Home
37
2- Reference Point
38
3. Set position
39
4- Run
40

More Related Content

What's hot

Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tooljntuhcej
 
Computer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationComputer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationSTAY CURIOUS
 
Interesting facts about cnc machining
Interesting facts about cnc machiningInteresting facts about cnc machining
Interesting facts about cnc machiningCnc Machinist
 
Chapter 1 fundamentals of cam
Chapter 1 fundamentals of camChapter 1 fundamentals of cam
Chapter 1 fundamentals of camRAHUL THAKER
 
Universal CNC Milling Machine
Universal CNC Milling MachineUniversal CNC Milling Machine
Universal CNC Milling MachineRTK Industries
 
Manual part programming
Manual part programmingManual part programming
Manual part programmingjntuhcej
 
Computer aided manufacturing
Computer aided manufacturingComputer aided manufacturing
Computer aided manufacturingGulfaraz alam
 
Smart Locus Product Presentation
Smart Locus Product PresentationSmart Locus Product Presentation
Smart Locus Product PresentationLoretta Falcone
 
Control Systems Design- PID Tuning
Control Systems Design- PID TuningControl Systems Design- PID Tuning
Control Systems Design- PID Tuningparulo123
 
smart locus presentation v 6.1 may 2014
smart locus presentation v 6.1 may 2014smart locus presentation v 6.1 may 2014
smart locus presentation v 6.1 may 2014Loretta Falcone
 
Cnc Milling (Heidenhain ISO)
Cnc Milling (Heidenhain ISO)Cnc Milling (Heidenhain ISO)
Cnc Milling (Heidenhain ISO)NavinBurnwal1
 
Smart locus presentation end user 6.1 may 2014
Smart locus presentation end user 6.1 may 2014Smart locus presentation end user 6.1 may 2014
Smart locus presentation end user 6.1 may 2014Loretta Falcone
 
Numerical control and CNC
Numerical control and CNCNumerical control and CNC
Numerical control and CNCnmahi96
 
CNC part programming
CNC part programmingCNC part programming
CNC part programmingjntuhcej
 
Application of cnc machine
Application of cnc machineApplication of cnc machine
Application of cnc machineDrAjayPatel2
 
1. introduction to cam cim
1. introduction to cam cim1. introduction to cam cim
1. introduction to cam cimGezae Mebrahtu
 

What's hot (20)

Cnc programming
Cnc programmingCnc programming
Cnc programming
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tool
 
Computer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing AutomationComputer Numerical Control (CNC) & Manufacturing Automation
Computer Numerical Control (CNC) & Manufacturing Automation
 
Interesting facts about cnc machining
Interesting facts about cnc machiningInteresting facts about cnc machining
Interesting facts about cnc machining
 
Chapter 1 fundamentals of cam
Chapter 1 fundamentals of camChapter 1 fundamentals of cam
Chapter 1 fundamentals of cam
 
Universal CNC Milling Machine
Universal CNC Milling MachineUniversal CNC Milling Machine
Universal CNC Milling Machine
 
Manual part programming
Manual part programmingManual part programming
Manual part programming
 
Computer aided manufacturing
Computer aided manufacturingComputer aided manufacturing
Computer aided manufacturing
 
5 g-code
5   g-code5   g-code
5 g-code
 
Smart Locus Product Presentation
Smart Locus Product PresentationSmart Locus Product Presentation
Smart Locus Product Presentation
 
Control Systems Design- PID Tuning
Control Systems Design- PID TuningControl Systems Design- PID Tuning
Control Systems Design- PID Tuning
 
smart locus presentation v 6.1 may 2014
smart locus presentation v 6.1 may 2014smart locus presentation v 6.1 may 2014
smart locus presentation v 6.1 may 2014
 
Cnc Milling (Heidenhain ISO)
Cnc Milling (Heidenhain ISO)Cnc Milling (Heidenhain ISO)
Cnc Milling (Heidenhain ISO)
 
Smart locus presentation end user 6.1 may 2014
Smart locus presentation end user 6.1 may 2014Smart locus presentation end user 6.1 may 2014
Smart locus presentation end user 6.1 may 2014
 
CimatronE Solutions
CimatronE SolutionsCimatronE Solutions
CimatronE Solutions
 
Numerical control and CNC
Numerical control and CNCNumerical control and CNC
Numerical control and CNC
 
CNC part programming
CNC part programmingCNC part programming
CNC part programming
 
Application of cnc machine
Application of cnc machineApplication of cnc machine
Application of cnc machine
 
1. introduction to cam cim
1. introduction to cam cim1. introduction to cam cim
1. introduction to cam cim
 
CNC Part Program
CNC Part ProgramCNC Part Program
CNC Part Program
 

Similar to COMPUTER ADDED MANUFACTURING

Lo #5 manufacturing technology (jan 2016)
Lo #5 manufacturing technology (jan  2016)Lo #5 manufacturing technology (jan  2016)
Lo #5 manufacturing technology (jan 2016)Abdulaziz AlSuwaidi
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programmingM Siva Kumar
 
Computer numerical control ( CNC )
Computer numerical control  ( CNC )Computer numerical control  ( CNC )
Computer numerical control ( CNC )BhaveshChaudhari21
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGKarthik R
 
Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Ravi Sankar
 
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdf
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdfCh-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdf
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdfJAYANTKUMAR469151
 
CNC machining processes
CNC machining processesCNC machining processes
CNC machining processesAbhishekRan
 
Modern machine
Modern machineModern machine
Modern machineUbaid Shah
 
Introduction to cad/cam
Introduction to cad/camIntroduction to cad/cam
Introduction to cad/camCADD CENTRE
 
CNC PROGRAMMING.pdf
CNC PROGRAMMING.pdfCNC PROGRAMMING.pdf
CNC PROGRAMMING.pdfAbhiKarn2
 
Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machinesDorothy Kare
 
Introduction to CAD-CAM.pdf
Introduction to CAD-CAM.pdfIntroduction to CAD-CAM.pdf
Introduction to CAD-CAM.pdfrajauesi2002
 

Similar to COMPUTER ADDED MANUFACTURING (20)

Lo #5 manufacturing technology (jan 2016)
Lo #5 manufacturing technology (jan  2016)Lo #5 manufacturing technology (jan  2016)
Lo #5 manufacturing technology (jan 2016)
 
12 cnc & part programming
12 cnc & part programming12 cnc & part programming
12 cnc & part programming
 
Computer numerical control ( CNC )
Computer numerical control  ( CNC )Computer numerical control  ( CNC )
Computer numerical control ( CNC )
 
3 numerical control
3 numerical control3 numerical control
3 numerical control
 
cnc machining
cnc machiningcnc machining
cnc machining
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHINING
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
shwetabisht
shwetabishtshwetabisht
shwetabisht
 
Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5Manufacturing Technology-II Unit 5
Manufacturing Technology-II Unit 5
 
Unit5 170719122758
Unit5 170719122758Unit5 170719122758
Unit5 170719122758
 
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdf
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdfCh-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdf
Ch-11 NC; CNC; DNC; FMS; Automation and Robotics_2.pdf
 
CIM Lab.pdf
CIM Lab.pdfCIM Lab.pdf
CIM Lab.pdf
 
CNC machining processes
CNC machining processesCNC machining processes
CNC machining processes
 
Modern machine
Modern machineModern machine
Modern machine
 
CNC Milling
CNC MillingCNC Milling
CNC Milling
 
Introduction to cad/cam
Introduction to cad/camIntroduction to cad/cam
Introduction to cad/cam
 
CNC PROGRAMMING.pdf
CNC PROGRAMMING.pdfCNC PROGRAMMING.pdf
CNC PROGRAMMING.pdf
 
Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machines
 
Introduction to CAD-CAM.pdf
Introduction to CAD-CAM.pdfIntroduction to CAD-CAM.pdf
Introduction to CAD-CAM.pdf
 
DCS
DCSDCS
DCS
 

More from Sagar Joshi

Reverse osmosis Process with Modified V-SEP technology
Reverse osmosis Process with Modified V-SEP technologyReverse osmosis Process with Modified V-SEP technology
Reverse osmosis Process with Modified V-SEP technologySagar Joshi
 
waste heat recovery
waste heat recovery waste heat recovery
waste heat recovery Sagar Joshi
 
Refrigeration system
Refrigeration system Refrigeration system
Refrigeration system Sagar Joshi
 
Lighting system
Lighting system Lighting system
Lighting system Sagar Joshi
 
Energy Monitoring & targeting
Energy Monitoring & targetingEnergy Monitoring & targeting
Energy Monitoring & targetingSagar Joshi
 
Financial management
Financial managementFinancial management
Financial managementSagar Joshi
 
Energy management &amp & audit
Energy management &amp & auditEnergy management &amp & audit
Energy management &amp & auditSagar Joshi
 
Basics of energy
Basics of energy Basics of energy
Basics of energy Sagar Joshi
 
Plasma arc Machine
Plasma arc MachinePlasma arc Machine
Plasma arc MachineSagar Joshi
 
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATION
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATIONIDP AND UDP PROJECT OF GTU . DETAIL INFORMATION
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATIONSagar Joshi
 
Remote sensing introduction
Remote sensing introductionRemote sensing introduction
Remote sensing introductionSagar Joshi
 

More from Sagar Joshi (20)

Reverse osmosis Process with Modified V-SEP technology
Reverse osmosis Process with Modified V-SEP technologyReverse osmosis Process with Modified V-SEP technology
Reverse osmosis Process with Modified V-SEP technology
 
waste heat recovery
waste heat recovery waste heat recovery
waste heat recovery
 
Refrigeration system
Refrigeration system Refrigeration system
Refrigeration system
 
Pumps
Pumps Pumps
Pumps
 
Lighting system
Lighting system Lighting system
Lighting system
 
furnace
furnace furnace
furnace
 
Compressor
Compressor Compressor
Compressor
 
boiler
boiler boiler
boiler
 
Energy Monitoring & targeting
Energy Monitoring & targetingEnergy Monitoring & targeting
Energy Monitoring & targeting
 
Financial management
Financial managementFinancial management
Financial management
 
Energy management &amp & audit
Energy management &amp & auditEnergy management &amp & audit
Energy management &amp & audit
 
Basics of energy
Basics of energy Basics of energy
Basics of energy
 
Frame
FrameFrame
Frame
 
Clutch
ClutchClutch
Clutch
 
Lathe machine
Lathe machineLathe machine
Lathe machine
 
Plasma arc Machine
Plasma arc MachinePlasma arc Machine
Plasma arc Machine
 
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATION
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATIONIDP AND UDP PROJECT OF GTU . DETAIL INFORMATION
IDP AND UDP PROJECT OF GTU . DETAIL INFORMATION
 
Sensors
SensorsSensors
Sensors
 
Remote sensing introduction
Remote sensing introductionRemote sensing introduction
Remote sensing introduction
 
ISRO
ISROISRO
ISRO
 

Recently uploaded

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

COMPUTER ADDED MANUFACTURING

  • 2. Computer Integrated Manufacturing • Computer Integrated Manufacturing, known as CIM, is the phrase used to describe the complete automation of a manufacturing plant, with all processes functioning under computer control and digital information tying them together.
  • 3. CIM • It was promoted by machine tool manufacturers in the 1980's and the Society for Manufacturing Engineers (CASA/SME). Quite often it was mistaken for the concept of a "lights out" factory. It includes • CAD/CAM, computer-aided design/computer-aided manufacturing, • CAPP, computer-aided process planning, • CNC, computer numerical control machine tools, DNC, direct numerical control machine tools,
  • 4. • The heart of computer integrated manufacturing is CAD/CAM. Computer-aided design (CAD) and computer-aided manufacturing (CAM) systems are essential to reducing cycle times in the organization. • CAD/CAM is a high technology integrating tool between design and manufacturing. • CAD techniques make use of group technology to create similar geometries for quick retrieval. Electronic files replace drawing rooms. CAD/CAM
  • 5. • CAD/CAM integrated systems provide design/drafting, planning and scheduling, and fabrication capabilities. CAD provides the electronic part images, and CAM provides the facility for toolpath cutters to take on the raw piece. CAD/CAM
  • 6. • The computer graphics that CAD provides allows designers to create electronic images which can be portrayed in two dimensions, or as a three dimensional solid component or assembly which can be rotated as it is viewed. • Advanced software programs can analyze and test designs before a prototype is made. Finite element analysis programs allow engineers to predict stress points on a part, and the effects of loading. CAD/CAM
  • 7. • Once a part has been designed, the graphics can be used to program the tool path to machine the part. When integrated with an NC postprocessor, the NC program that can be used in a CNC machine is produced. • The design graphics can also be used to design tools and fixtures, and for inspections by coordinate measuring machines. The more downstream use that is made of CAD, the more time that is saved in the overall process. CAD/CAM
  • 8. 8
  • 10. A Definition:Numerical Control Numerical Control is a system in which actions are controlled by the direct insertion of numerical data at some point. The system must automatically interpret at least some portion of the data 10
  • 12. Types of Numerical Control • Conventional Numerical Control (NC) • Direct Numerical Control (DNC) • Computer Numerical Control (CNC) 12
  • 13. Conventional Numerical Control (NC) Data is sent to the machine tool by means of punch cards or tapes. The reader at the machine performs no calculations or interpolations. 13
  • 14. Direct Numeric Control (DNC) Is a method where a single computer controls many numerical control machine tools. These machine tools may or may not be of a similar nature 14
  • 15. Computer Numerical Control (CNC) The idea of computer numerical control is to position a computer right at the machine tool. Most, if not all machine tools that are numericaly controlled are CNC machine tools. 15
  • 17. Advantages o Reduces time for delivery of part Reduces scrap rate of material o Reduces tooling costs o Reduces layout time o Increases machine and tool life o Reduces storage problems o Less setup time o Reduces actual machining time Allows rapid design changes in part Less jigs and fixtures are needed 17
  • 18. NC Programming Fundamentals or how to put the “GO” in your G-codes 18
  • 19. NC Part Programming • Linear tool motion (Milling) relative to the part 19
  • 20. Example: A Milling Operation X Z Y (0,0,0) NC CODE (Word Address Format) N50 G00 X15 Y12.5 Z0 N55 M03 N60 G01 Z-2.5 F500 M08 N65 G01 X50 N70 G01 Y45 N75 G01 X15 N80 G01 Y12.5 N85 G00 Z0 M09 N90 G79 M04 SPINDLE STARTED ! SPINDLE STOP ! 20
  • 21. Basics of NC Part Programming • it is always assumed that the tool moves relative to the work piece no matter what the real situation is. • The position of the tool is described by using a Cartesian coordinate system. • If (0,0,0) position can be described by the operator, then it is called floating zero. 21
  • 22. Preparatory Functions (G Codes) G-codes ß Tool motion ß Rapid traverse G00 ß Positioning command ß Moves the tool at a rapid feed rate to a specific XYZ coordinate ß Takes the shortest route to reach the specified point ß Format ß G00 Xx Yy Zz 22
  • 23. G-codes Linear Interpolation ß Moves the tool from its current position to a specific XYZ coordinate at a specified feed rate ß Format ß G01 Xx Yy Zz ff 23
  • 25. G-codes Circular Interpolations ß Moves a tool around a circular arc to a specific XYZ coordinate ß Requires 5 pieces of information ß Plane selection ß Arc start point ß Rotation direction ß Arc end point ß Arc center or arc radius 25
  • 26. G-codes Circular Interpolations ß G02 circular interpolation clockwise around an arc G03 circular interpolation counter clockwise around an arc 26
  • 27. G-codes How You Tell Directions ß The direction for G02 can be determined by rotating from the positive axes towards the negative axes. The direction for a G03 is exactly opposite 27
  • 28. G-codes Still Going in Circles ß basic methods ß Radius method ß (G02,G03) Xx Yy Rr Ff (on the XY plane) 28
  • 29. G-codes Radius Method ß Requires two entry parameters in the command the XYZ end point of the arc and the radius R ß G02/G03 Xx Yy Zz Rr 29
  • 30. G-codes 30 G90 M3 S2000 ; G90 -absolute coordinate ; M3 - spindle ON ; S - RPM G0 X0 Y0 Z10 ;G0- rapid movement X10 Y5 Z2 G1 Z-2 F100 ;G1- linear movement ;F- feed X80 F200 X10 Y40 Y5 x80 Y40 x45 y45 x10 y40 x80 x80 y5 g0 z10 x0y0 M30 ; Spindle off X5 y10 X80 y10 X80 y40 X45 y45 X5 y40
  • 33. Homework #1 - Due date: March 10th 33 Z=-2 Tool Diameter = 0.5 mm
  • 34. CNC Pro-Light 1000 Machine 34