地板_創造測試.fsm
I am currently trying to create a tiered storage system. I have set up the location information (class) using the "paint slot labels" feature in advance. The items are assigned a Type (unique value for items) and a class (classification criteria) through the global table.
The issue I'm facing at the moment is that I'm encountering the error message "No slot was assigned to item." This happens whether I create the slots directly in "floor storage" or first create them in a queue and then move them to "floor storage." In both cases, I am unable to obtain storage locations for the items.
However, when I disable the "slot must have space" option in the slot assignment strategy, the items can be sorted by classification. How should I address this problem?