Dear everyone,
As titled, I attempt to estimate in advance the time of arrival of an object in my simulation model. To be more specific, I want to predict the arrival time of AGV and apply the calculated time to a conditional judgment in the model where there are two AGVs, A and B. When A is currently loading items at a control point to which B is heading, B needs to check if A can finish its loading task and leave that point within 3 minutes. If the judgment is true, B will wait and go until the point is empty. If false, B will go on an alternative path.
So far, I have come up with an idea of accessing the recorded time from a list after estimation. But I am uncertain what I should do before appending the time data to the list. Can anyone offer suggestions about this?
Thank you for your time