Fundamentals of the AnyLogic Material Handling Library

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

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

  • @masAzyz-c3n
    @masAzyz-c3n 2 หลายเดือนก่อน +1

    Thanks. Very educational...! Useful learning materials ... with fluent express !!!

  • @shiyan9358
    @shiyan9358 4 ปีที่แล้ว +2

    Super helpful webinar! even for an engineer using Anylogic every day. :) Thanks for the great work!

  • @Eldrine8
    @Eldrine8 5 ปีที่แล้ว +2

    It was a great webinar. Thanks again!

  • @naviedshekiba5303
    @naviedshekiba5303 2 ปีที่แล้ว +2

    du bist der beste Abicim

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

    Thanks for the webinar! Im replying the WeldingOperation and it gives me an error when the motor fail, the error says "Exception during discrete event execution
    root.conveyorSouthEnter:
    Cannot enter a maintenanced conveyor" Can you help me? It happens with the model of the webinar too.

    • @anylogic-simulation
      @anylogic-simulation  3 วันที่ผ่านมา +1

      Hello.
      This error happens when the agent tries to enter the conveyor “conveyorSouthEntrance” while it is faulty and not yet repaired. The block “SelectEnter” sends agents to its “false” output port with 30% probability and does not take the state of “conveyorSouthEntrance” into account. To make “SelectEnter” send all the agents (100%) to its “true” output port, you can use the conditional operator “? :” - anylogic.help/advanced/code/conditional.html.
      For example, the solution here may be the following code in “selectEnter” Probability filed - “conveyorSouthEntrance.isFailed() ? 1 : 0.7”.
      Thus, the agents will be always routed to the logic block “conveyorNorthEnter” when “conveyorSouthEntrance” is failed. Otherwise, the agent will choose “conveyorNorthEnter” with 70% probability and “conveyorSouthEnter” with 30% probability.
      We hope you find this information helpful. If you have any further questions, please feel free to use our community pages - www.anylogic.com/resources/support/

  • @anuragdeodhar4812
    @anuragdeodhar4812 4 ปีที่แล้ว +1

    My simulation stops the moment the "conveyorMotor" resource pool fails, not giving it time for repair. How to proceed?

    • @anylogic-simulation
      @anylogic-simulation  4 ปีที่แล้ว

      Hi Anurag, please can you contact us via the form on the linked page and provide some more details. www.anylogic.com/company/contact-us/

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

      @@anylogic-simulation Thank you for the response, I managed to resolve the issue.

    • @АушраБаните
      @АушраБаните 3 ปีที่แล้ว

      @@anuragdeodhar4812 hello! I think I have similar problem. How did you solve it?

  • @pandiyansanakiyan1139
    @pandiyansanakiyan1139 2 ปีที่แล้ว

    Could you please share the link to download this model

    • @anylogic-simulation
      @anylogic-simulation  2 ปีที่แล้ว

      Hi! You can find more information and the downloadable files in this blog post - www.anylogic.com/blog/webinar-fundamentals-of-the-anylogic-material-handling-library/

  • @aslhanaslan4871
    @aslhanaslan4871 2 ปีที่แล้ว

    I made the video suitable for all stages and I am sure of all the steps, but after running the model, it gives an error. Error: Downtime root.conveyorMotor: FailureTask: root.[3]: Invalid total time until occurrence: -930.3211385091888. I don't understand why it is giving an error, can you help me please?