I'm about to setup an airport Check-In Terminal with anylogic. I already loaded a "test" excel file which contains the relevant data : Flight, C/I start time, C/I end time and number of C/I passengers (n).
Next I created a schedule: Type: int (start column: C/I start time, End column: C/I end time, value column: n; I've linked my pedSource accordingly: Arrive according to: Arrival schedule, Arrival schedule: schedule:
It works so far, but all the passengers arrive as a group at the beginning of the C/I time. How can i implement a distribution, so that the number of passengers (n) arrive divided up during the C/I period?
Thanks