question

Danny D avatar image
0 Likes"
Danny D asked Joseph Gillespie commented

Limit the number of operators working at the same time in the model?

I am building a model that has 3 shifts. There are 8 people in the morning and afternoon shift, 4 in each. There are 3 people in the night shift. I am using time table for three different shifts.

The current setup is when the shift ends, operators currently in a process will finish that process before being "scheduled down". However, operators in the following shifts will starts immediately at the start of the shift, so there are times when more than 4 people are working at the same time.

How do I limit the number of operators working at the same time in my model? I want it so that there are at max 4 operators working.

FlexSim 19.1.1
shift schedule
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered

In this model I'm using Process Flow to listen the the Down Behavior's ResumeFunction and DownFunction events. That way I can use a Zone to limit how many objects are active at once.

limitworkers.fsm


limitworkers.fsm (87.1 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.