Fundamentals of the AnyLogic Material Handling Library

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии •

  • @masAzyz-c3n
    @masAzyz-c3n Месяц назад +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  13 часов назад +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?

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

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