No Slot was assigned to item - Find Slot

No Slot was assigned to item - Find Slot

simulationUXC42
Contributor Contributor
103 Views
2 Replies
Message 1 of 3

No Slot was assigned to item - Find Slot

simulationUXC42
Contributor
Contributor

I’m unable to use Find Slot to locate a storage position for my item. On the rack I’ve set the Zone to ‘R8_’ and the Aisle to ‘C02’, etc., but the item still cannot be stored—the system doesn’t find any slot. I’ve configured everything (Zone, Aisle, etc.) and even tried using Matching Labels, but it still doesn’t work.

 

simulationUXC42_0-1757387278762.pngsimulationUXC42_1-1757387285680.png

I’ve attached the model. I still can’t get the items to be stored (racked). The placement rules are: items from the same lot should be kept close together, and storage locations are categorized by shelf types A, B, and C. If anyone could help, I’d greatly appreciate it. Thank you in advance.

Link
https://drive.google.com/file/d/1ZiBpDGWkh_tc59wN8PfbTRZ4zMxpS1KV/view?usp=sharing

0 Likes
Accepted solutions (1)
104 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

Try testing the WHERE statements one at a time to find out which ones are not working. I suspect it might be "hasSpace()" due to item orientation. You could search for an empty slot instead (slot.slotItems.length == 0).

I also noticed that $4 is set to token.Pallet_Pro which should be the item reference since $4 is used in hasSpace(). Yet the slot is assigned to token.item.

Message 3 of 3

simulationUXC42
Contributor
Contributor

Thank you so much! I was able to fix it. I got the solution from you. I really appreciate it!

0 Likes