SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Andere mochten auch

Simulation models and corporate financial planning of banks in bayelsa state,...
Simulation models and corporate financial planning of banks in bayelsa state,...Simulation models and corporate financial planning of banks in bayelsa state,...
Simulation models and corporate financial planning of banks in bayelsa state,...Alexander Decker
 
Value stream mapping using simulation with ARENA
Value stream mapping using simulation with ARENAValue stream mapping using simulation with ARENA
Value stream mapping using simulation with ARENAhrishik26
 
Simulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerSimulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerRutuja Gangane
 
Simulation for kfc order counter at rajiv gandhi international airport, hyder...
Simulation for kfc order counter at rajiv gandhi international airport, hyder...Simulation for kfc order counter at rajiv gandhi international airport, hyder...
Simulation for kfc order counter at rajiv gandhi international airport, hyder...Pankaj Gaurav
 
Simulation Project in ARENA
Simulation Project in ARENASimulation Project in ARENA
Simulation Project in ARENAAditya Nakate
 
Kroger Store Simulation Using Arena
Kroger Store Simulation Using ArenaKroger Store Simulation Using Arena
Kroger Store Simulation Using ArenaDhivya Rajprasad
 
Simulation with ARENA - SM Paints
Simulation with ARENA - SM PaintsSimulation with ARENA - SM Paints
Simulation with ARENA - SM Paintshrishik26
 
Simulation Project Report
Simulation Project ReportSimulation Project Report
Simulation Project ReportJasmine Sachdeva
 
Simulation with Arena (Dental Clinic project)
Simulation with Arena (Dental Clinic project)Simulation with Arena (Dental Clinic project)
Simulation with Arena (Dental Clinic project)Kimseng Sok
 
Deterministic vs stochastic
Deterministic vs stochasticDeterministic vs stochastic
Deterministic vs stochasticsohail40
 
Simulation Techniques
Simulation TechniquesSimulation Techniques
Simulation Techniquesmailrenuka
 
Introduction to Simulation
Introduction to SimulationIntroduction to Simulation
Introduction to Simulationchimco.net
 
Simulation Report
Simulation ReportSimulation Report
Simulation ReportLim1990
 

Andere mochten auch (14)

Simulation models and corporate financial planning of banks in bayelsa state,...
Simulation models and corporate financial planning of banks in bayelsa state,...Simulation models and corporate financial planning of banks in bayelsa state,...
Simulation models and corporate financial planning of banks in bayelsa state,...
 
Value stream mapping using simulation with ARENA
Value stream mapping using simulation with ARENAValue stream mapping using simulation with ARENA
Value stream mapping using simulation with ARENA
 
Simulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganerSimulation Modelling final_project_ganganer
Simulation Modelling final_project_ganganer
 
Simulation for kfc order counter at rajiv gandhi international airport, hyder...
Simulation for kfc order counter at rajiv gandhi international airport, hyder...Simulation for kfc order counter at rajiv gandhi international airport, hyder...
Simulation for kfc order counter at rajiv gandhi international airport, hyder...
 
Simulation Project in ARENA
Simulation Project in ARENASimulation Project in ARENA
Simulation Project in ARENA
 
Kroger Store Simulation Using Arena
Kroger Store Simulation Using ArenaKroger Store Simulation Using Arena
Kroger Store Simulation Using Arena
 
Simulation with ARENA - SM Paints
Simulation with ARENA - SM PaintsSimulation with ARENA - SM Paints
Simulation with ARENA - SM Paints
 
Simulation Project Report
Simulation Project ReportSimulation Project Report
Simulation Project Report
 
Simulation with Arena (Dental Clinic project)
Simulation with Arena (Dental Clinic project)Simulation with Arena (Dental Clinic project)
Simulation with Arena (Dental Clinic project)
 
Simulation
SimulationSimulation
Simulation
 
Deterministic vs stochastic
Deterministic vs stochasticDeterministic vs stochastic
Deterministic vs stochastic
 
Simulation Techniques
Simulation TechniquesSimulation Techniques
Simulation Techniques
 
Introduction to Simulation
Introduction to SimulationIntroduction to Simulation
Introduction to Simulation
 
Simulation Report
Simulation ReportSimulation Report
Simulation Report
 

Ähnlich wie When Should I use Simulation?

When Should I Use Simulation?
When Should I Use Simulation?When Should I Use Simulation?
When Should I Use Simulation?SIMUL8 Corporation
 
The Benefits of using Dynamic Simulation and Training Systems
The Benefits of using Dynamic Simulation and Training SystemsThe Benefits of using Dynamic Simulation and Training Systems
The Benefits of using Dynamic Simulation and Training SystemsRisman Hatibi
 
Optimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewOptimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewModelon
 
Automated Testing of Hybrid Simulink/Stateflow Controllers
Automated Testing of Hybrid Simulink/Stateflow ControllersAutomated Testing of Hybrid Simulink/Stateflow Controllers
Automated Testing of Hybrid Simulink/Stateflow ControllersLionel Briand
 
QBA Simulation and Inventory.pptx
QBA Simulation and Inventory.pptxQBA Simulation and Inventory.pptx
QBA Simulation and Inventory.pptxArthurRanola
 
AI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plantAI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plantParag Jyoti Borah
 
What Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsWhat Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsDawn Collins
 
Study material for machenicql engenering student
Study material for machenicql engenering studentStudy material for machenicql engenering student
Study material for machenicql engenering studentWasifAli366658
 
Real-Time Engineering Simulators
Real-Time Engineering SimulatorsReal-Time Engineering Simulators
Real-Time Engineering SimulatorsGSE Systems, Inc.
 
Intro to LV in 3 Hours for Control and Sim 8_5.pptx
Intro to LV in 3 Hours for Control and Sim 8_5.pptxIntro to LV in 3 Hours for Control and Sim 8_5.pptx
Intro to LV in 3 Hours for Control and Sim 8_5.pptxDeepakJangid87
 
Breakdowns Happen: Factoring Downtime Into Your Simulation
Breakdowns Happen: Factoring Downtime Into Your SimulationBreakdowns Happen: Factoring Downtime Into Your Simulation
Breakdowns Happen: Factoring Downtime Into Your Simulationbussylee25
 
Breakdowns Happen: How to Factor Downtime into your Simulation
Breakdowns Happen: How to Factor Downtime into your SimulationBreakdowns Happen: How to Factor Downtime into your Simulation
Breakdowns Happen: How to Factor Downtime into your SimulationSIMUL8 Corporation
 
What is HIL (HardWare In The Loop)
What is HIL (HardWare In The Loop)What is HIL (HardWare In The Loop)
What is HIL (HardWare In The Loop)Tbrad
 
2016-Automation-Summit_PA_SIMIT.pdf
2016-Automation-Summit_PA_SIMIT.pdf2016-Automation-Summit_PA_SIMIT.pdf
2016-Automation-Summit_PA_SIMIT.pdfLuisJonathanBahamaca
 
SIMUL8 Student Guest Lecture
SIMUL8 Student Guest LectureSIMUL8 Student Guest Lecture
SIMUL8 Student Guest LectureSIMUL8 Corporation
 
Addative manufacturing,Evolution,Pre processingpptx
Addative manufacturing,Evolution,Pre processingpptxAddative manufacturing,Evolution,Pre processingpptx
Addative manufacturing,Evolution,Pre processingpptxMani Kandan
 
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica SANTIAGO PABLO ALBERTO
 
Performance tuning Grails applications SpringOne 2GX 2014
Performance tuning Grails applications SpringOne 2GX 2014Performance tuning Grails applications SpringOne 2GX 2014
Performance tuning Grails applications SpringOne 2GX 2014Lari Hotari
 
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...JothiSankar7
 

Ähnlich wie When Should I use Simulation? (20)

When Should I Use Simulation?
When Should I Use Simulation?When Should I Use Simulation?
When Should I Use Simulation?
 
MSc - Thesis Presentation
MSc - Thesis PresentationMSc - Thesis Presentation
MSc - Thesis Presentation
 
The Benefits of using Dynamic Simulation and Training Systems
The Benefits of using Dynamic Simulation and Training SystemsThe Benefits of using Dynamic Simulation and Training Systems
The Benefits of using Dynamic Simulation and Training Systems
 
Optimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - OverviewOptimica Compiler Toolkit - Overview
Optimica Compiler Toolkit - Overview
 
Automated Testing of Hybrid Simulink/Stateflow Controllers
Automated Testing of Hybrid Simulink/Stateflow ControllersAutomated Testing of Hybrid Simulink/Stateflow Controllers
Automated Testing of Hybrid Simulink/Stateflow Controllers
 
QBA Simulation and Inventory.pptx
QBA Simulation and Inventory.pptxQBA Simulation and Inventory.pptx
QBA Simulation and Inventory.pptx
 
AI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plantAI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plant
 
What Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsWhat Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problems
 
Study material for machenicql engenering student
Study material for machenicql engenering studentStudy material for machenicql engenering student
Study material for machenicql engenering student
 
Real-Time Engineering Simulators
Real-Time Engineering SimulatorsReal-Time Engineering Simulators
Real-Time Engineering Simulators
 
Intro to LV in 3 Hours for Control and Sim 8_5.pptx
Intro to LV in 3 Hours for Control and Sim 8_5.pptxIntro to LV in 3 Hours for Control and Sim 8_5.pptx
Intro to LV in 3 Hours for Control and Sim 8_5.pptx
 
Breakdowns Happen: Factoring Downtime Into Your Simulation
Breakdowns Happen: Factoring Downtime Into Your SimulationBreakdowns Happen: Factoring Downtime Into Your Simulation
Breakdowns Happen: Factoring Downtime Into Your Simulation
 
Breakdowns Happen: How to Factor Downtime into your Simulation
Breakdowns Happen: How to Factor Downtime into your SimulationBreakdowns Happen: How to Factor Downtime into your Simulation
Breakdowns Happen: How to Factor Downtime into your Simulation
 
What is HIL (HardWare In The Loop)
What is HIL (HardWare In The Loop)What is HIL (HardWare In The Loop)
What is HIL (HardWare In The Loop)
 
2016-Automation-Summit_PA_SIMIT.pdf
2016-Automation-Summit_PA_SIMIT.pdf2016-Automation-Summit_PA_SIMIT.pdf
2016-Automation-Summit_PA_SIMIT.pdf
 
SIMUL8 Student Guest Lecture
SIMUL8 Student Guest LectureSIMUL8 Student Guest Lecture
SIMUL8 Student Guest Lecture
 
Addative manufacturing,Evolution,Pre processingpptx
Addative manufacturing,Evolution,Pre processingpptxAddative manufacturing,Evolution,Pre processingpptx
Addative manufacturing,Evolution,Pre processingpptx
 
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica
ElectroneumĂĄtica: FluidĂ­sim con electroneumĂĄtica
 
Performance tuning Grails applications SpringOne 2GX 2014
Performance tuning Grails applications SpringOne 2GX 2014Performance tuning Grails applications SpringOne 2GX 2014
Performance tuning Grails applications SpringOne 2GX 2014
 
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...
FALLSEM2022-23_MCDM505L_TH_VL2022230106501_Reference_Material_I_27-09-2022_Mo...
 

Mehr von SIMUL8 Corporation

Testing the impact of policy decisions using simulation
Testing the impact of policy decisions using simulationTesting the impact of policy decisions using simulation
Testing the impact of policy decisions using simulationSIMUL8 Corporation
 
3 Simulation Case Studies from ABUHB
3 Simulation Case Studies from ABUHB3 Simulation Case Studies from ABUHB
3 Simulation Case Studies from ABUHBSIMUL8 Corporation
 
Using Simulation for Facility Planning in Healthcare
Using Simulation for Facility Planning in HealthcareUsing Simulation for Facility Planning in Healthcare
Using Simulation for Facility Planning in HealthcareSIMUL8 Corporation
 
Improving Laboratory Flow with Simulation
Improving Laboratory Flow with SimulationImproving Laboratory Flow with Simulation
Improving Laboratory Flow with SimulationSIMUL8 Corporation
 
Merging Cath Labs: Using simulation to design a solution and understand the i...
Merging Cath Labs: Using simulation to design a solution and understand the i...Merging Cath Labs: Using simulation to design a solution and understand the i...
Merging Cath Labs: Using simulation to design a solution and understand the i...SIMUL8 Corporation
 
Releasing ICU bed capacity using simulation
Releasing ICU bed capacity using simulationReleasing ICU bed capacity using simulation
Releasing ICU bed capacity using simulationSIMUL8 Corporation
 
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...
Vidant Duplin Hospital: Testing Emergency Department improvements with Simula...SIMUL8 Corporation
 
Bringing Data to Life with Simulation
Bringing Data to Life with SimulationBringing Data to Life with Simulation
Bringing Data to Life with SimulationSIMUL8 Corporation
 
Simulation modeling of pre/post bed needs for an Interventional Platform
Simulation modeling of pre/post bed needs for an Interventional PlatformSimulation modeling of pre/post bed needs for an Interventional Platform
Simulation modeling of pre/post bed needs for an Interventional PlatformSIMUL8 Corporation
 
Redefining the care team to meet Population Health objectives
Redefining the care team to meet Population Health objectivesRedefining the care team to meet Population Health objectives
Redefining the care team to meet Population Health objectivesSIMUL8 Corporation
 
Controlling your simulation from spreadsheets
Controlling your simulation from spreadsheetsControlling your simulation from spreadsheets
Controlling your simulation from spreadsheetsSIMUL8 Corporation
 
Adding more complexity to your simulation
Adding more complexity to your simulationAdding more complexity to your simulation
Adding more complexity to your simulationSIMUL8 Corporation
 
Improving Eye Care Outpatient Services with Simulation
Improving Eye Care Outpatient Services with SimulationImproving Eye Care Outpatient Services with Simulation
Improving Eye Care Outpatient Services with SimulationSIMUL8 Corporation
 
Getting Started with Simulation
Getting Started with SimulationGetting Started with Simulation
Getting Started with SimulationSIMUL8 Corporation
 
SIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great CareSIMTEGR8: Simulation To Evaluate Great Care
SIMTEGR8: Simulation To Evaluate Great CareSIMUL8 Corporation
 
Using Simulation for Hospital Planning
Using Simulation for Hospital PlanningUsing Simulation for Hospital Planning
Using Simulation for Hospital PlanningSIMUL8 Corporation
 
CMS Measures Forum - Chronic Disease
CMS Measures Forum - Chronic DiseaseCMS Measures Forum - Chronic Disease
CMS Measures Forum - Chronic DiseaseSIMUL8 Corporation
 
Launch & Grow a Successful Simulation Program
Launch & Grow a Successful Simulation ProgramLaunch & Grow a Successful Simulation Program
Launch & Grow a Successful Simulation ProgramSIMUL8 Corporation
 
Population Health Planning for Chronic Disease
Population Health Planning for Chronic DiseasePopulation Health Planning for Chronic Disease
Population Health Planning for Chronic DiseaseSIMUL8 Corporation
 

Mehr von SIMUL8 Corporation (20)

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

KĂźrzlich hochgeladen

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂşjo
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 

KĂźrzlich hochgeladen (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 

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