question

Anup Chauhan avatar image
0 Likes"
Anup Chauhan asked Carter Walch commented

Pull Value from list - resource amount not enough

EX Warehouse.fsmCurrently I have a project where I am placing an amount of resources in a list; and then when a batch runs into a pull section; it has a required amount of material pulled. If there is not enough material; the token gets stuck and takes up a resource titled filling lines. I am a little stuck on a way to get the token to proceed when the material list in updated with the new inventory.

FlexSim 23.1.3
list reorder
ex-warehouse.fsm (106.3 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.

Carter Walch avatar image Carter Walch commented ·

Hi @Anup Chauhan, was Julie Weller's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Julie Weller avatar image
0 Likes"
Julie Weller answered

Hi @Anup Chauhan! You can add a max wait timer on the pull from list where if the max wait timer fires it just runs through the block again. For example I just added this:

1691419159140.png

And then for the release token trigger I added a second connector that looks like this:

1691419203842.png

And when that release token trigger fires, it sends the token to the second connector:

1691419240901.png

That way it doesn't get stuck but just runs through the bock again, does that help solve your problem? Let me know if you have any follow up questions!


1691419159140.png (20.3 KiB)
1691419203842.png (25.9 KiB)
1691419240901.png (14.8 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.

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.