question

Mohamed El-akabawy avatar image
0 Likes"
Mohamed El-akabawy asked Joshua S answered

Making task sequence for transporter in warehouse

In my model here I have made a label for each type called "weight", for each itemType it has it's specific weight. For example, for itemType 40 it's weight is 40.

I wanted to make the transporter pull items from racks according to their weight. The priority is for the items with highest weight to be pulled and transported to the queue. And to make the transporter maximum capacity is 40 kg; that if the transporter had an order of 42 kg the transporter will reject it.

Thanks in advance!

output-variation.fsm

warehousetransporterweight
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joshua S avatar image
0 Likes"
Joshua S answered

Look into using lists, I added a sample right below your system in your model, the racks are pushing their items to a list that I added a new label field called Weight which can the queried when you pull the item from the list. The pull and transportation is all done in process flow.

18721-output-variation.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.