question

Clair A avatar image
1 Like"
Clair A asked Clair A commented

How to end a preempted break at the normal end time ?

Hi,

In the attached model 2022-03-28 Full break and premption.fsm, the operation room is scheduled to be closed from 12:00 to 13:00. But an urgent patient arrives at 12:15, it preempts the break and this patient occupies the room until 12:45. After he leaves, the room stays closed until 13:30 instead of 13:00:

1648471541133.png

So far so good, it works as expected since Full Break is checked in the down behavior.

1648471648609.png

Full Break - If the break is delayed should the break be its full length or should it end at the normal end time.

https://docs.flexsim.com/en/21.0/Reference/PeopleObjects/Tools/PeopleDownBehaviors/PeopleDownBehaviors.html#parameters

If we uncheck Full Break, then we would expect that the operation room reopens at the normal end time 13:00.

However if you uncheck Full Break and rerun the simulation, it doesn't change anything, the operation room still reopens at 13:30 instead of the normal time 13:00:

1648471923470.png

Unchecking Full Break works well if the START of the break is delayed, but not if the break is delayed due to a preemption like the example above.

If you think that it should stay this way, please update the user manual to add more details about how the Full Break checkbox behaves with preemption.

If not, please include a fix in the next release.

@Matthew Gillespie


FlexSim 21.0.10
down behaviorbreak
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
2 Likes"
Matthew Gillespie answered Clair A commented

In the manual, the Full Break checkbox says, "If the break is delayed..." This is referring only to breaks that start late (delayed) and currently has no effect on breaks that are preempted in the middle.

We could add this functionality as a new feature in a later version. I'll add this to the dev list to consider.

A user can also use the Shift Schedule process flow as a starting point and create their own flow that better handles this situation.

· 1
5 |100000

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

Clair A avatar image Clair A commented ·

Thank you very much for your answer @Matthew Gillespie. I followed your advice, I copy-pasted the default Shift Schedule in a new process flow to customize how the Preemptable break activity is preempted and resumed. Now the break correctly ends at 13:00 as planned, even if it the break was preempted in the middle:

1648588968325.png

I attach the model in case someone else needs to take a look at this workaround.

2022-03-29 Full break and premption (custom shift schedule).fsm

0 Likes 0 ·

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.