Announcements
Autodesk Community will be read-only between April 26 and April 27 as we complete essential maintenance. We will remove this banner once completed. Thanks for your understanding
Announcements
We are currently migrating data within this board to improve the community. During this process, posting, replying, editing and other features are temporarily disabled. We sincerely apologize for any inconvenience caused and appreciate your understanding. Thank you for your patience and support.

Make customer go through 3 registrations one by one.

Mohst
Not applicable
0 Views
2 Replies
Message 1 of 3

Make customer go through 3 registrations one by one.

Mohst
Not applicable

[ FlexSim 23.0.15 ]

Customer Queue.fsm

Hello,

I have created a model where customers go into a queue and they select the shortest queue then they go to a registration, the thing I want is how to make customer visit the free registration and at the same time visit the other registration one by one, this no need to be in order, customers can visit any registration as long as it's free then go to the other registrations, the idea is I want customers to select the free registration and end up visiting all three registrations one by one and choose the next free registration regardless of order.

Thanks

Reply
Reply
0 Likes
Accepted solutions (1)
1 View
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
New Member
New Member
Accepted solution

I would use an array label to keep track of which registrations the customer still needs to visit. Then put them all on a list and pull the one with the smallest queue, leaving it one the list. (Since it takes some time for the customers to arrive at the waiting line and thus the content to get updated, they will not always distribute optimally when spawning in short intervals)

The customer then walks to the respective waiting line (reference through centerport-connection) and acquires the registration. Afterwards the current registration is removed from the token label. If the array is not empty, the token loops back to the top.

customer-queue_1.fsm

Reply
Reply
0 Likes
Message 3 of 3

logan_gold
Autodesk
Autodesk

Hi @Mohst2, 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 comment back to reopen your question.

Reply
Reply
0 Likes