Hi everyone,
I'm building a lunch restaurant model using a Person Flow with the People library in FlexSim. Customers arrive, wait in line, and a waiter takes their order and goes to the kitchen:
The soup is served directly (an object is created and delivered).
The main dish requires cooking. There are two types, differentiated by labels, but both have the same cooking time.
I'm using a Split - Create Child Tokens block so that soup service and main dish cooking happen simultaneously, followed by a Synchronize to continue with delivery and payment.
Issues:
The following errors only appear after introducing the Split, even though resources were acquired correctly before:
"Label property Staff retrieved on current 'Person Flow' does not exist"
"Resource 'Meseros' has not been acquired"
"Resource 'Cocineros' has not been acquired"
"Resource 'Cocinas' has not been acquired"
It seems like the child tokens are not inheriting the resources or labels from the parent token. Any ideas on how to solve this?
Additional question:
How can I configure arrivals in groups with specific percentages?
For example: 60% individuals, 30% pairs, 10% groups of 4.
Attachments:
Thanks in advance for your help!