Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 16.

Slides:



Advertisements
Similar presentations
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 3.
Advertisements

Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 11.
STEP NC Tool path programming in an intelligent Step NC Manufacturing Context Adopted and edited from a presentation made by: Raphaël LAGUIONIE - Matthieu.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 18.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 19.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 6.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 7.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 2.
NC and CNC machines and Control Programming
Automation (21-541) Sharif University of Technology Session # 13
Yeu-Sheng Shiue, Ph.D. Christian Brothers University.
STEP-NC Solutions Martin Hardwick David Loffredo STEP-NC Manufacturing Center Watervliet Arsenal, Building 20 Metal Processing Manufacturing.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 10.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 8.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 9.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 14.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 12.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 17.
Computer Integrated Manufacturing CIM
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-8 Industrial Engineering Department King Saud University.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
Introduction CNC (Computer Numerical Control) Machines are automated machines, which uses programs to automatically execute a series of machining operations.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 15.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 1.
CNC MACHINES PRESENTATION BY: G CHAITHAN VINAY KUMAR 10261A1412
SDC PUBLICATIONS © 2012 Chapter 13 Part Drawings and 3D Annonations Learning Objectives:  Create Drawing Layouts from Solid Models  Understand Associative.
Manufacturing Engineering Department Lecture 1 - Introduction
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 17.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session #20.
Boeing STEP Manufacturing Program NASA’s STEP for Aerospace Workshop King G. Yee January 18, 2001.
Communicating Cutting Tool Data Using ISO13399 Bengt Olsson Project Manager Competence Center PLM Sandvik Tooling
Automated Manufacturing Systems
Introduction to Computer Aided Process Planning
Parametric & 3-D Solid Modeling
Chapter 15: Computer-Integrated Manufacturing Systems
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 2.
ISO/TC184/SC1/WG7 Status Report Regarding the Standardisation of a New NC Programming Data Interface Laboratory for Machine Tools and Production Engineering.
The Systems Development Methodologies. Objectives  Describe the information Systems Development Life Cycle (SDLC)  Explain prototyping  Explain Rapid.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 1.
TECH 104 – Technical Graphics Communication Week 15: Design in Industry & Applications of 3D CAD.
STEP-NC a new language for CNC machining and measurement
“The evolution of manufacturing” Lesson 1. CNC : C omputer N umerical C ontrol; refers to a computer “controller” that reads instructions written in code.
Computer Aided Manufacturing BIM Curriculum 10. Topics  Definitions  CAM in the AEC Industry  CAM Workflow with BIM  Case Studies.
Department of Industrial Engineering Sharif University of Technology Session# 6.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. PowerPoint to accompany Krar Gill Smid Technology of Machine.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session #15.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session #13.
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 20.
Automation of NC-code generation for NC machines in the engineering industry Researcher: Egor Obuhov Scientific advisor: Sergey Bochkarev Perm National.
Tool Library Services by Sandvik Coromant Bengt Olsson Project Manager - Product Information Sandvik Coromant
BY SAM.  Computer-aided design [CAD]  Computer-aided manufacture [CAM]  CAD/CAM systems  Computer-aided engineering (CAE) 1/17/2012 ICT on Engineering.
Introduction to Computer Aided Process Planning
Automated Operation Features in Workshop Machineries Machines that are applied to carry out critical core engineering works.
1 FLEXIBLE MANUFACTURING SYSTEMS/ROBOTICS FLEXIBLE MANUFACTURING SYSTEMS IS A MANUFACTURING TECHNOLOGY WHICH INCLUDES THE WORD “SYSTEM” INFERRING A PHILOSOPHY.
ISLANDS OF AUTOMATION.
49th ISO TC184/SC4 meeting Industry Day
Cloud-Based Process Planning for CNC Code Generation
CAD/CAM Snježana Korčij
INTRODUCTION (Manufacturing Planning)
NC, CNC, DNC.
Flexible Manufacturing Systems
Evolution of Machine Tools
Revision lesson Task Take notes
Eastern Mediterranean University Department of Mechanical Engineering
Introduction To CAD/CAM
Standardize Automate Protect Monitor team-based development
COMPUTER HISTORY, PRESENT & FUTURE. What is a Computer? A computer is a machine that can be instructed to carry out sequences of arithmetic or logical.
Presentation transcript:

Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 16

 Computer-Aided Manufacturing (CAM)  Case studies  Design of a STEP compliant system for turning operations  Architecture and implementation of a shop-floor programming system for STEP-compliant CNC Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 2

 Manufacturing automation primitives  CNC machining  Numerical control (NC) was developed in early 50’s to meet the critical requirements of aerospace Industry.  Since the information required to actuate and control slides was coded numerically, this technology came to be known as numerical control.  Early numerically controlled machines were fully hardwired machines as the entire control logic was implemented in hardware. Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 3

 Manufacturing automation primitives  Coding of information in NC machines  NC is control by information contained in a part program, which is a set of coded instructions given as numbers for the automatic control of a machine in a pre-determined sequence.  N005 G01 U20 W-50 S1200 F0.2 M08; Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 4

 Manufacturing automation primitives  Design of a STEP compliant system for turning operations Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 5

 Manufacturing automation primitives  Design of a STEP compliant system for turning operations  The use of ISO 6983 (G&M codes) for programming CNC machines requires NC part programs to be specific to a machine and CNC controller.  To satisfy the latest requirements and demands with respect to bidirectional process chains of machining modeling, several different technology-specific process models are necessary within STEP-NC Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 6

 Manufacturing automation primitives  Design of a STEP compliant system for turning operations  The implementation of SCSTO consists of three main stages:  The representation of the information model,  The development of the tool database and  The construction of the system application Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 7

 Manufacturing automation primitives  Design of a STEP compliant system for turning operations Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 8

 Manufacturing automation primitives  Design of a STEP compliant system for turning operations Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 9

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant CNC Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 10

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant  Depending on how (ISO 14649) ISO AP238 is implemented on CNC, there are three types:  (1) conventional control,  (2) new control, and  (3) new intelligent control  Some examples for intelligent functions are  Automatic feature recognition,  Automatic collision-free tool path generation including approach and retract motion,  Automatic tool selection,  Automatic cutting condition selection Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 11

Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16  Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant 12

Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16  Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant 13

Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16  Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant 14

Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16  Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant 15

Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16  Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant 16

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 17

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 18

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 19

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 20

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 21

 Manufacturing automation primitives  Architecture and implementation of a shop-floor programming system for STEP-compliant Advanced Manufacturing Laboratory, Department of Industrial Engineering, Sharif University of Technology Automation (21541), Session # 16 22