SlideShare a Scribd company logo
When should I use
simulation?
Prof. Brian Harrington
Agenda
•
•
•
•
•

Common Manufacturing issues
Intro to different types of simulation
Using maths to analyze a Queuing System
Using Excel/Monte Carlo simulation
Using Discrete Event Simulation to look at
system design
• Six Sigma simulations
• A case study.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Manufacturing Dilemma

• Any product development process
involves extensive prototyping;
• Yet, costly manufacturing production
systems are typically not prototyped

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Simulation in Manufacturing

• System Design
• Operational Procedures
• Performance Evaluation

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
System Design

•
•
•
•
•
•
•

Plant Layout
Effects of introducing new equipment
Location and sizing of inventory buffers
Location of inspection stations
Optimal number of carriers, pallets
Resource planning
Protective capacity planning
Biggest Bang for the Dollar!
Contains Operational Procedures &
Performance Metrics.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Operational Procedures
• Production Scheduling - Choice of scheduling
and dispatching rules
• Control strategies for material handling
equipment
• Shift patterns and planned downtime
• Impact of product variety and mix
• Inventory Analysis
• Preventative maintenance on equipment
availability
Continuous Improvement

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Performance Evaluation

• Throughput Analysis (capacity of the
system, identification of bottlenecks); Jobs
per Hour
• Time-in-System Analysis
• Assessment of Work-in-process (WIP)
levels
• Setting performance measure standards;
OEE
If you can measure it, you can manage it!
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Agenda
•
•
•
•
•

Common Manufacturing issues
Intro to different types of simulation
Using maths to analyze a Queuing System
Using Excel/Monte Carlo simulation
Using Discrete Event Simulation to look at
system design
• Six Sigma simulations
• A case study.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Why Simulation?

•
•
•
•
•

Competition drives the following:
Leaner production environment
Shorter product development cycles
Narrower profit margins
Flexible Manufacturing (1 Facility, 1
Process, Multiple Models)

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Types of Simulation

• Mathematical Modeling
– e.g. Queuing Theory

• Monte Carlo Simulation
– e.g. Excel based models

• Discrete Event Simulation
– e.g. SIMUL8

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Simulation Overview
System Model

Deterministic

Stochastic

Queuing
Theory

Static

Dynamic

Static

Differential
equations

Monte
Carlo

Continuous

Discrete

Dynamic

Continuous

Discrete
DES

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Agenda
•
•
•
•
•

Common Manufacturing issues
Intro to different types of simulation
Using maths to analyze a Queuing System
Using Excel/Monte Carlo simulation
Using Discrete Event Simulation to look at
system design
• Six Sigma simulations
• A case study.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
A Queuing System
Input Source

Service Process

Queue
Arrival
Process

Service
Mechanism

Jockeying

Queue
Balking
Reneging
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com

Served Customers

Queue Structure
Queuing Concepts
Relationships for M/M/C
1

Po =

C-1

S

n=0

(l/m)
n!

n

+ (l/m)
c!

c

cm
(
)
cm - l

c

Lq =

(l/m) (l m) Po
(c – 1)! (cm – l) 2

l = mean arrival rate
m= mean service rate
C = number of parallel servers

These are messy to calculate by
hand, but are very easy with
appropriate software or a table.

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Queuing Concepts
A Comparison of Single Server Models
2

M/G/1 L =
q

M/D/1 L q =

M/M/1 L =
q

l s

2

2

+ (l/m)

2(1 - l/m)

(l/m)

2

2(1 - l/m)
2

(l/m)

(1 - l/m)
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com

Note that
M/D/1 is
½ of M/M/1
Limitations on Queuing Models

• What if:
– we don’t have one of these basic models?
– we have a complex system that has segments
of these basic models and has other
segments that do not conform to these basic
models?

• Then – simulate!

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Excel Based Simulations
• Uses Data Table functions
• Each Row might be one iteration of a simulation
• Each Col is a random variable generated in the
simulation
• RAND(), VLOOKUP(), COUNTIF(), NORMINV()
• Calculation & Iteration
• >>> Using VBA to bring in Probability functions

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Monte Carlo Simulation
• Named after the gaming tables of Monte Carlo
• Also referred to as a Static Simulation Model in
that it is a representation of a system at a
particular point in time
• In contrast, a Dynamic Simulation is a
representation of a system as it evolves over
time
• Might be accomplished using Excel and the
Random()
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Monte Carlo Simulation
A Simple Example
Day

RN

Deman
d

Units
Sold

Units
Units Sale
Unsold Short s
Rev

Return
s
Rev

Unit Good Profit
Cost Will
$

1

10

16

16

2

0

4.80

0.16

2.70

0.00

2.26

2

22

16

16

2

0

4.80

0.16

2.70

0.00

2.26

3

24

17

17

1

0

5.10

0.08

2.70

0.00

2.48

4

42

17

17

1

0

5.10

0.08

2.70

0.00

2.48

5

37

17

17

1

0

5.10

0.08

2.70

0.00

2.48

6

77

18

18

0

0

5.40

0.00

2.70

0.00

2.70

7

99

20

18

0

2

5.40

0.00

2.70

0.14

2.56

8

96

20

18

0

2

5.40

0.00

2.70

0.14

2.56

9

89

19

18

0

1

5.40

0.00

2.70

0.07

2.63

10

85

19

18

0

1

5.40

0.00

2.70

0.07

2.63

Avg

2.50

Where do this numbers come from?
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Limitations & Disadvantages

• Stochastic, but static! Usually the time
evolution of a manufacturing system is
significant!
• Excel based models, soon start to use
VBA, and become very complicated
• Might require 1000’s of iterations; Data
Tables become slow
• Difficult to communicate results to
management.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Agenda
•
•
•
•
•

Common Manufacturing issues
Intro to different types of simulation
Using maths to analyze a Queuing System
Using Excel/Monte Carlo simulation
Using Discrete Event Simulation to look at
system design
• Six Sigma simulations
• A case study.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Benefits of using DES Simulation
• Mathematical & Excel based models only go so
far
• Less difficult than mathematical methods
• Adds lot of “realism” to the model. Easy to
communicate to end users and decision makers
• Time compression
• Easy to “scale” the system and study the effects
• User involvement results in a sense of
“ownership” and facilitates implementation
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
SIMUL8 Common Building Blocks

The 8 Common Building Blocks: Start Point, Queue, Activity, Conveyor,
Resource, and End Point. Then the Logical aspect Labels & Conditional
Statements.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
8 is all you Need
1. Work Item Types: Can represent parts,
carriers, signals, phone calls, just about
anything that requires a “Label Profile”.
2. Activities: Work Centers, machines, tasks,
process steps, anything that requires a “Cycle
Time”.
3. Storage Areas: Buffers, de-couplers, banks,
magazines, anything that requires a finite space
to occupy over time.
4. Conveyors: Moving parts from pt A to pt B;
Number of parts & Speed of conveyor.
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
…8 is all you Need…
5. Resources: Manpower, crews, forklifts, tugs;
anything that require a certain resource to be
present.
6. End Pt: Keep track of statistics and free
memory!
7. Labels: The attributes of a Work Item.
8. Visual Logic: The ability to create conditional
statements; variables, loops, commands &
functions.

SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
Less is More using 6-Sigma

DMAIC or DMADV steps:
• Define, Measure, Analyze, Improve, Control
• Define, Measure, Analyze, Design, Verify

DES Steps:
• Objective, Assumptions, Data Collection, Build Model,
Verify, Validate, Experimentation, Results

Very similar steps!
SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com

More Related Content

PPT
PPTX
Discrete event-simulation
PPTX
Time advance mehcanism
PDF
Mit16 30 f10_lec01
PPTX
Discrete event simulation
PDF
Chapter 2 variety of modelling
PPT
What is sim?ulation
PPTX
Matlab
Discrete event-simulation
Time advance mehcanism
Mit16 30 f10_lec01
Discrete event simulation
Chapter 2 variety of modelling
What is sim?ulation
Matlab

Viewers also liked (14)

PDF
Simulation models and corporate financial planning of banks in bayelsa state,...
DOCX
Value stream mapping using simulation with ARENA
DOCX
Simulation Modelling final_project_ganganer
PDF
Simulation for kfc order counter at rajiv gandhi international airport, hyder...
DOCX
Simulation Project in ARENA
PDF
Kroger Store Simulation Using Arena
DOCX
Simulation with ARENA - SM Paints
DOCX
Simulation Project Report
PPTX
Simulation with Arena (Dental Clinic project)
PPTX
DOC
Deterministic vs stochastic
PPT
Simulation Techniques
PPT
Introduction to Simulation
DOC
Simulation Report
Simulation models and corporate financial planning of banks in bayelsa state,...
Value stream mapping using simulation with ARENA
Simulation Modelling final_project_ganganer
Simulation for kfc order counter at rajiv gandhi international airport, hyder...
Simulation Project in ARENA
Kroger Store Simulation Using Arena
Simulation with ARENA - SM Paints
Simulation Project Report
Simulation with Arena (Dental Clinic project)
Deterministic vs stochastic
Simulation Techniques
Introduction to Simulation
Simulation Report
Ad

Similar to When Should I use Simulation? (20)

PDF
When Should I Use Simulation?
PPTX
Unit 1 introduction to simulation
DOCX
OR (JNTUK) III Mech Unit 8 simulation
PPTX
Manufacturing systems Design presentation.
PDF
Manual of simul8
PPTX
Introduction to System, Simulation and Model
PDF
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
PDF
System modeling and simulation full notes by sushma shetty (www.vtulife.com)
PPTX
Modeling and simulation
PDF
Introduction to simulation.pdf
PDF
SIMULATION.pdf
PDF
1 1c291nx981n98nun1nnc120102cn190n u90cn19nc 1c9
DOCX
internship project1 report
PDF
@SIMUL8 Virtual User Group, September: Brian Harrington, Less is More
PPT
Lecture 2 of system simulation and modulation.ppt
PPT
Modelling simulation (1)
PDF
SIMUL8 Student Guest Lecture
PPT
Lecture 1 - Introduction to Simulation Edited.ppt
PPT
Discreate Event Simulation_PPT1-R0.ppt
PPTX
Simulation.pptx
When Should I Use Simulation?
Unit 1 introduction to simulation
OR (JNTUK) III Mech Unit 8 simulation
Manufacturing systems Design presentation.
Manual of simul8
Introduction to System, Simulation and Model
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
System modeling and simulation full notes by sushma shetty (www.vtulife.com)
Modeling and simulation
Introduction to simulation.pdf
SIMULATION.pdf
1 1c291nx981n98nun1nnc120102cn190n u90cn19nc 1c9
internship project1 report
@SIMUL8 Virtual User Group, September: Brian Harrington, Less is More
Lecture 2 of system simulation and modulation.ppt
Modelling simulation (1)
SIMUL8 Student Guest Lecture
Lecture 1 - Introduction to Simulation Edited.ppt
Discreate Event Simulation_PPT1-R0.ppt
Simulation.pptx
Ad

More from SIMUL8 Corporation (20)

PPTX
Basics1_07_2019
PDF
Testing the impact of policy decisions using simulation
PDF
3 Simulation Case Studies from ABUHB
PDF
Using Simulation for Facility Planning in Healthcare
PDF
Improving Laboratory Flow with Simulation
PPTX
Merging Cath Labs: Using simulation to design a solution and understand the i...
PDF
Releasing ICU bed capacity using simulation
PDF
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
PDF
Bringing Data to Life with Simulation
PPT
Simulation modeling of pre/post bed needs for an Interventional Platform
PDF
Redefining the care team to meet Population Health objectives
PDF
Controlling your simulation from spreadsheets
PDF
Adding more complexity to your simulation
PPTX
Improving Eye Care Outpatient Services with Simulation
PDF
Getting Started with Simulation
PDF
SIMTEGR8: Simulation To Evaluate Great Care
PDF
Using Simulation for Hospital Planning
PDF
CMS Measures Forum - Chronic Disease
PDF
Launch & Grow a Successful Simulation Program
PDF
Population Health Planning for Chronic Disease
Basics1_07_2019
Testing the impact of policy decisions using simulation
3 Simulation Case Studies from ABUHB
Using Simulation for Facility Planning in Healthcare
Improving Laboratory Flow with Simulation
Merging Cath Labs: Using simulation to design a solution and understand the i...
Releasing ICU bed capacity using simulation
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Bringing Data to Life with Simulation
Simulation modeling of pre/post bed needs for an Interventional Platform
Redefining the care team to meet Population Health objectives
Controlling your simulation from spreadsheets
Adding more complexity to your simulation
Improving Eye Care Outpatient Services with Simulation
Getting Started with Simulation
SIMTEGR8: Simulation To Evaluate Great Care
Using Simulation for Hospital Planning
CMS Measures Forum - Chronic Disease
Launch & Grow a Successful Simulation Program
Population Health Planning for Chronic Disease

Recently uploaded (20)

PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPT
Teaching material agriculture food technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Encapsulation theory and applications.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Machine Learning_overview_presentation.pptx
Network Security Unit 5.pdf for BCA BBA.
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Per capita expenditure prediction using model stacking based on satellite ima...
Review of recent advances in non-invasive hemoglobin estimation
Teaching material agriculture food technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Spectral efficient network and resource selection model in 5G networks
gpt5_lecture_notes_comprehensive_20250812015547.pdf
sap open course for s4hana steps from ECC to s4
NewMind AI Weekly Chronicles - August'25-Week II
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Encapsulation theory and applications.pdf
Big Data Technologies - Introduction.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
Unlocking AI with Model Context Protocol (MCP)
Machine Learning_overview_presentation.pptx

When Should I use Simulation?

  • 1. When should I use simulation? Prof. Brian Harrington
  • 2. Agenda • • • • • Common Manufacturing issues Intro to different types of simulation Using maths to analyze a Queuing System Using Excel/Monte Carlo simulation Using Discrete Event Simulation to look at system design • Six Sigma simulations • A case study. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 3. Manufacturing Dilemma • Any product development process involves extensive prototyping; • Yet, costly manufacturing production systems are typically not prototyped SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 4. Simulation in Manufacturing • System Design • Operational Procedures • Performance Evaluation SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 5. System Design • • • • • • • Plant Layout Effects of introducing new equipment Location and sizing of inventory buffers Location of inspection stations Optimal number of carriers, pallets Resource planning Protective capacity planning Biggest Bang for the Dollar! Contains Operational Procedures & Performance Metrics. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 6. Operational Procedures • Production Scheduling - Choice of scheduling and dispatching rules • Control strategies for material handling equipment • Shift patterns and planned downtime • Impact of product variety and mix • Inventory Analysis • Preventative maintenance on equipment availability Continuous Improvement SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 7. Performance Evaluation • Throughput Analysis (capacity of the system, identification of bottlenecks); Jobs per Hour • Time-in-System Analysis • Assessment of Work-in-process (WIP) levels • Setting performance measure standards; OEE If you can measure it, you can manage it! SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 8. Agenda • • • • • Common Manufacturing issues Intro to different types of simulation Using maths to analyze a Queuing System Using Excel/Monte Carlo simulation Using Discrete Event Simulation to look at system design • Six Sigma simulations • A case study. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 9. Why Simulation? • • • • • Competition drives the following: Leaner production environment Shorter product development cycles Narrower profit margins Flexible Manufacturing (1 Facility, 1 Process, Multiple Models) SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 10. Types of Simulation • Mathematical Modeling – e.g. Queuing Theory • Monte Carlo Simulation – e.g. Excel based models • Discrete Event Simulation – e.g. SIMUL8 SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 12. Agenda • • • • • Common Manufacturing issues Intro to different types of simulation Using maths to analyze a Queuing System Using Excel/Monte Carlo simulation Using Discrete Event Simulation to look at system design • Six Sigma simulations • A case study. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 13. A Queuing System Input Source Service Process Queue Arrival Process Service Mechanism Jockeying Queue Balking Reneging SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com Served Customers Queue Structure
  • 14. Queuing Concepts Relationships for M/M/C 1 Po = C-1 S n=0 (l/m) n! n + (l/m) c! c cm ( ) cm - l c Lq = (l/m) (l m) Po (c – 1)! (cm – l) 2 l = mean arrival rate m= mean service rate C = number of parallel servers These are messy to calculate by hand, but are very easy with appropriate software or a table. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 15. Queuing Concepts A Comparison of Single Server Models 2 M/G/1 L = q M/D/1 L q = M/M/1 L = q l s 2 2 + (l/m) 2(1 - l/m) (l/m) 2 2(1 - l/m) 2 (l/m) (1 - l/m) SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com Note that M/D/1 is ½ of M/M/1
  • 16. Limitations on Queuing Models • What if: – we don’t have one of these basic models? – we have a complex system that has segments of these basic models and has other segments that do not conform to these basic models? • Then – simulate! SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 17. Excel Based Simulations • Uses Data Table functions • Each Row might be one iteration of a simulation • Each Col is a random variable generated in the simulation • RAND(), VLOOKUP(), COUNTIF(), NORMINV() • Calculation & Iteration • >>> Using VBA to bring in Probability functions SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 18. Monte Carlo Simulation • Named after the gaming tables of Monte Carlo • Also referred to as a Static Simulation Model in that it is a representation of a system at a particular point in time • In contrast, a Dynamic Simulation is a representation of a system as it evolves over time • Might be accomplished using Excel and the Random() SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 19. Monte Carlo Simulation A Simple Example Day RN Deman d Units Sold Units Units Sale Unsold Short s Rev Return s Rev Unit Good Profit Cost Will $ 1 10 16 16 2 0 4.80 0.16 2.70 0.00 2.26 2 22 16 16 2 0 4.80 0.16 2.70 0.00 2.26 3 24 17 17 1 0 5.10 0.08 2.70 0.00 2.48 4 42 17 17 1 0 5.10 0.08 2.70 0.00 2.48 5 37 17 17 1 0 5.10 0.08 2.70 0.00 2.48 6 77 18 18 0 0 5.40 0.00 2.70 0.00 2.70 7 99 20 18 0 2 5.40 0.00 2.70 0.14 2.56 8 96 20 18 0 2 5.40 0.00 2.70 0.14 2.56 9 89 19 18 0 1 5.40 0.00 2.70 0.07 2.63 10 85 19 18 0 1 5.40 0.00 2.70 0.07 2.63 Avg 2.50 Where do this numbers come from? SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 20. Limitations & Disadvantages • Stochastic, but static! Usually the time evolution of a manufacturing system is significant! • Excel based models, soon start to use VBA, and become very complicated • Might require 1000’s of iterations; Data Tables become slow • Difficult to communicate results to management. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 21. Agenda • • • • • Common Manufacturing issues Intro to different types of simulation Using maths to analyze a Queuing System Using Excel/Monte Carlo simulation Using Discrete Event Simulation to look at system design • Six Sigma simulations • A case study. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 22. Benefits of using DES Simulation • Mathematical & Excel based models only go so far • Less difficult than mathematical methods • Adds lot of “realism” to the model. Easy to communicate to end users and decision makers • Time compression • Easy to “scale” the system and study the effects • User involvement results in a sense of “ownership” and facilitates implementation SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 23. SIMUL8 Common Building Blocks The 8 Common Building Blocks: Start Point, Queue, Activity, Conveyor, Resource, and End Point. Then the Logical aspect Labels & Conditional Statements. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 24. 8 is all you Need 1. Work Item Types: Can represent parts, carriers, signals, phone calls, just about anything that requires a “Label Profile”. 2. Activities: Work Centers, machines, tasks, process steps, anything that requires a “Cycle Time”. 3. Storage Areas: Buffers, de-couplers, banks, magazines, anything that requires a finite space to occupy over time. 4. Conveyors: Moving parts from pt A to pt B; Number of parts & Speed of conveyor. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 25. …8 is all you Need… 5. Resources: Manpower, crews, forklifts, tugs; anything that require a certain resource to be present. 6. End Pt: Keep track of statistics and free memory! 7. Labels: The attributes of a Work Item. 8. Visual Logic: The ability to create conditional statements; variables, loops, commands & functions. SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com
  • 26. Less is More using 6-Sigma DMAIC or DMADV steps: • Define, Measure, Analyze, Improve, Control • Define, Measure, Analyze, Design, Verify DES Steps: • Objective, Assumptions, Data Collection, Build Model, Verify, Validate, Experimentation, Results Very similar steps! SIMUL8 Corporation | SIMUL8.com | info@SIMUL8.com