question

Magdalena B3 avatar image
0 Likes"
Magdalena B3 asked Jason Lightfoot commented

Pickup batch of totes from several different racks

Hi everyone, I have a problem with picking batach (4 ) of totes from several racks using list and deliver to one queue.

I asked for somethig simmilar, but that was different case Unloading Batch.

In this case I have a RackList with all of the totes in Warehouse. Totes have some lablels ex. ID number. In table Mrowa_1_tab (order list) is list with ID I need to deliver to one queue.

I used pull from List where I compere ID of tote from the warehous and ID from the Mrowka_1_tab, to pull only the totes there are in order list.1654078973865.pngUsing the previous solutions it doesn't work.

Here is my model

ex_racks_batch3.fsm

FlexSim 22.0.0
agvracksbatchpullfromlist
1654078973865.png (3.9 KiB)
ex-racks-batch3.fsm (164.6 KiB)
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

What doesn't work? Your tokens do pull things off the list. But you don't need the subflow to pull 4 items - just put 4 in the quantity to be pulled and instead of using AssignTo - select InsertAtFront of for the pulled array.

Having done this you will see that you don't have 4 things on the list with that index number so it will stop.

· 4
5 |100000

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

Magdalena B3 avatar image Magdalena B3 commented ·

Thanks @Jason Lightfoot for your answer ,but I'm afraid we misunderstood.

Let's chceck my model attached.

When I delete query form PullFormList it works. But it pull all of the totes form the RackList.

The thing I would like to do is to Pull only the totes which are in the order list - Table "Mrowka_1_tab" .I need to compere these two values (ID in the table and ID in RackList)


ex_racks_batch4.fsm

0 Likes 0 ·
ex-racks-batch4.fsm (164.6 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Magdalena B3 commented ·

When you call runSubflow and create 4 tokens they all have the same value for "Indeks" since they are copied from the token with tokenIndex1. So you can 4 tokens trying to pull items with 2 off the list.

Why are you creating 7 tokens (the number of rows in the Parameters_Tab table)?

You could create the number of picks in Mrowka_1_tab and batch them in groups of 4 aggregating the ID number into an IDs array. I show this in the attached model. You need to specify the token.Unload label somewhere.

ex-racks-batch4_jl.fsm

0 Likes 0 ·
Magdalena B3 avatar image Magdalena B3 Jason Lightfoot ♦ commented ·

Thank You for your help! It works :)

PS: I sampled by mistake the Parameters_Tab to create tokens...




0 Likes 0 ·
Show more comments

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.