question

Lenny C avatar image
0 Likes"
Lenny C asked Steven Hamoen commented

Scheduling availability of large numbers of counters

I have a site with 16 counters open, and an excel sheet of how many counters are open at certain times of the day (e.g. 5 open at 8am, 13 open at 12pm, etc)

How can I implement this in my model without adding a timetable to each individual counter (i.e. 16 schedules, when there could be 1)? This can be tedious when trying multiple iterations.


FlexSim 20.1.3
flexsim 20.1.3timetablesscheduleschanging timetables
· 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.

1 Answer

Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered Steven Hamoen commented

@Lenny C I would create a small process flow. Each counter has it's own token that looks at the column of the counter. The first encountered time is the time after 24:00 so the token waits until that time is reached. Then it opens the counter, increase the table row and calculates how long to wait for the closure etc.

· 3
5 |100000

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