question

David Chan avatar image
1 Like"
David Chan asked David Chan commented

How to Pull from list when type change

Hi

I am modeling the following situation using processflow with List and would like to get advise.

A tote is used to pick up the same type of item of 10. When item type change, i would like to release the tote with whatever quantity that it has.

How do I use List to do it?

Thanks

David

FlexSim 18.1.0
listpull from list based on condition
· 2
5 |100000

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Can you give some more details or post an example model? What do you mean by "when item type change"?

0 Likes 0 ·
David Chan avatar image David Chan Matthew Gillespie ♦♦ commented ·

@Matthew Gillespie

I have enclosed the model.

There are two product token types. The tote token can pull any type of token but only one type at all time. The tote token should be released when a different type of token arrives.

Thanks

David

tote-example.fsm

0 Likes 0 ·
tote-example.fsm (25.5 KiB)

1 Answer

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered David Chan commented

Here's one way you could do it using an Event Triggered Source and a Release Token activity.

tote-example-mg.fsm


tote-example-mg.fsm (28.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.

David Chan avatar image David Chan commented ·
@Matthew Gillespie

Thanks. I have added in to create a Partition ID at the Push to List and reading from the global label currentType at the Pull from List so that I could pull only the same type in the same tote.

The model is attached.

11497-tote-example-mg-pickonlysametype.fsm

David

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.