@Joerg Vogel Greetings, I am trying to store two pallets per bay according to my model, use this code that is assigned to the floor warehouse, I got an error, the code must respect the maximum floor storage per bay, it can only store one and it must have two pallets, maximum one on top of it. other
Dll.fsm
Storage.Object current = ownerobject(c);
Object item = param(1);
Storage.Item storageItem = Storage.Item(item);
/***popup:SlotByCondition*/
/**First Slot with Space*/
storageItem.assignedSlot = Storage.system.findSlot("WHERE slot.slotItems.length < 2 ");