SlideShare a Scribd company logo
1 of 34
COMPUTERS IN INDUSTRIAL MANUFACTURING
Need for quality manufacturing
Short lead times and short product lives
Increasing consumer awareness regarding the quality of the product
The role of computers in manufacturing may be broadly classified into two groups:
1. Computer monitoring and control of the manufacturing process
2. Manufacturing support applications, which deal essentially with the preparations for
actual manufacturing and post-manufacture operations
In the first category are such applications where the computer is directly inter faced with
the manufacturing apparatus for monitoring and control functions in the manufacturing
process. For example, in a continuous process industry (chemical processing), a number of
process parameters may be monitored. With built-in specifications in the computer
memory, suitable actions may be initiated by the computer for the purpose of regulating
the process.
In the second category, are all the support func tions that computers can pro vide for the successful
com pletion of manufactur ing operations. The types of sup port that can be envisaged are the following:
CAD— Computer Aided Design The use of computer methods to develop the geometric model of the product
in three-dimensional form, such that the geometric and manufacturing requirements can be examined.
CADD— Computer Aided Design and Drafting Combining the CAD function with drafting to generate the
production drawings of the part for the purpose of downstream processing.
CAE— Computer Aided Engineering The use of computer methods to support basic error checking,
analysis, optimisation, manufacturability, etc., of a product design.
CAM— Computer Aided Manufacturing Generally refers to the computer software used to develop the
Computer Numerical Control part programs for machining and other processing applications.
CAPP— Computer Aided Process Planning The use of computers to generate the process plans for the
complete manufacture of products and parts.
CATD— Computer Aided Tool Design Computer assistance to be used for developing the tools for
manufacture such as jigs and fixtures, dies, and moulds.
CAP— Computer Aided Planning The use of computers for many of the planning functions such as material
requirement planning, computer aided scheduling, etc.
CAQ— Computer Aided Quality Assurance The use of computers and computer-controlled equipment for
assessing the inspection methods and developing the quality control and assurance functions.
CAT— Computer Aided Testing Refers to the software tools that can take a system through its various
phases of operations and examine the response against the expected results.
Product cycle (design and manufacturing
Product cycle revised with CAD/CAM overlaid.
Computer assistance for the design cycle
CAD
• Layout design for the overall assembly
• Individual component modelling
• Assembly modelling
• Interference and tolerance stack checking
• Engineering drawings
CAM
CAD/CAM Systems Evaluation Criteria
The various types of CAD/CAM systems are Mainframe-Based Systems, Minicomputer-Based Systems,
Microcomputer-Based Systems and Workstation Based Systems.
SYSTEM CONSIDERATIONS
(i) Hardware
Each workstation is connected to a central computer, called the server, which has enough large disk and memory to store users' files and
applications programs as well as executing these programs.
(ii) Software
Three major contributing factors are the type of operating system the software runs under, the type of user interface and the quality of
documentation.
(iii) Maintenance
Repair of hardware components and software updates comprise the majority of typical maintenance contracts. The annual cost of these
contracts is substantial (about 5 to 10 percent of the initial system cost) and should be considered in deciding on the cost of a system in
addition to the initial capital investment.
(iv) Vendor Support and Service
Vendor support typically includes training, field services and technical support. Most vendors provide training courses, sometimes on-site if
necessary.
GEOMETRIC MODELING CAPABILITIES
(i) Representation Techniques
The geometric modeling module of a CAD/CAM system is its heart. The
applications module of the system is directly related to and limited by the various
representations it supports. Wireframes, surfaces and solids are the three types of
modeling available.
(ii) Coordinate Systems and Inputs
In order to provide the designer with the proper flexibility to generate geometric models,
various types of coordinate systems and coordinate inputs ought to be provided.
Coordinate inputs can take the form of cartesian (x, y, z), cylindrical (r, θ, z) and
spherical (θ, φ, z).
(iii) Modeling Entities
The fact that a system supports a representation scheme is not enough. It is important to
know the specific entities provided by the scheme. The ease to generate, verify and edit
these entities should be considered during evaluation.
(iv) Geometric Editing and Manipulation
It is essential to ensure that these geometric functions exist for the three types of
representations. Editing functions include intersection, trimming and projection and
manipulations include translation, rotation, copy, mirror, offset, scaling and changing
attributes.
(v) Graphics Standards Support
If geometric models' databases are to be transferred from one system to another, both
systems must support exchange standards.
DESIGN DOCUMENTATION
(i) Generation of Engineering Drawings
After a geometric model is created, standard drafting practices are usually applied to it to
generate the engineering drawings or the blueprints. Various views (usually top, front and
right side) are generated in the proper drawing layout. Then dimensions are added, hidden
lines are eliminated and/or dashed, tolerances are specified, general notes and labels are
added, etc.
APPLICATIONS
(i) Assemblies or Model Merging
Generating assemblies and assembly drawings from individual parts is an essential process.
(ii) Design Applications
There are design packages available to perform applications such as mass property calculations,
tolerance analysis, finite element modeling and analysis, injection modeling analysis and
mechanism analysis and simulation.
(iii) Manufacturing Applications
The common packages available are tool path generation and verification, NC part programming,
postprocessing, computer aided process planning, group technology, CIM applications and robot
simulation.
(iv) Programming Languages Supported
It is vital to look into the various levels of programming languages a system supports.
Attention should be paid to the syntax of graphics commands when they are used inside and
outside the programming languages. If this syntax changes significantly between the two cases,
user confusion and panic should be expected.
DATABASE STRUCTURES FOR GRAPHIC MODELLING
Typical data that would normally be contained in a geometric model file is
1. Organisational data
Identification number
Drawing number
Design origin and status of changes
Current status
Designer name
Date of design
Scale
Type of projections
Company
2. Technological data
Geometry
Dimensions
Tolerances
Surface finishes
Material specifications or reference
In the case of geometric modelling, the database structure should provide some of the
following functionalities:
• Allow for greater interaction of the user with the modelling system. This should allow the
user to add, delete and modify the data in the form of geometric entities as required during the
process of modelling and other associated functions.
• Support a large variety of types of data to be represented in the database as explained earlier.
The types of data may be in the form of real and integer values, geometric information, textual
information such as manufacturing notes or finishes, CNC tool paths, finite element meshes,
etc.
• The data structure should be able to allow for associating the data with the modelling process
such that the design intent can be effectively captured by the data and can be utilised later for
any of the modifications as required during the lifecycle of the product.
• The data should allow for storing information in the most compact form possible such that
less data storage and transmission speeds would be required for working in group
environments. For example, multiple instances of geometry may only be stored once and then
simply the instant information be used for manipulating that to generate the models or
drawing as required.
• Data should maintain complete associativity with all the downstream and upstream
Data Models
A hierarchical representation of data
for a product model
A network representation of data
for a product model
A relational representation of data
for a product model
Geometric Model Data
Complete data structure for geometric models of products
Engineering data management within a manufacturing enterprise
COMPUTER GRAPHICS
Model to be developed With WCS With WCS and UCS
CO-ORDINATE SYSTEM
TRANSFORMATIONS
The main types of pure transformations with which we are
likely to come across are
• Translation
• Scaling
• Reflection or mirror
• Rotation
TRANSLATION. Translation involves moving the element from one location to another.
( x ' , y ' ) = (x,y) + T
SCALING. Scaling of an element is used to enlarge it or
reduce its size.
(x',y') = (x,y)S
Concatenation of Transformations
It is the process to combine the individual transformations.
care should be taken to see that the order of the matrix is same
Homogeneous Representation
The process of converting additive type of matrix to multiplicative
CLIPPING
Clipping Lines
Clipping Polygons
HIDDEN LINE/SURFACE REMOVAL
COLOUR
RGB Model(Additive)-Used in displays CMY Model(Subtractive)-Used in printers
SHADING

More Related Content

What's hot (20)

Introduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptxIntroduction of computer aided manufacturing.pptx
Introduction of computer aided manufacturing.pptx
 
Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
 
Introduction to CAD/CAE/CAM
Introduction to CAD/CAE/CAMIntroduction to CAD/CAE/CAM
Introduction to CAD/CAE/CAM
 
CAD/CAM
CAD/CAMCAD/CAM
CAD/CAM
 
CAD/CAM Lecture #5
CAD/CAM Lecture #5CAD/CAM Lecture #5
CAD/CAM Lecture #5
 
CAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-ICAD/CAM -PPT UNIT NO-I
CAD/CAM -PPT UNIT NO-I
 
CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)CAD - Unit-1 (Fundamentals of Computer Graphics)
CAD - Unit-1 (Fundamentals of Computer Graphics)
 
CAD CAM CAE and PLM Study
CAD CAM CAE and PLM StudyCAD CAM CAE and PLM Study
CAD CAM CAE and PLM Study
 
Abhijeet Pombarekar
Abhijeet PombarekarAbhijeet Pombarekar
Abhijeet Pombarekar
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industries
 
Introductiuon to cad
Introductiuon to cadIntroductiuon to cad
Introductiuon to cad
 
Cadcampart1
Cadcampart1Cadcampart1
Cadcampart1
 
CAD/CAM Lecture #4
CAD/CAM Lecture #4CAD/CAM Lecture #4
CAD/CAM Lecture #4
 
ME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cadME6501 Unit 1 introduction to cad
ME6501 Unit 1 introduction to cad
 
CAD/CAM Lecture #1
CAD/CAM Lecture #1CAD/CAM Lecture #1
CAD/CAM Lecture #1
 
CAD/CAM ppt
CAD/CAM pptCAD/CAM ppt
CAD/CAM ppt
 
CAD CAE CAM Lecture
CAD CAE CAM LectureCAD CAE CAM Lecture
CAD CAE CAM Lecture
 
CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)
 
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURINGCOMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
COMPUTER AIDED DESIGN, COMPUTER AIDED MANUFACTURING
 
Cad, cam, cim
Cad, cam, cimCad, cam, cim
Cad, cam, cim
 

Similar to Cad cam

Technology and design (a brief overview)
Technology and design (a brief overview)Technology and design (a brief overview)
Technology and design (a brief overview)NGO Etnika
 
Cadcam+introduction
Cadcam+introductionCadcam+introduction
Cadcam+introductionUsmanArgan
 
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsComputer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsRSIS International
 
CAD CAM CONSIDERATIONS IN FMS
CAD CAM CONSIDERATIONS IN FMSCAD CAM CONSIDERATIONS IN FMS
CAD CAM CONSIDERATIONS IN FMSJyotiraman De
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxKhalil Alhatab
 
Cadcam considerations about fms
Cadcam considerations about fmsCadcam considerations about fms
Cadcam considerations about fmsSudhir Reddy
 
Technology and design
Technology and designTechnology and design
Technology and designArbnor Hoxhaj
 
Introduction to mechanical engineering design & manufacturing with
Introduction to mechanical engineering design & manufacturing withIntroduction to mechanical engineering design & manufacturing with
Introduction to mechanical engineering design & manufacturing withAkshit Rajput
 
CAPP , JIT, FMS
CAPP , JIT, FMSCAPP , JIT, FMS
CAPP , JIT, FMSDenny John
 
Application of computer in Textile
Application of computer in TextileApplication of computer in Textile
Application of computer in TextileMostak Obama
 
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h84035VAIDPKULKARNISEM
 
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )ravis205084
 
PLCM Module -5-Dr.GMS JSSATEB.pdf
PLCM Module -5-Dr.GMS JSSATEB.pdfPLCM Module -5-Dr.GMS JSSATEB.pdf
PLCM Module -5-Dr.GMS JSSATEB.pdfswamy62
 
Introduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxsuyogpatil49
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptxHayelomGebre
 

Similar to Cad cam (20)

unit 1 &2.pdf
unit 1 &2.pdfunit 1 &2.pdf
unit 1 &2.pdf
 
Technology and design (a brief overview)
Technology and design (a brief overview)Technology and design (a brief overview)
Technology and design (a brief overview)
 
Cadcam+introduction
Cadcam+introductionCadcam+introduction
Cadcam+introduction
 
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational PartsComputer Aided Process Planning Using Neutral File Step for Rotational Parts
Computer Aided Process Planning Using Neutral File Step for Rotational Parts
 
CAD CAM CONSIDERATIONS IN FMS
CAD CAM CONSIDERATIONS IN FMSCAD CAM CONSIDERATIONS IN FMS
CAD CAM CONSIDERATIONS IN FMS
 
Part 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptxPart 1-Introduction to CAD-CAM-CAE.pptx
Part 1-Introduction to CAD-CAM-CAE.pptx
 
Cadcam considerations about fms
Cadcam considerations about fmsCadcam considerations about fms
Cadcam considerations about fms
 
DOC of Crank shaft
DOC of Crank shaftDOC of Crank shaft
DOC of Crank shaft
 
Technology and design
Technology and designTechnology and design
Technology and design
 
Nx file
Nx fileNx file
Nx file
 
Nx file
Nx fileNx file
Nx file
 
Introduction to mechanical engineering design & manufacturing with
Introduction to mechanical engineering design & manufacturing withIntroduction to mechanical engineering design & manufacturing with
Introduction to mechanical engineering design & manufacturing with
 
CAPP , JIT, FMS
CAPP , JIT, FMSCAPP , JIT, FMS
CAPP , JIT, FMS
 
CIM unit-1
CIM  unit-1CIM  unit-1
CIM unit-1
 
Application of computer in Textile
Application of computer in TextileApplication of computer in Textile
Application of computer in Textile
 
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8
CIM UNIT II.pptx bgugygyyugyugyuububub8y88h87h8hh8h8
 
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
Unit 1 INTRODUCTION (COMPUTER AIDED DESIGN AND MANUFACTURING )
 
PLCM Module -5-Dr.GMS JSSATEB.pdf
PLCM Module -5-Dr.GMS JSSATEB.pdfPLCM Module -5-Dr.GMS JSSATEB.pdf
PLCM Module -5-Dr.GMS JSSATEB.pdf
 
Introduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptxIntroduction to CAD-CAM.pptx
Introduction to CAD-CAM.pptx
 
Product Design and CAD.pptx
Product Design and CAD.pptxProduct Design and CAD.pptx
Product Design and CAD.pptx
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

Cad cam

  • 1. COMPUTERS IN INDUSTRIAL MANUFACTURING Need for quality manufacturing Short lead times and short product lives Increasing consumer awareness regarding the quality of the product The role of computers in manufacturing may be broadly classified into two groups: 1. Computer monitoring and control of the manufacturing process 2. Manufacturing support applications, which deal essentially with the preparations for actual manufacturing and post-manufacture operations In the first category are such applications where the computer is directly inter faced with the manufacturing apparatus for monitoring and control functions in the manufacturing process. For example, in a continuous process industry (chemical processing), a number of process parameters may be monitored. With built-in specifications in the computer memory, suitable actions may be initiated by the computer for the purpose of regulating the process.
  • 2. In the second category, are all the support func tions that computers can pro vide for the successful com pletion of manufactur ing operations. The types of sup port that can be envisaged are the following: CAD— Computer Aided Design The use of computer methods to develop the geometric model of the product in three-dimensional form, such that the geometric and manufacturing requirements can be examined. CADD— Computer Aided Design and Drafting Combining the CAD function with drafting to generate the production drawings of the part for the purpose of downstream processing. CAE— Computer Aided Engineering The use of computer methods to support basic error checking, analysis, optimisation, manufacturability, etc., of a product design. CAM— Computer Aided Manufacturing Generally refers to the computer software used to develop the Computer Numerical Control part programs for machining and other processing applications. CAPP— Computer Aided Process Planning The use of computers to generate the process plans for the complete manufacture of products and parts. CATD— Computer Aided Tool Design Computer assistance to be used for developing the tools for manufacture such as jigs and fixtures, dies, and moulds. CAP— Computer Aided Planning The use of computers for many of the planning functions such as material requirement planning, computer aided scheduling, etc. CAQ— Computer Aided Quality Assurance The use of computers and computer-controlled equipment for assessing the inspection methods and developing the quality control and assurance functions. CAT— Computer Aided Testing Refers to the software tools that can take a system through its various phases of operations and examine the response against the expected results.
  • 3. Product cycle (design and manufacturing
  • 4. Product cycle revised with CAD/CAM overlaid.
  • 5. Computer assistance for the design cycle
  • 6.
  • 7.
  • 8.
  • 9.
  • 10. CAD • Layout design for the overall assembly • Individual component modelling • Assembly modelling • Interference and tolerance stack checking • Engineering drawings
  • 11.
  • 12.
  • 13. CAM
  • 14.
  • 15.
  • 16. CAD/CAM Systems Evaluation Criteria The various types of CAD/CAM systems are Mainframe-Based Systems, Minicomputer-Based Systems, Microcomputer-Based Systems and Workstation Based Systems. SYSTEM CONSIDERATIONS (i) Hardware Each workstation is connected to a central computer, called the server, which has enough large disk and memory to store users' files and applications programs as well as executing these programs. (ii) Software Three major contributing factors are the type of operating system the software runs under, the type of user interface and the quality of documentation. (iii) Maintenance Repair of hardware components and software updates comprise the majority of typical maintenance contracts. The annual cost of these contracts is substantial (about 5 to 10 percent of the initial system cost) and should be considered in deciding on the cost of a system in addition to the initial capital investment. (iv) Vendor Support and Service Vendor support typically includes training, field services and technical support. Most vendors provide training courses, sometimes on-site if necessary.
  • 17. GEOMETRIC MODELING CAPABILITIES (i) Representation Techniques The geometric modeling module of a CAD/CAM system is its heart. The applications module of the system is directly related to and limited by the various representations it supports. Wireframes, surfaces and solids are the three types of modeling available. (ii) Coordinate Systems and Inputs In order to provide the designer with the proper flexibility to generate geometric models, various types of coordinate systems and coordinate inputs ought to be provided. Coordinate inputs can take the form of cartesian (x, y, z), cylindrical (r, θ, z) and spherical (θ, φ, z).
  • 18. (iii) Modeling Entities The fact that a system supports a representation scheme is not enough. It is important to know the specific entities provided by the scheme. The ease to generate, verify and edit these entities should be considered during evaluation. (iv) Geometric Editing and Manipulation It is essential to ensure that these geometric functions exist for the three types of representations. Editing functions include intersection, trimming and projection and manipulations include translation, rotation, copy, mirror, offset, scaling and changing attributes. (v) Graphics Standards Support If geometric models' databases are to be transferred from one system to another, both systems must support exchange standards.
  • 19. DESIGN DOCUMENTATION (i) Generation of Engineering Drawings After a geometric model is created, standard drafting practices are usually applied to it to generate the engineering drawings or the blueprints. Various views (usually top, front and right side) are generated in the proper drawing layout. Then dimensions are added, hidden lines are eliminated and/or dashed, tolerances are specified, general notes and labels are added, etc.
  • 20. APPLICATIONS (i) Assemblies or Model Merging Generating assemblies and assembly drawings from individual parts is an essential process. (ii) Design Applications There are design packages available to perform applications such as mass property calculations, tolerance analysis, finite element modeling and analysis, injection modeling analysis and mechanism analysis and simulation. (iii) Manufacturing Applications The common packages available are tool path generation and verification, NC part programming, postprocessing, computer aided process planning, group technology, CIM applications and robot simulation. (iv) Programming Languages Supported It is vital to look into the various levels of programming languages a system supports. Attention should be paid to the syntax of graphics commands when they are used inside and outside the programming languages. If this syntax changes significantly between the two cases, user confusion and panic should be expected.
  • 21. DATABASE STRUCTURES FOR GRAPHIC MODELLING Typical data that would normally be contained in a geometric model file is 1. Organisational data Identification number Drawing number Design origin and status of changes Current status Designer name Date of design Scale Type of projections Company 2. Technological data Geometry Dimensions Tolerances Surface finishes Material specifications or reference
  • 22. In the case of geometric modelling, the database structure should provide some of the following functionalities: • Allow for greater interaction of the user with the modelling system. This should allow the user to add, delete and modify the data in the form of geometric entities as required during the process of modelling and other associated functions. • Support a large variety of types of data to be represented in the database as explained earlier. The types of data may be in the form of real and integer values, geometric information, textual information such as manufacturing notes or finishes, CNC tool paths, finite element meshes, etc. • The data structure should be able to allow for associating the data with the modelling process such that the design intent can be effectively captured by the data and can be utilised later for any of the modifications as required during the lifecycle of the product. • The data should allow for storing information in the most compact form possible such that less data storage and transmission speeds would be required for working in group environments. For example, multiple instances of geometry may only be stored once and then simply the instant information be used for manipulating that to generate the models or drawing as required. • Data should maintain complete associativity with all the downstream and upstream
  • 23. Data Models A hierarchical representation of data for a product model A network representation of data for a product model A relational representation of data for a product model
  • 24. Geometric Model Data Complete data structure for geometric models of products
  • 25. Engineering data management within a manufacturing enterprise
  • 26. COMPUTER GRAPHICS Model to be developed With WCS With WCS and UCS CO-ORDINATE SYSTEM
  • 27. TRANSFORMATIONS The main types of pure transformations with which we are likely to come across are • Translation • Scaling • Reflection or mirror • Rotation
  • 28. TRANSLATION. Translation involves moving the element from one location to another. ( x ' , y ' ) = (x,y) + T
  • 29. SCALING. Scaling of an element is used to enlarge it or reduce its size. (x',y') = (x,y)S
  • 30. Concatenation of Transformations It is the process to combine the individual transformations. care should be taken to see that the order of the matrix is same Homogeneous Representation The process of converting additive type of matrix to multiplicative
  • 33. COLOUR RGB Model(Additive)-Used in displays CMY Model(Subtractive)-Used in printers