question

Nicolas Mbz avatar image
0 Likes"
Nicolas Mbz asked Nicolas Mbz commented

How to create an elevator system for people with networknode ?

How can I model the system Case 2 (network node + elevator) with the same behavior than the case 3 (A* + PeopleElevator) ?

Or is there a better way ?

Elevators.fsm

Why ? I often have problems with Astar and people elevators (strange behaviours, no feedback on errors, no mistakes detection (and I do a lot ;)), not confident of all the ways a respected). I would like to keep the control on the navigation system. And I prefer drawing the path than all the possibles barriers of the buildings that I model.

FlexSim 22.2.0
elevatornetworknodespeople
elevators.fsm (410.9 KiB)
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Nicolas M25, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Nicolas Mbz commented

We build a proof of concept model for this a while ago. It uses a Process Flow that is more or less modeled after the AGV elevator Process Flow. It creates a preempting task sequence for the task executer when it needs to use the elevator.

We even have a video showcasing the model (In German with English subtitles available).

As I said, the model is mostly a proof of concept. But it might serve as a starting point to integrate more complex features (multiple travellers per trip, request prioritization, etc.)

https://www.youtube.com/watch?v=Dsioa7eV_LA

Elevator_TravelNetwork_VideoVersion_FS22_0.fsm


· 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.

Nicolas Mbz avatar image Nicolas Mbz commented ·

Hi, Thank you very much for your answer. Indeed your model is a very good base, as you say yourself.

In my case, if I want to be able to integrate compagnons, different types of transport and the elevator logic itself, I have to take a lot of time to develop it (I'm not developing ;) and I think the algorithm elevators is complex when you add different elevators.).

1) So for the moment, Flexsim does not have an "elevator object" perfectly compatible with the network node.

2) It's always about mixing NN and Astar.

Thanks for sharing your knowledge

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.