Shad Valley MUN Introduction to Product Design and Development

Slides:



Advertisements
Similar presentations
Prototyping Teaching materials to accompany: Product Design and Development Chapter 12 Karl T. Ulrich and Steven D.Eppinger 2nd Edition, Irwin McGraw-Hill,
Advertisements

Prescriptive Process models
Winter 2015 ECEn 490 Lecture 10 Prototyping 1 Prototyping and Design Standards.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Chapter 2 Modeling the Process and Life Cycle Shari L. Pfleeger
SEP1 - 1 Introduction to Software Engineering Processes SWENET SEP1 Module Developed with support from the National Science Foundation.
Chapter 2 – Software Processes
Case-study: PCS handheld unit Prototyping for design exploration.
The Role of Software Engineering Brief overview of relationship of SE to managing DSD risks 1.
Teaching materials to accompany:
Conceptual Design.
Prototyping. CS351 - Software Engineering (AY2004)2 Scenario Customer: “We would like the word processor to check the spelling of what is typed in. We.
EMIS Chapter 6. EMIS Chapter 6 EMIS Chapter 6 Fig 6.2 shows where the SEMP fits into the earliest program stages. Fig 6.5 has an.
SE 555 Software Requirements & Specification 1 SE 555 Software Requirements & Specification Prototyping.
Product Design and Development Chapter 12, 13 & 14 – Prototype, Robust Design & Patent and Intellectual Property.
1 Software Testing and Quality Assurance Lecture 1 Software Verification & Validation.
1 As Class Convenes u Find your team, u Collect your team’s folder, u Sign the attendance form.
The Software Product Life Cycle. Views of the Software Product Life Cycle  Management  Software engineering  Engineering design  Architectural design.
Prototyping March 8, Product Concept Prototypes An approximation (in any appropriate medium) of a concept along one or more dimensions of interest.
Design for X Professor Richard Lee Storch IND E 494 Design in the Manufacturing Firm.
Introduction to Software Testing
Teaching materials to accompany:
Development Processes and Organizations
Effective Methods for Software and Systems Integration
Process: A Generic View
ES1050 – Introductory Engineering Design and Innovation Studio Models and Prototypes Prof. Paul Kurowski.
 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Chapter 7 Quality and Innovation in Product and Process Design.
Introduction to RUP Spring Sharif Univ. of Tech.2 Outlines What is RUP? RUP Phases –Inception –Elaboration –Construction –Transition.
Chapter 2 The process Process, Methods, and Tools
Definition of Concurrent Engineering "Concurrent engineering is a systematic approach to the integrated, concurrent design of products and their related.
BAB 11 : Prototyping. Dira Ernawati, ST. MT - P3 2 Prototyping An approximation of the product along one or more dimensions of interest –Industrial designers.
Prototyping Integrated Product and Process Design ME 475 |
Software System Engineering: A tutorial
ES1050 – Introductory Engineering Design and Innovation Studio Models and Prototypes Prof. Paul Kurowski.
Model Making in Design Model making plays a vital role in the process of designing. At every stage of design, from conception to completion, the construction.
Dr. Tom WayCSC Testing and Test-Driven Development CSC 4700 Software Engineering Based on Sommerville slides.
Southwold Enterprises Co.,Ltd. An outsourcing partner committed to your company.
Producing World Class Goods and Services Chapter 12.
Chapter 9 Prototyping. Objectives  Describe the basic terminology of prototyping  Describe the role and techniques of prototyping  Enable you to produce.
The System and Software Development Process Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
1 Lecture #1: PD - Ch 1. Introduction Ref: Product Design and Development by Karl T. Ulrich and Steven D. Eppinger, McGRAW-Hill
Spring ’2014 New Product Development
Chapter 2 Software Processes (2/2) Yonsei University 2 nd Semester, 2015 Sanghyun Park.
J. Scott Hawker p. 1Some material © Rational Corp. Rational Unified Process Overview See and use the RUP Browser on lab machines.
Chapter 8 Lecture 1 Software Testing. Program testing Testing is intended to show that a program does what it is intended to do and to discover program.
Chapter 12 EIN 6392, Product Design summer 2012
Chapter 27 The Engineering Design Process. Learning Objectives Describe the various factors that are changing the design process Discuss the steps in.
Chapter 2 – Software Processes Lecture 1 Chapter 2 Software Processes1.
PRODUCT DESIGN & PROCESS SELECTION. Product & Service Design The process of deciding on the unique characteristics of a company’s product & service offerings.
Chapter 2: Development process and organizations
Modelling the Process and Life Cycle. The Meaning of Process A process: a series of steps involving activities, constrains, and resources that produce.
New Product Development Page 1 Teddy Concurrent Engineering by Teddy Sjafrizal.
Tata McGraw CHAPTER 4 Product and Service Design.
Software Engineering Lecture 10: System Engineering.
Lecturer: Eng. Mohamed Adam Isak PH.D Researcher in CS M.Sc. and B.Sc. of Information Technology Engineering, Lecturer in University of Somalia and Mogadishu.
DESIGN OF PRODUCTS AND SERVICES Chapter Three Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Ulrich Concept Development Process. Ulrich Definition of Prototype Physical Mock-ups Breadboards Look-and-feel models A prototype is an approximation.
Software Project Configuration Management
Computer tools for Scheduling
Life Cycle Models PPT By :Dr. R. Mall.
Exploring Application Lifecycle Management and Its Role in PLM
“The best design is the simplest one that works.” Albert Einstein
Software life cycle models
Testing and Test-Driven Development CSC 4700 Software Engineering
EMIS 7307 Chapter 6.
Shad Valley MUN Introduction to Product Design and Development
Chapter 12 EIN 6392, Product Design Fall 2009
Chapter 2: Development process and organizations
Presentation transcript:

Shad Valley MUN Introduction to Product Design and Development Lecture 4: Part 2 Prototyping Dr. Leonard M. Lye, PEng, FCSCE Professor of Civil Engineering Program Director, MUN Shad Shad Valley MUN

Introduction Prototype = an approximation of the product along one or more dimensions of interest. Alpha prototypes: Used to assess whether product works as intended. Similar in material and geometry as production version, but made differently. E.g. machined instead of molded. Beta prototype: Used to assess reliability and to identify remaining bugs in the product. Given to customers for testing in the use environment. Parts are usually made with the actual production process and supplied by intended parts suppliers. Assembled by team rather than the manufacturer. Shad Valley MUN

Four Uses of Prototypes Learning answering questions about performance or feasibility e.g., proof-of-concept model Communication demonstration of product for feedback e.g., 3D physical models of style or function Integration combination of sub-systems into system model e.g., alpha or beta test models Milestones goal for development team’s schedule e.g., first testable hardware Shad Valley MUN

Physical vs. Analytical Prototypes Physical Prototypes Tangible approximation of the product. May exhibit unmodelled behavior. Some behavior may be an artifact of the approximation. Often best for communication. Analytical Prototypes Mathematical model of the product. Can only exhibit behavior arising from explicitly modelled phenomena. (However, behavior is not always anticipated. Some behavior may be an artifact of the analytical method. Often allow more experimental freedom than physical models. Shad Valley MUN

Focused vs. Comprehensive Prototypes Focused Prototypes Implement one or a few attributes of the product. Answer specific questions about the product design. Generally several are required. Comprehensive Prototypes Implement many or all attributes of the product. Offer opportunities for rigorous testing. Often best for milestones and integration. Shad Valley MUN

Comprehensive Prototypes Many comprehensive prototypes are built. Some comprehensive prototypes build (and sold?). High Technical or Market Risk One prototype may be used for verification. Few or no comprehensive prototypes are built. Low Low High Cost of Comprehensive Prototype Shad Valley MUN

Prototyping Strategy Use prototypes to reduce uncertainty. Make models with a defined purpose. Consider multiple forms of prototypes. Choose the timing of prototype cycles. Many early models are used to validate concepts. Relatively few comprehensive models are necessary to test integration. Plan time to learn from prototype cycles. Avoid the “hardware swamp”. Shad Valley MUN

Rapid Prototyping Methods Most of these methods are additive, rather than subtractive, processes. Build parts in layers based on CAD model. SLA=Stereolithography Apparatus FDM=Fused Deposition Modelling 3D Printing LOM=Laminated Object Manufacturing Others every year... Shad Valley MUN

3-D Printing Similar to a photocopier except that it prints in 3-D. Check out http://www.fabathome.org Build it yourself 3-D printing device And http://www.cc.utah.edu/~asn8200/rapid.html Shad Valley MUN

Virtual Prototyping 3D CAD models enable many kinds of analysis: Fit and assembly Manufacturability Form and style Kinematics Finite element analysis (stress, thermal) Crash testing more every year... Shad Valley MUN

From: Scientific American, March 1999 BMW Virtual Crash Test From: Scientific American, March 1999 Shad Valley MUN

Traditional Prototyping Methods CNC machining Rubber molding + urethane casting Materials: wood, foam, plastics, etc. Model making requires special skills! Shad Valley MUN

Planning for Prototypes – 4 steps Step 1: Define the purpose of the prototype. What is the prototype for? Is it for learning, communication, integration, or milestone? Step 2: Establish Level of Approximation. Is an analytical prototype good enough or a physical prototype necessary? Should it “works like” or just “looks like”? Step 3: Outline an Experimental Plan Decide on what measurements have to be taken. What combinations of configurations need to be tested? Test conditions? Step 4: Create a Schedule for Procurement, Construction, and Testing. Prototyping is a sub-project within the overall product development project. What parts need to be ordered, assembled? When must it be completed? How much time for testing? Shad Valley MUN

Summary Prototypes are used for learning, communication, integration, and milestones. Physical prototypes are best for communication, and comprehensive prototypes are best for integration and milestones. Analytical prototypes are generally more flexible than physical prototypes. Physical prototypes are required to detect unanticipated phenomena. Shad Valley MUN

Summary (Continue) 3-D computer modelling and free-form fabrication technologies have reduced the relative cost and time required to create prototypes. A 4-step method for planning prototype is: Define the purpose of the prototype Establish the level of approximation of the prototype. Outline an experimental plan Create a schedule for procurement, construction, and testing. Shad Valley MUN

Thought Question Some companies have reportedly abandoned the practice of doing a customer test with the early prototypes of their products, preferring instead to go directly and quickly to market in order to observe the actual customer response. For what types of products and markets might this practice make sense? Shad Valley MUN