Jump to content

bragadesh

Members
  • Posts

    8
  • Joined

  • Last visited

About bragadesh

Converted

bragadesh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In our model, we have a server and vehicles of different capacities entering the server at different points of time. We wish to make the vehicle wait until all the entities carried by the vehicle are unloaded and then processed by the server. Usually the vehicle leaves after it has unloaded. Is there a way to do this? We initially thought of using an add-on process for this. But we're unaware as to how to know the count of entities inside a vehicle, without having a specific numbered reference like vehicle[1].NumberRiders
  2. Thanks for the reply. However, I would also like to specify the departure. In my previous question, the resource is needed to be at a specific server at a specific time, but now I would like the resource to depart from a specific server at a specific time. For example, the resource is needed to depart from server 1 at 11:00am, 13:00pm and 15:00pm. Is there a way to create that kind of departure schedule?
  3. How do I create sub-entities from an entity first?
  4. I need to model a warehousing scenario where one order (Main Entity) has multiple baskets (sub entities) to be picked in the warehouse. The sub entities are then processed in servers and then combined in to the main entity (order) and shipped out of the warehouse. Any ideas on the best ways to model this?
  5. I have a model where a resource needs to be shared between 3 servers based on a time schedule. For example, at 1:00 AM, the resource needs to be at server 1. at 2:00 AM, the resource needs to be at server 2. at 3:00 AM, the resource needs to be at server 3. at 4:00 AM, the resource needs to be at server 2. What is the best way to implement this when you have a schedule for 24 hours?
×
×
  • Create New...