I am trying to create two different item types (1 & 2) according to a schedule. Both the itemTypes have the same arrival times, if you see the image below you will see that the arrival times represent the interval between two production shifts (in seconds). As the arrows show, I need both itemType 1 & 2 to arrive in the given quantities at time 0. But when I run the simulation, only itemType1 arrives correctly at time 0 while much much later, itemType 2 arrives. Is the arrival schedule reading the schedule in a linear fashion, entry by entry? Why doesn't it create both the itemTypes at time 0? Any help with this is appreciated.