Smart Factory - Module 3

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:22 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is a simulation environment and give an example

virtual environment created to imitate the operation of a real-world process or system over time to gain knowledge that can be transferred to reality, eg SimUI, this is where we can generate the digital model

2
New cards

motivation for digital twin in production

More frequent transformations of production system needed because demand changes a lot

there are also tech advances to keep up with

also cost pressure to find most efficient way of production

enables detailed analysis

3
New cards

Model vs Simulation vs Digital twiin

model : helps understand, analyse and explain complex systems by simplifying key features

simulation : uses model to replicate system’s behaviour under different conditions

Digital twin: dynamic digital real time replica of physical system (simulation that continuously gets current data

4
New cards

Applications of a simulation

  • evaluation of cause and effect relationship in a system

  • plannning and operation of production systems

5
New cards

weaknesses of a simulation

  • project-based

  • Simulation and domain knowledge required

  • usually requires extensive manual data preperation

6
New cards

digital twin consists of

digital master, digital shadow, and intelligent connection btw both

7
New cards

Reasons to create a simulation

  • system is too complex, expensise or dangerous

  • system works too fast (e.g electronic cicruit or molecules)

  • Temporal development/progression too chaotic

  • System does not yet exist

  • System not fully understood yet (e.g big bang)

  • Simulations are reproducible (you can try over and over again easily)

8
New cards

Classification of Simulation models

Time aspect

  • dynamic

  • static (time independant)

Coincidence/randomness

  • deterministic (no random variables, given input always has same output)

  • Stochatic ( there is some randomness, results vary )

State of space and Change of time

  • continuous or discrete state

  • continuous or discrete time

9
New cards

Which type of time modelling is most used

Discrete time simulation

10
New cards

Discrete event simulation

State changes occur at discrete points in time triggerend by specific events

  • Event List Management: Known upcoming events are ordered chronologically in an event list.

  • Time Jump: The simulation clock jumps directly forward to the timestamp of the next immediate event.

  • State Update: The state change associated with that event is executed.

  • Future Event Generation: The event execution may schedule new future events, which are added back into the chronological list.

11
New cards

Building digital master

  • Define problem and analyse real system using data and expert knowledge

  • Make conceptual model with acceptable simplifications

  • Implement using development environment (computer programming)

  • Do iterative testing and troubleshooting

  • Prsentation of simulation results and interpretation

12
New cards

Statistical vs empirical distribution of data

empirical data is the raw, observed information collected from real-world tests or experiences, while statistical data is the mathematical organization and analysis of that raw information

13
New cards

Advantage of statistical over empirical data for simulations

  • traceability

  • predictability (thanks to higher generalisation)

  • expenditure (makes simulations easier to modify)

  • data quality

  • system understanding

14
New cards

How is data collected and then used for simulatiosn

Empirical data is typically collected as discrete measured values (bar graph), which is then fitted into continuous probability distributions for simulation modeling.

15
New cards

Distribution types

  • uniform distribution (all values in interval [a,b] have equal probability)

  • triangular distribution ( modal value c , minimun a and maximum b)- suited for limited info

  • normal distribution (mean value μ, standard deviation σ) - symmetry around μ

  • lognormal distribution (mean value μ, standard deviation σ) - asymmetry

  • bi-/multimodal distribution (cannot not be described by simple distribution function — difficult to model)

16
New cards

What is seeding

random numbers are often used in simulations, but computers are never truly random

seeding = setting initial value (seed) for random number generator - if same seed is used, same random numbers are generated (ensures that exact simulation can be reproduced)

17
New cards

95% confidence interval

Small interval in distribution that 95% of the time contain the population’s actual parameters (eg mean value) (instead of giving a single point estimate, there is a range of values that the mean has 95% chance of having)

18
New cards

How to calculate confidence interval KI

  • (Mean): The average value calculated from your simulation runs.

  • z (z-value): A critical value based on your chosen confidence level.

  • s (Standard deviation): The variability/spread of the sample data.

  • n (Sample size): The number of simulation runs or observations.

confidence level= 95% — z=1.96

confidence level= 99% — z=2.58

must be estiated with random sample, testing whole population is to tedious

<ul><li><p>x̄<strong> (Mean):</strong> The average value calculated from your simulation runs.</p></li><li><p><span><strong>z</strong></span><strong> (</strong><span><strong>z</strong></span><strong>-value):</strong> A critical value based on your chosen confidence level.</p></li><li><p><span><strong>s</strong></span><strong> (Standard deviation):</strong> The variability/spread of the sample data.</p></li><li><p><span><strong>n</strong></span><strong> (Sample size):</strong> The number of simulation runs or observations.</p></li></ul><p></p><p><strong>confidence level= 95% — z=1.96</strong></p><p><strong>confidence level= 99% — z=2.58</strong></p><p></p><p>must be estiated with random sample, testing whole population is to tedious</p>
19
New cards

Sensitivity analysis

Analyses how variation of different variables affect the key performance indicators (KPI)

Identifies the most important factors to focus optimization efforts on for greatest improvement of efficiency eg