question

Henna N avatar image
0 Likes"
Henna N asked Andrew O commented

order the parts when it reaches minimum Quantity

Hello,

In the model I have a "part consumed" buffer where 2 parts present "a" and "b" each of 2 quantity. When one part "a" consumed from 2 quantity of "a" then it should pull the "a" part from "orderbuffer".

Same for part "b" when one part of "b" is consumed by s1 then order part "b" from "orderbuffer".

The flow should be done by processflow with transporter. Please do help

Thank you.

partorder.fsm

FlexSim 20.0.10
pullorders
partorder.fsm (35.7 KiB)
· 3
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 ·
Hello @Henna N, at this answer site exists a policy about academic integrity. Maybe you describe a bit more which structures and methods are a miracle for you and where you need support. Thanks!
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·
What you describe looks like “kanban”. Perhaps you find answers for this keyword here at this site or videos in the internet.
0 Likes 0 ·
Andrew O avatar image Andrew O commented ·

Hi @Henna N, was Jason Lightfoot'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered

Put the part type on a list (ReorderParts) when it falls below a level. Have the transporter pull replenishment part types off the list and use another list of items (AvailableParts) to pull the part types in the quantities you need and perform the replenishment,.

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.