Arena Basic Modules Decide, Assign, and Attributes

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 10

  • @clydeborg5890
    @clydeborg5890 4 ปีที่แล้ว

    How can you prioritise which color comes first in the process? For example, if you want to make sure that in the queue Color red is taken priority in the queue before Process 1, how do you adjust for this? Thank you for your help!

    • @dralbertomarquez
      @dralbertomarquez  4 ปีที่แล้ว

      You can control the RULES of the queue.
      When you use Seize-Delay-Release, you must specify at least one resource that entities have to wait for. They wait in a queue. You can see the queues of your model by clicking QUEUES in the basic process tab (where you also find the CREATE, PROCESS, DISPOSE, etc.). TYPE is a parameter of the queue that reflects that rule. The default is First in- First out (FIFO). Other alternatives are Last in, first-out (LIFO), or based on the value of an attribute of the entities. For example in a hospital, it would be the condition of the patient. You can sort ascending or descending on that attribute by selecting Lowest Attribute Value first, or Highest Attribute Value first.

  • @marceloportela3889
    @marceloportela3889 4 ปีที่แล้ว

    I have a question about ARENA: is it possible to use different times in the same resource? For example, I have 3 types of trucks arriving and they have to be weighed on the same scale. Truck A is weighed in 03 minutes, truck B is weighed in 05 minutes and truck C is weighed in 7 minutes. After weighing, they are released and the process is closed. So, how to build this model in ARENA? Could you help me? Thank you in advance.

    • @dralbertomarquez
      @dralbertomarquez  6 หลายเดือนก่อน

      Yes, you can use sequences or attributes for having different processing times at the resource.

  • @VLM234
    @VLM234 5 ปีที่แล้ว

    How to calculate the probability that an arriving entity has to wait in the process queue/area??

    • @dralbertomarquez
      @dralbertomarquez  5 ปีที่แล้ว

      That is computed as a probability using queueing theory. P of waiting = 1-P0, where P0 is the probability of having zero customers in the system in a system with 1 server.

    • @VLM234
      @VLM234 5 ปีที่แล้ว

      @@dralbertomarquez yes got my point but what about if we are dealing with complex models same situations arise in queueing, inventory, supply chain models... So how can one calculated probability of an event.... There so many events possible...

    • @dralbertomarquez
      @dralbertomarquez  5 ปีที่แล้ว

      @@VLM234 the complexity is what makes the problem intractable, and justifies the need for simulation.

  • @vaestark7567
    @vaestark7567 5 ปีที่แล้ว

    hello, would please help me with the decide module? Every time I run the model, the result of the decide module is exactly the same, why is that? I set the decide module with "N- way by chance"

    • @dralbertomarquez
      @dralbertomarquez  5 ปีที่แล้ว

      The value of the criteria variable that you are using does not change from entity to entity