1 queue to 4 registration counter

1 queue to 4 registration counter

hing_lung_c
Not applicable
11 Views
4 Replies
Message 1 of 5

1 queue to 4 registration counter

hing_lung_c
Not applicable

Hello, i am doing a 1 queue to 4 registration counter model in bank, how to make this process flow , do I need to make a decide or just using group ?

Accepted solutions (1)
12 Views
4 Replies
Replies (4)
Message 2 of 5

braydn_t
Not applicable

@hing lung C You could do it several ways, it all depends on the output you are trying to get out of your model. You could push all the customers in a queue to a list, and have the 4 registration counters each pull from the list. You could put all of the counters in a group and have a resource point to that group, and then have a token created on arrival to the queue, and each token would acquire one of the group.

0 Likes
Message 3 of 5

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

If you're using the people module then you should just put the 4 counters in a group and have people acquire themselves a counter. Here's an example model:

registrationexample.fsm



Matthew Gillespie
FlexSim Software Developer

Message 4 of 5

hing_lung_c
Not applicable

Thank you very much!!

0 Likes
Message 5 of 5

hing_lung_c
Not applicable

Thank you Braydn

0 Likes