hi, i am currently running a simulation which the flow is as such,
1) pull order from queue (MainAssy6) - ObjectProcessFlow/WarehouseDeliveryPull
2) classify the delivery for this order as "Delivery Mission", and push to Mission List
3) DeliveryMissionProcessFlow will then pull the delivery missions as well as pull delivery points(station) so as to "book" the delivery point
4) once the delivery mission is executed, operators on the delivery points will unload the bins from the trolley.
5) with the empty trolley there is now a recycle mission. the recycle mission return the trolley from available initial pick up points (transfer area slots)
6) once recycle mission is done, the simulation will then "return" or push back the delivery station slot or point back to its orginal list indicating that the point is available to be book by others for future use
missing queue
As a result of linking the push delivery station slot to sink, my delivery slot which initially was a queue in the 3d model, to be missing/deleted. this caused the errors to arise.
i would like to redo the part before sending the slot to sink to avoid the above from happening but how may i redo it?
link1 sim with errors
link2 redo simulation