Hi, I have problem with my model. On 3000 s some ASRS vehicles start to put pallets from racks on the conveyor. When pallet reach conveyor end, it has to be put back on rack with another ASRS. I set the "Find Slot" for empty slot and some other queries, but it doesn't listen to this and put all pallets on the same slot. Where may be the problem?
Query on "Find Slot": WHERE slot.slotItems.length == 0 AND product == $1.pallet.Product AND slot.zoneID == "3" AND slot.aisleID == "3"