Jump to content

Process to reserve vehicle with multiple capacity


lberger
 Share

Recommended Posts

Hello Simio-Community,


I'm trying to make a process to reserve a vehicule at a server until all the entities he was carrying are ready. I used this proces that works good except if I want my vehicles to follow a time path between source/server/sink/source.

Do you have an idea of how I could change the process model to make my vehicles follow a timepath and still keep being reserved by my server ?


Thank you in advance,

ReserveVehicleWithMuliCapacity.spfx

Link to comment
Share on other sites

Currently, there are no paths in your model and thus the vehicle moves in free space. If you'd like it to move on a Path, add the paths between the Source / Server, Server / Sink and Sink / Source. Then, within the Vehicle object, change the Initial Travel Mode to 'Network If Possible' - this way, if a path is defined, the vehicle will move along the path (at the distance of the path * speed of vehicle). If there is no path, the vehicle will continue in free space to the desired location. A TimePath specifies the time it takes to move on a given path and that will not be used by vehicles.

Link to comment
Share on other sites

×
×
  • Create New...