Skip to content
Advertisement

Tag: anylogic

Anylogic – Block and unblock based on condition

Is it possible to use a simple true/false statement in a Hold block’s blocking condition to block an agent if condition is true and unblock if condition is false? If not, is there another way? I need the Hold block to block if the condition resourcePool1.idle()==0 is true, otherwise I need it to unblock. I have tried a few different

Anylogic: Use individual RandomNumberGenerator for each ressource

We are working on a simulation of a production chain of six machines connected in a series. For all of them, we need failure times etc. which are distributed differently. I am looking for a way to implement an individual RNG for each of the resources used. We need six different RNGs. Unfortunately, we struggle to understand how to implement

Advertisement