Hi Dear All,
I have created a Model, where two vehicle (AGV) travel in a networks of node, and base on global table visit some node that related to the Queue, pick up items and put in the destination.
Here I have difficulty for this three points:
1- I want to consider if one vehicle took responsibility of one row of global table then the other should do the next row until finishing the table together.
2- I want to consider that some nodes are link to each other for example the nodes of Queue 2 and 3 are linked together also nodes of Queue 7 and 8 are linked. so if vehicle1 take row 1 and goes to one of the Queue2 or 3 then if vehicle2 visited the queue1 and wants to visit queue 2 or 3, since vehicle 1 is still in the linked node should wait in one node like NN13 until vehicle1 get out of this link nodes, the same for the queue7 and 8. so the travel time of vehicle 2 might increased due to the delay. (I dont wanna use the UseMaxWaitTimer option )
3- how can I get the output of traveltime matrix or the travel time for each row of the global list after finishing each row. (in excel format)