20160919-modeloteste-v5-autosave.fsm
Hi everybody,
I'm simulating an warehouse, with 200 types of SKUs equally distributed into 5 departments (racks). There's a central stock before the racks, where the items arrive from the source. I need to set a dedicated storage strategy in the racks, in order to make them have at maximum 10 units of each item type. So, i need the racks to pull the items from the stock, depending of the quantity of each one they already have.
Each rack is responsable for 40 item types and each rack has a maximum content of 400 units. So, there can be at maximum 10 units of each item type in a rack, even if there are another blank spaces in the rack. I tried the pull strategy pulling from item list, but I didn't succeed. Can anyone help me?
Thank you very much!!