Hello,
I have a simple model with a source, single queue, single processor and a sink. When items enter the queue, they got a label called "ERD". Then, I want my operator to load the item from the queue and continue if the time of the model is bigger or equal than ERD. If not, I want my operator to wait until the time becomes bigger or equal than ERD. Therefore, after assigning labels, I put a conditional decide that checks if " Model.time >= token.ERD", if it is true, operator starts loading. If it is not true, I thought of using a wait for event object but could not make waiting until Model.time >= token.ERD . If someone can help me with this issue, I would be appreciated. Thank you very much.
I am also attaching my flexsim file in case someone wants to check it.