Jump to content

dustincsmith18

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by dustincsmith18

  1. I have created a simple model that I believe may have solved this problem. I used a dynamic selection rule of largest value first. I then multiplied the entity priority by the time in system. This expression can be extended to include other factors like the equation in the OP. Visually watching the model, it does as expected. If anyone has any suggestions or a better way to model this, feel free to share! I attached the example model. Example Model.spfx
  2. Hi, I am trying to create a simple model containing a source server and sink, where two parts travel throughout the system. However, I am trying to create by own dispatch logic to determine which part in the Server's input queue is chosen next. I am hoping to create a function f(x) = C1X1 + C2X2 where C1 and C2 are constants, X1 is the time the part has been in the queue, and X2 is the part type. The part which returns the highest value then proceeds to processing next. Is this possible to model, or can anyone point me in the right direction? Thanks in advance!
×
×
  • Create New...