Engineering Design Process
Engineering Design Process
Capstone I
Capstone II
DEFINE THE PROBLEM
complexity
feasibility
DESIGN CONSTRAINTS & CRITERIA
Design constraints specify criteria that the implemented project must satisfy
Large commercial designs may have hundreds of criteria; student projects will
generally have less (~5-20)
Designs split into a variety of categories
Always look at the limitations
COMPUTATIONAL CONSTRAINTS &
CRITERIA- Example
What algorithms/methods does your software need to use? (FFT? Sorting
algorithms? Table lookup?)
What computing resources does your design require? (Floating point?
Cryptography?)
What requirements are imposed on your processor? (Clock speed? Memory?)
ELECTRONICS CONSTRAINTS & CRITERIA
What major components does your design use? (Sensors? LCDs? External
memory?)
What major interfaces does your design use? (e.g. if your design uses
Ethernet, it will need a physical Ethernet interface and dedicated control
hardware)
How many I/O lines will your microcontroller need? (Largely derived from
components and interfaces used by your design)
What special interface considerations might you need? (Buffering? Impedance
matching? Protocol considerations?)
MECHANICAL CONSTRAINTS & CRITERIA
2
Decision Making Matrix
A Decision Matrix
can be very helpful
When faced with decisions To provide a means of converting
based on several factors non numeric criteria to a
that are not all quantitative quantified result
in nature.
4 3 2 1
4 Best Worst
Decision-Matrix (Pugh’s method)
A Weighted Decision Matrix
Criteria
Weights
for
Comparison Generate Score (Step 3)
(Step 1)
Total (Step 4)
5
Step 1: Select the Criteria for Comparison
The list of criteria must be developed from the customer needs and engineering specifications
A numeric scale can be developed to assign values for each criteria category
8
Decision-Matrix Using a Numeric Ranking
Cost 4 3 3 1
Cleanable 1 3 4 2
Add/Remove 1 1 3 4
water
Power system 1 1 4 4
Heating period 2 3 3 3
Easy use 1 1 3 4
Total 10 12 20 18
9 4 3 2 1
Best Worst
Identifying Criteria
Cost
Geometry Reusability
10
Additional Criteria
Development
Product life time
span
Function Manufacturing
Development costs
Material costs
costs
Size Manufacturing
capabilities
Safety
Company
standards
11
The Right Decision
12
Example
A simple example of planning the
itinerary for a vacation will be used.
Specifically, the problem is this:
You have a fixed amount of money to
spend on a two month vacation in
Europe.
You do not have enough money to see and do as much as you would like.
So you want to select one of many possible itineraries that maximizes
your enjoyment for a minimum cost.
13
Identify the criteria
Cost: the cost of a particular itinerary, including all living expenses
(food, etc.) but excluding activities like tours and buying souvenirs and gifts.
Locations: how many locations that you really want to visit are in a given itinerary
(as, possibly, a fraction of all the locations in the itinerary).
Travel time: total time spent travelling as a fraction of total vacation time.
Travel quality: are the modes of transportation in themselves enjoyable to you?
(Some people enjoy taking trains instead of planes, even though trains are slower).
Travel cost: total cost of only the travel components of the itinerary.
Accommodation: how desirable are the accommodations on a given itinerary?
Safety: will a particular itinerary take you through areas where you will not feel safe?
Novelty: how many new places will you visit, as opposed to places you have visited on other
trips?
14
Rank and weight the criteria
Preferably, there is a way of assigning weights to the criteria so that you can quantify their relative importance (for
example, cost is twice as important as safety).
15
Travel Cost Pairwise Comparison
A Criteria Weight Weight %
Cost B A B Rank and weight the criteria
Travel Cost 5 5*X= 17,85%
Novelty C C C C Cost 4 14.28%
Locations D A B C D Novelty 6 21.42%
Travel time E A B C D E Locations 1 3.57%
Safety F F F F F F F
Travel time 2 7.14%
Accommodat G A B C G E F G
ion Safety 7 24.99%
Travel H A B C H E F G H
quality Accommodation 2 7.14%
16
Rank and weigh the criteria
Value Meaning
-2 performs terribly with respect to the reference
17
Example: Itinerary for a Vacation Construct the Decision Matrix
CONCEPTS
Complexity
Cost
Novelty
Efficiently
Weight
Speed
Wireless
Shape
TOTAL
RANK
CONTINUE?
19