Find slot by matching label.fsm
Hi @Felix Möhlmann , I am working on a model where I pick from storage, bring the tote to a pickface staging (represented by floor storage), set a delay to allow picking and then move the tote back to the exact same storage location or to a sink (if assumed empty).
These are my questions and problems
1. My TE is picking up multiple totes in load and unload process flow despite having 1 load capacity
2. Find slot by matching labels does not seem to work. I have a Staging label on
I have referred to https://docs.flexsim.com/en/22.0/Reference/ProcessFlowObjects/Warehousing/FindSlot/FindSlot.html
3. Am I on the right track in overwriting the StorageLoc to sink at Process flow > Decide: Empty?
4. Am I on the right track in creating this model?
Overview of my model:
1. In TE process flow, I pull TeRequests
2. I add an incremental label to differentiate between storage to pickface movements and pickface to storage/ sink movements as the unload destination is different
3. If the token is for outbound to pickface staging, I record the storage location, I add a label on the token to match with paint slot labels to find an empty pickface storage slot. I assign the destination and I proceed to load and unload.
4. When an item enters the pickface staging, I add a delay to allow for picking and add a statistical label to decide whether the tote goes back into storage or to the sink. If the tote is going to the sink, I overwrite my storage location label now with sink. The tote is pushed back to TeRequests
5. When the returning tote is pulled from TeRequest, the incremental label increases and bringing it to a different load and unload process where the unload destination is set to refer to StorageLoc label
6. I realize that typically people will use a group of queues to represent the pickface staging instead of floor storage but I get confused when I acquire the queue resource in the TE process flow but can only release the queue resource in basic process flow. The reason why I am working with TE process flow is because in my main model I am adapting the Kiva model which has a lot of logic in the TE process flow.