1 / 5

Simulation Setup for Industrial Systems | Understanding Queue Management & State Variables

Learn how to set up simulations for industrial systems, focusing on queue management, state variables, and event handling. Explore examples and practice with quizzes and homework reminders.

carys
Télécharger la présentation

Simulation Setup for Industrial Systems | Understanding Queue Management & State Variables

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IE 2030 Lecture 19.7 • More examples of how to set up a simulation • Quiz • Homework reminders

  2. Flow Line from Labno buffers, queue in frontState Variables • 4 machines, i=1,...,4 • Jobs j=1,2,.... Lj = location of job j. Li could equal 0 (in queue),1,2,3,4,or 5 (completed) • Xi = • E (empty) • P ( processing a job) • F (full: holds a completed job)

  3. events: flow line simulation • Arrival of job into queue • movement of job from queue to machine 1 or machine j to j+1 • A job begins processing on machine j • A job completes processing on machine j

  4. Example: from problem 22, ch.2 • Elevator carries loads of exactly 400 lbs. • 3 minutes to go up,unload (simplified -- why?); 1 minute return • A: 200 lb U[3,7] min • B: 100 lb 6 min • C: 50 lb {2,3} min w.prob. 1/3,2/3

  5. Ai : ith arrival of A Bi,Ci similarly EIIj: completion of jth unloading on floor II Erj: jth return to floor I EI: elevator waiting for load on floor I EII elevator in transit, unloading floor II ER elevator returning to floor I AiI,(AiII): Ai on floor I (II)waiting Ai*: Ai delivered BiI,BiII,Bi*,CiI,etc. Elevator example: NotationEvents State Variables

More Related