Task sequence with limited weight

Task sequence with limited weight

mohamed_a6
Not applicable
622 Views
12 Replies
Message 1 of 13

Task sequence with limited weight

mohamed_a6
Not applicable

[ FlexSim 18.0.10 ]

I have a warehouse model that contains: Source(produces 50 different items in racks), Queue, 50 racks, Transporter and NetworkNodes path for the Transporter. At the beginning of the simulation run, the 50 items are placed on the 50 racks as shown in the figure below.

19406-222.png

Then transporter take each item from racks and deliver them to Queue2(considered as a door for the warehouse) to make the warehouse empty, as shown in the figure below.

19407-221.png

After that I have made two copies from this model, and each model have applied some changes on it to reach a specific objective.

The first model called: Task Sequence. Its description: There is a sequence of tasks in global table called "Sequence". Each row refers to the task that contains a sequence of items, while each column refers to the item in each task. Ex: first row contains: 50, 36, 46 and second row: 18,19. This means that transporter will take item 50 then item 36 and finally item 46 and deliver them to Queue2. Then will take item 18 then item 19 and deliver it to queue2, till all rows(tasks) are finished.

The second model called: Weighted Items. In this model, Transporter maximum weight to lift is 15 kg. In Source1, there is a label built called "Weight" to identify the mass of each itemType.

I wanted to apply both objectives in one model; to make task sequence and at the same time in limited weight for transporter. For example, we have two sequence of tasks: 50, 36, 46 in Row1(as shown in task sequence model in sequence global table) and their weights = 7,3,9 respectively. Then 18,19 in Row2 and their weights = 4,9 respectively.

In task of Row1, the transporter will lift items: 50 and 36 then deliver them to queue2, then will take item 46 and deliver it to Queue2 then(As the total mass of the three items will exceed the maximum weight the transporter can lift).

And in second task: will take both items 18 and 19 in one round, as the weight of them both = 13kg which is less than 15kg.

19354-task-sequence.fsm

19350-weighted-items.fsm

0 Likes
Accepted solutions (1)
623 Views
12 Replies
Replies (12)
Message 2 of 13

jeff_nordgren
Not applicable

@Mohamed El-akabawy,

I'm unclear where and when you want to implement the weight restrictions. Do you want them when the transporter is going from the racks to Queue2? Or from Queue2 to whatever Object would be next?

Not sure how your ItemQuantity Global Table fits into this process. You list 4 different types in your question. Types 1,4,17 and 5,8 9. But there are a lot more types than that? What happens to the other itemtypes? Do you have some kind of list that tells you what itemtypes are in a SKU?

Any other information that you could provide would be helpful.

Thanks.

Message 3 of 13

mohamed_a6
Not applicable

@Jeff Nordgren Wish it now more clear to understand

0 Likes
Message 4 of 13

joshua_s
Not applicable

@Mohamed El-akabawy

Going back to what you wanted with the optimizer, do you want the optimizer to find the best way to empty all 50 items?

0 Likes
Message 5 of 13

mohamed_a6
Not applicable

Not all 50 items, only the sequence of tasks

0 Likes
Message 6 of 13

joshua_s
Not applicable
@Mohamed El-akabawy

Here is your model with the optimizer for all the items and the weight limit built into it, it's optimized to find the shortest route for the transporter.

19372-19354-task-sequence-7.fsm

0 Likes
Message 7 of 13

mohamed_a6
Not applicable

@Joshua S the model showed me these messages

19429-capture.png

19430-capture1.png

0 Likes
Message 8 of 13

mohamed_a6
Not applicable

19434-capture.png

The file then is empty without any models @Joshua S

0 Likes
Message 9 of 13

joshua_s
Not applicable

My mistake, I made it in 19.0. Here is the 18.0 model. Can you go over exactly how you want it optimized?

19372-19354-task-sequence-1-7.fsm

Message 10 of 13

mohamed_a6
Not applicable

@Joshua S first of all thank you for your effort but I have now 2019 license so do all of your work on 2019 please.

Unfortunately not as I wanted exactly but it's too close.
In the model you have attached, Transporter1 picks up items from itemType50 to itemType1 with respect to weight, right ?

I'm here wanted Transporter1 to pick up the very best and most optimized solution for each row in "Sequence" Global Table.

To be more clear and more simple, in "Sequence" Global Table, just make the number of rows = 1 instead of 12. Which means that this row will contain this itemTypes: 50, 36, 46, 0, 0. This is our list of itemTypes, the objective is to figure which is the best sequence and the shortest distance for this sequence; (50,36,46) , (36,46,50) , (50,46,36) , (36,50,46) , (46,50,36) or (46,36,50) . All of this is with respect to the maximum weight which is 15kg.

50 = 7kg

46 = 9kg

36 = 3kg

When we take sequence (50,36,46) we will found that when Transporter1 pick up 50 then 36, it will deliver them to Queue2 first then take itemType46 and deliver it then.

All of that will be taken in consideration in distance calculations.

I wish it is more clear now.

I have attached you the model after the edit in "Sequence" table.optimization-model.fsm

0 Likes
Message 11 of 13

joshua_s
Not applicable

Will each sequence have a max of 5 pickups?

0 Likes
Message 12 of 13

mohamed_a6
Not applicable

@Joshua S Yes

0 Likes
Message 13 of 13

joshua_s
Not applicable
Accepted solution

@Mohamed El-akabawy, Take a look at this model. It has a list of all the permutation for a 5 non repeating combinations that the model uses as a lookup table. The Optimizer tries all 120 combinations. The current sequence it is running is in the Source activity, so you can add more Sequences and change that value to set the sequence you want to try. The number that is outputted by the optimizer corresponds to the row in the permutation table.

19749-optimization-model-1.fsm

0 Likes