Hi,
May i know how i can go about building a model with the following logic?
Customers arrive based on appointment time at different stations. For example:
- Customer 1 has an appointment at station A, B,C at 9AM, 930AM, 1030AM.
- Customer 2 has an appointment at station B,C at 930AM, 1030AM.
- However, customer 1 might be late for appointment at station B due to processing time or because customer 1 was late for Station A. As such, when customer 2 arrives at station B at 930AM, customer 2 will either be served immediately or wait for customer 1 to be served first.
Ultimately, I want to be able to key into 1 or several global tables the number of appointments in each station and let flexsim run the simulation to get the waiting time for each customer. The difficulty i am experiencing now is linking the same customer to their respective arrival source. Thank you!