How to model factory workers needed to operate N Servers

1 view (last 30 days)
Good morning,
I am modelling a manufacturing environment that has 5 workstations (e.g. painting bay). Products may flow through each workstation several times and for varying times depending on product attributes. I have modelled this flow and it works well.
In practice each workstation needs a worker and there are only two factory workers and hence a workstation can't process a product unless a worker is free. When a person is at a workstation they are their for workstation_process_time and therefore can't operate other workstations. This does mean some workstations are dormant during production.
I therefore need to add people resources and logic around where the workers go next and prevent products from being processed in the N Servers unless there is a worker free.
I'm sure this is horribly simple and common but I can't for the life of me find an example. Does anyone know what functions might be used for this or can point me to an example.
Thanks in advance for any help.
Paul

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!