DELAY CONVEYOR not working as expected
Posted: Thu Dec 19, 2013 8:45 pm
Hi,
Could someone please take a look at my model and explain to me the ouflow behavior?
I was expecting to see CV to ouflow between time=0 and time=10 at a rate of 1. That is what happened. At time=10, I also thought the other components would start to outflow. But what I am observing is that all the components (different type of cars in my example) start to outflow at time=0.
I have the following syntax in my outflow variable :
DELAY CONVEYOR(sales[V], LIFETIME, 0, INIT PROFILE[V], 10, LIFETIME),
Where [V] is a subscript for five type of cars.
From this, I expected that only the cars already on the conveyor would outflow before the delay time LIFETIME(=10). The only cars already on the conveyor at the start of the simulation should be the CVs distributed according to the INIT PROFILE (a flat distribution). Their number equals 10 at the start of the simulation, as per the initial value of the stock variable 'Cars'.
Thank you very much for your time,
BP
Could someone please take a look at my model and explain to me the ouflow behavior?
I was expecting to see CV to ouflow between time=0 and time=10 at a rate of 1. That is what happened. At time=10, I also thought the other components would start to outflow. But what I am observing is that all the components (different type of cars in my example) start to outflow at time=0.
I have the following syntax in my outflow variable :
DELAY CONVEYOR(sales[V], LIFETIME, 0, INIT PROFILE[V], 10, LIFETIME),
Where [V] is a subscript for five type of cars.
From this, I expected that only the cars already on the conveyor would outflow before the delay time LIFETIME(=10). The only cars already on the conveyor at the start of the simulation should be the CVs distributed according to the INIT PROFILE (a flat distribution). Their number equals 10 at the start of the simulation, as per the initial value of the stock variable 'Cars'.
Thank you very much for your time,
BP