question

Briankuo avatar image
0 Likes"
Briankuo asked Julie Weller commented

How can I let multiple operators take elevator?

Hi, I have an elevator in my network system, for each time the elevator only transports an operator . I'd like to know how to revise the process flow to have the rest operators who wait on the network node be also transported. Thank you in advance! And here's the reference for the elevator process flow.

https://answers.flexsim.com/questions/141371/how-to-create-an-elevator-system-for-people-with-n.html

FlexSim 22.0.16
process flownetwork nodeselevator
· 2
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 Felix Möhlmann commented

Managing multiple travellers and the resulting questions (How long to wait for additional people | who to pick up first if there are people waiting on more than one floor | who to drop off first, if the people have different destination floors | etc.) will likely be easier by approaching this from another direction. Rather than the travellers acquiring the elevators, I would push them on a (global) list of requests.

capture1.png

A different token, representing the elevator can then pull the requests (up to a maximum number, ordered by floor and possibly other things that you might to add). This token would then also be responsible for the movement of the travellers in and out of the respective elevator.


capture1.png (19.9 KiB)
· 2
5 |100000

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