Hi, @Felix Möhlmann
I'm trying to simulate a warehouse system. For the output part, I want to ship the object based on the delivery date (item.deliverydate). For example, if item.deliverydate = 200, then I need to move that object from Rack1 to Sink1 when model.time = 200.
In my current model, I try to do it by messages. At the beginning, the input to Sink1 is closed. After that, the input is opened based on the delayopentime from table 'DT' ,and it is closed again after the previous item enters Sink1.But it isn't work.
The attachment is as follows.Thanks in advance.
Dispatch the object base on deliverydate_Ques.fsm