question

hing lung C avatar image
1 Like"
hing lung C asked Matthew Gillespie edited

1 queue to 4 registration counter

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 ?

people moduleregistration
5 |100000

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

Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered hing lung C commented

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


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

hing lung C avatar image hing lung C commented ·

Thank you very much!!

0 Likes 0 ·
Braydn T avatar image
0 Likes"
Braydn T answered hing lung C commented

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

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

hing lung C avatar image hing lung C commented ·

Thank you Braydn

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.