question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Ankur A3 commented

How to acquire nearest overflow chair if available?

Hi Team,

I have MD specific patient based on schedule. There is 1 fix chair with respect to MD. In case of chair is occupied, there are overflow chairs available. Currently, overflow chair are randomly picked based on availability.

I want to achieve nearest overflow chair based on availability with respect MD regular chair. How it can be done? Also, I think current model building approach is not good for scalability. What is the best way to model if we have to add few more MDs with lesser change in model?

Thank you!

@Felix Möhlmann @Matthew Gillespie

2. OverflowLogicWithWaitingChairsV2.fsm

FlexSim 21.0.10
locationhcnearestoverflow chair
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Ankur A3 commented

In the resource that is getting pulled, there are options that let you control by what the values are ordered. "Distance" is one of the default options.

1651212698194.png

In order to use the distance between the regular chair and the overflow-chair, the "puller" in the acquire activity has to be a reference to the regular chair, as the distance will be evaluated between the pulled value and the puller.

1651212777752.png

2-overflowlogicwithwaitingchairsv2_1.fsm


· 5
5 |100000

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