Fundamentals of the AnyLogic Material Handling Library

Поділитися
Вставка
  • Опубліковано 6 лют 2025

КОМЕНТАРІ • 14

  • @masAzyz-c3n
    @masAzyz-c3n 3 місяці тому +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 2 місяці тому

    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  Місяць тому +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/

  • @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?

  • @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/