Hi eveyone. I am trying to simulate subsea inspections using a ROV vessel. My idea is to use processor for the subsea equipments and an operator as the vessel. Each one would have a setup time (the necessary time until the next necessery inspection) and process time (the time for the inspection itself done by the operator). For this, I have no problem. The problem is that the vessel has to go to a harbor every 2 weeks and it has to be there for 1 day. I know there is down time (time table) or break room logic to apply, mas I have 2 harbor options and I want the vessel to go the closest one when the 2 weeks finish. I could not find anywhere how to use more than one place for down time. I actually thought about using processors for this with the highest priority, using a setup time of 2 weeks and a process time of one day for each, simulating the time needed in the harbor. I see 2 problems with this: 1) I cannot have the same priority for the 2 harbor processors, so the operator (vessel) could go to one that is actually more distant. 2) The setup times between the processors have to be synchronized, so the unused processor would have to reset the setup time, even though the operator did not go there. I attached a very rough version (it already contains some codes for placing the processors, because I'm gonna use a lot of subsea equipments).