hello to all,
I am working whit Anylogic. And I want to a machine that need a procesing time, but i dont want to go to another maquine
if de anoter is busy. whit delay anylogic say time >0 in outport.
thaks to all
Victor Gleim — 11.12.07
to Paco:
You should just add a Queue active object after the first Delay. In that case, an entity will exit the first Delay and
will be waiting in the Queue until the second Delay is unblocked.
paco — 11.12.07
yes, Thanks
But I need a element to have only 1 to capacity, in you solution I have two entities or more. I need that the entity
move to another when de second is free.
Thanks
Victor Gleim — 11.12.07
to Paco:
Just use the 'block' method of the active objects, and block the first one in a flow to restrict others to go further.