Good day,
I'm building a model to simulate how long it would take to sort a warehouse. The products are located at different locations and I would like to sort the same products together from where they currently are.
The warehouse has about 19 racks of 4 levels and 12 bays each. The products are stored according to the following for example: B201 means that it is in rack B, level 2, bay 01 (ordered from the front to the back). About 53 products need to be sorted. For example product A is currently stored at B201 and D112. I would like to simulate a forklift to move the product from D112 to B201. And I would like to sort the other 53 products as well. Currently I modeled the source so that 537 products are produced once the model starts since the total number of boxes are 537 of 53 products. The blue boxes are the one's that don't have to be moved since the red ones are moved to the blue ones of the same product ( or thats the plan).
Should I use a global table? I tried to insert custom code to search the location of the itemtype in the global table, but just does not want to work.
Currently 2 forklifts are used since I can't find a way to move products between certain racks from one specific location to the next location.
The idea is then to see how long it would take to sort the warehouse and then I can calculate how much it would cost. Please find the model attached.
Kind regards
Willie