question

Emily_11 avatar image
0 Likes"
Emily_11 asked Logan Gold commented

Simulation of a supermarket - counting the customer's purchases in front of me

Hello together, I am simulating a supermarket in Flexsim in my university group.

We want to control the customer so that he goes to another checkout when he sees that the person in front of him has bought a lot of fruit and baked goods for example. The reason for this is that fruit and baked goods often take longer to scan. How can I set up this decision and the checkout change if fruit and baked goods have been assigned to each customer via labels?

Thank you so much in advance.

FlexSim 24.0.6
simulation
· 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.

Sebastián Cañas avatar image Sebastián Cañas commented ·
@Emily_11 ,

Are you modelling this using People Module or basic 3d objects?

0 Likes 0 ·
Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Emily_11, 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.

0 Likes 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

I'd suggest to add a label to each customer that stores the expected checkout time. So for each item the customer picks up, this label would be increment by some amount based on the item type.

When entering/exiting a queue, the expected checkout time for that customer is added/subtracted to a total for all customers in the queue. This total is then used when deciding where to queue.

For an example of how to choose a queue, see also the linked post below (question from your fellow student I presume).

https://answers.flexsim.com/questions/173603/change-queue-after-5-minutes-wait-time.html?childToView=173614#answer-173614

5 |100000

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