Hello,
I would like to create new items by dynamically updating schedule (new rows inserted into schedule table) in Source object with Arrival Schedule during simulation run. What is important to me is to create items immediately using the scheme: Source receives message and immediately adds new entry into schedule with ArrivalTime = current simulation time. Thus Source would generate new items at the time of receiving message (all these events are executed at the same simulation time).
I conducted some "experiments" with test model attached and there is a minimum time offset of value 1.0 between current simulation time and arrival time inserted into schedule necessary for the items to be generated. If this offset is smaller that 1.0, items are not generated though the new entries are inserted into schedule.
Is it possible to obtain the effect of immediate creation of items that way?
Jack
P.S. I want to use that way rather than dynamic creation of items using insertcopy function, because I can clearly see in schedule table when and how much items were generated.
J.