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.
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/
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?
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/
Thanks. Very educational...! Useful learning materials ... with fluent express !!!
Super helpful webinar! even for an engineer using Anylogic every day. :) Thanks for the great work!
Thank you! Glad you found it helpful.
It was a great webinar. Thanks again!
du bist der beste Abicim
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.
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/
My simulation stops the moment the "conveyorMotor" resource pool fails, not giving it time for repair. How to proceed?
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/
@@anylogic-simulation Thank you for the response, I managed to resolve the issue.
@@anuragdeodhar4812 hello! I think I have similar problem. How did you solve it?
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?
Could you please share the link to download this model
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/