Hi @Felix Möhlmann would you be able to guide me to create a model to relocate blocking flow items in floor storage when retrieving selected flow item for outbound.
I would imagine the process flow to be triggered by on A star block, query the bay of the selected flow item, query if levels are occupied in the selected bay and create subflow to create tokens representing the blocking flow items with a value label and push to TE request list. Somehow the TE's current task need to be put on hold with the TE first relocating the blocking flow items to available floor storage slots from inside out (ASC order in terms of levels).
Would the process flow also be able to select the ideal pallet for outbound by considering time taken (by distance and effort - blocking flowitems relocation)
Relocate blocking flow items when retrieving selected flow item.fsm
Overview of my model:
1. I use A* navigation system with dynamic barriers supplemented by barriers with limited navigation direction with conditional rules for loaded shuttles
2. I use a combination of 3D objects, TE process flow and process flow to:
- Create initial inventory on floor storage
-Use floor storage triggers to push items on floor storage to StockInStorage list
-Use process flow to pull matching SKUs from StockInStorage list to push to TE Request list
-Use TE process flow to pull from TE Requests list and assign task to TE (able to set priority/ query when pulling from list)