Simple Manufacturing Plant with Entity Dependent Sequence Movement

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 5

  • @ragupathi4079
    @ragupathi4079 Рік тому

    Very nice explanation madam. How can i model re-entrant routes using Arena madam?

  • @thejavasugarband533
    @thejavasugarband533 Рік тому

    Hello miss, can i get the file for learning materials?

  • @thesilangsunggang8319
    @thesilangsunggang8319 4 роки тому

    Hello miss, i have a thesis and i need to find the logic in decide modul, my question is how to choose the minimum value variable in decide modul?? So the entity that enter the decide module, will choose the minimum value of variable

  • @thesilangsunggang8319
    @thesilangsunggang8319 4 роки тому

    In my sistem, there are 5 DC (Distribution Center) to decide. But i wanna the entity have a priority to choose the DC with minimum value

    • @orcoach3947
      @orcoach3947  4 роки тому

      Hello Alief,
      If you want the entity to choose one of the distribution center based on priority then you may use the following logic:
      1. Select Type: N-way by condition from the dropdown list inside the decide module.
      2. Then in the condition :(Select the type: variable, name: variable name you used, then assign the value in the expression)
      3. Repeat step 1 in total for four times.As there are five distribution centers, thus the last one doesn't need to be declared.
      4. Then attach the output of the each decide branch to the input of the right distribution center.
      Hope it helps, Thanks