question

Daniel Saravia avatar image
0 Likes"
Daniel Saravia asked Joerg Vogel commented

How to create a unique Partition ID from item push to a list?

Hi @Ryan Clark,

I have 2 CPU buffers (1001 and 1002) that I want 2 tuggers (Special1 and 2) to be exclusively dedicated to them. I created a unique Process flow (Tugging and Staging Porcess3) for them to pull the full pallets. But I don't know how to identify those items push from those buffers (1001 and 1002) to the FFlats list. I have 3 other tuggers dedicated to the FFlats but they can pull 1001 to 1006. I tried to create labels for the pallets arriving a 1001 and 1002 (Special) then find a partition for that token but it didn't work.

Thanks!

ALL Racks SP TUG_7.fsm

FlexSim 21.2.4
process flowpartition
· 1
5 |100000

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

Daniel Saravia avatar image Daniel Saravia commented ·

@Ryan Clark


I was able create a partition when 1001 ands 1002 push the full pallets to the FFlats list and made tuggers Special1 and 2 to pull that partition. However, the other 3 Tuggers can't pull that partition even though they are not pulling any particular partition (none).


Thanks,

ALL Racks SP TUG_8.fsm

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Joerg Vogel commented

When pulling entries from a list, only a single partition can be queried at a time, sadly. So you either pull items that belong to a certain partition or items that belong to no partition.

You could instead assign a label to the items that signifies if they are part of the 1001 or 1002 buffers or not. Then use the query field in the Pull from List activity to only pull those belonging to the buffers with the special tuggers. For the others you can leave the query empty to pull any item.

Attached is an example model in which the red operator can only pull items from Queue1, the others from any queue.

PullQuery.fsm


pullquery.fsm (127.5 KiB)
· 1
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·
Pull over all partitions is possible as a query over the tree structure of a global list. I answered a question for collecting all items of all partitions.
0 Likes 0 ·

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.