Jump to content

pm0kjp

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by pm0kjp

  1. I have two models in a project, one which handles supply (results in trucks being routed to one of several sinks) and one which handles demand (various sources). I would like to connect the sink of my supply model to the source of the demand model. Can I transfer entities between models? Or do I need to manually copy and paste each object from one of my models into the other to allow for the transfer of entities? This may be very simple, sorry if I'm the annoying newbie! Joy
  2. Hi, I'm already assigning resources based on priority, but if I have a high-priority entity hit a certain point and there are no resources available (capacity ==0), I want to branch off and have a resource "stolen" from a lower priority entity so that my high-pri entity can get service. Does this imply a release-seize? Maybe I could fire an event and all my low-pri processes are listening to do a release? But how could I make it so that not everyone dumps their resource? Or is this a "Move"? Note that there isn't actual movement, so I'm not sure if this applies. Any tips gratefully received! I'm not sure even how to use "Candidate" well, in order to see if the "Candidate"s Owner is a low-pri entity or not.
×
×
  • Create New...