Classification tags: business operations management, DES, next-event time progression, processing network model
The potentially relevant object types are:
Potentially relevant types of events are:
ON (event type) | DO (event routine) |
order arrival | if machine is busy, then push order to input buffer else start a new machine activity |
end of machine activity | if there is a successor machine then forward the order/item and, if it's not busy, start processing else the processed order is completed and the manufactured item departs; if there are still orders waiting in the queue, then start next machine activity |
In this machine simulation scenario, we model a machine as a node of an OES Processing Network with a preceding entry node, at which arrival events happen, and a succeeding exit node, at which departure events happen.
Since the simulation model is entirely based on the
pre-defined Processing Network modeling concepts of WorkObject
, EntryNode
, Arrival
,
ProcessingNode
, ExitNode
and Departure
, there is no need to to define any object type or event type.
The initial state definition consists of an entry node, one processing node, and an exit node, as well as an initial arrival event.
Since the simulation model
is entirely based on the pre-defined Processing Network modeling concepts of WorkObject
, EntryNode
,
Arrival
, ProcessingNode
, ExitNode
and Departure
, there is no need to to define any event
rule.