Search code examples
simulationanylogic

There is no empty cell in storage pallet rack Error in AnyLogic


The first time, pallets get stored in rack and later on, they get picked by the resource.

Now 2nd time when pellets come to get store in the rack, I get rack full error but there is 0 pallets in rack at that time means rack is empty.

Attaching the model images below.

Error

enter image description here

Pallet Rack

enter image description here

Rack Store

enter image description here

How can i solve this problem?


Solution

  • I suspect you didn't use a rackpick to take the pallets out of the storage... you MUST use a rackpick

    Or you need to use palletRack.remove(agent);

    If that's not the problem, then you will have give more information