question

Pert P avatar image
0 Likes"
Pert P asked Jeanette F commented

How to use elevators in model healthcare flexsim

I have a model with 3 floors. I want to know How to use process flow to create patient incoming go to second floor and other floor follow location need to go that wrote in process flow. I dont know how to create process flow with using elevator.


This model : Using Elevators.fsm


Thank You

FlexSim 22.0.15
healthcareelevators
using-elevators.fsm (134.8 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.

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Jeanette F commented

Add A* Grids to the different floors and make the elevator bank a member of the A* navigator. Then you just use the standard activities to have the patients move to objects/locations on other floors.

using-elevators_1.fsm


using-elevators-1.fsm (176.9 KiB)
· 4
5 |100000

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

Pert P avatar image Pert P commented ·

How to set condition for choose elevators, like Choose First available elevator to serve patient like this

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Pert P commented ·

The navigator will always choose the elevator bank that results in the shortest travel route. One elevator bank can contain multiple elevator cabins/shafts (just resize the object along the x-axis to add/remove them) and has an internal logic to control those which mostly works on a First Available principle.

If you have more than one elevator bank and want to control which one the patients use you will have to implement custom logic that first sends them near the chosen bank, so that they will use it because it is the shortest path.

See also the following posts for some more information:

https://answers.flexsim.com/questions/108719/elevator-bank-logics.html

https://answers.flexsim.com/questions/94636/rule-for-choosing-elevator-bank.html

https://answers.flexsim.com/questions/138282/two-elevator-banks.html

1 Like 1 ·
Pert P avatar image Pert P commented ·

I found the problems, When I add more than one plane and let staff 2 plane to pick up patient upstairs, they not use elevator .


Using Elevators2.fsm

0 Likes 0 ·
using-elevators2.fsm (160.6 KiB)
Jeanette F avatar image Jeanette F ♦♦ Pert P commented ·

Hello @Pert P,

You needed to add in another a star grid to the floor where z =30 and the staff needed to be added as travelers in the A star navigation.

1681160822365.png

using-elevators2_1.fsm

0 Likes 0 ·
1681160822365.png (22.0 KiB)

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.