question

Ibra_bocar S avatar image
0 Likes"
Ibra_bocar S asked Clair A edited

Modélisation Kanban sur FlexSim

Hello, @Jordan Johnson


I am contacting you because I have done an exercise on Kanban that I am sending you with the solution that I wrote on the attached sheet. My wish is to model on Flexim, and since this is my first time using this software, I would like you to help me with the commentary or a demon to guide me. On the other hand if my writings are not clear, I can redo them so that you see clearly. Wishing you an excellent evening and thank you in advance.


The final result for the number of kanban that I would need for this problem is between 5 and 6 and the size of my D container is 11 pieces.


Best regards;


img-0469.jpg

FlexSim 22.1.0
kanban
img-0469.jpg (3.2 MiB)
5 |100000

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

Clair A avatar image
0 Likes"
Clair A answered Clair A edited

Hello Ibra Bocar,

We sent you a Student license in February, along with links to our training materials.

First, we advice you to complete all 3 basic tutorials from this page:

https://tutoriels.flexsim.fr/

We have also shared with you ~200 training slides with 17 corrected exercises. I advice you to browse these slides and models to look for features that will be helpful for your academic project.

Regarding FlexSim’s Policy on Academic Integrity, please read this post:

https://answers.flexsim.com/articles/78339/flexsims-policy-on-academic-integrity-best-practic.html

5 |100000

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

Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered

I made a demo model, that show some of the techniques you might use in building a Kanban model:

KanbanDemo.fsm

It isn't the situation you show in your question, but it has some similar concepts. So I'll describe this model a little bit.

First, there is a Processor. That processor consumes items from a tote, until that tote runs out of items. Then the Processor tries to begin using items from the next tote. If there is no next tote, the Processor would be blocked.

Every time the Processor empties a tote, an Operator puts the tote on a shelf of empty totes, and then tries to get a full tote from another shelf. Once a full tote is available, the Operator takes it to the Processor.

Once three empty totes accumulate, another Operator takes the totes to some machines (a Combine and Separator). These machines just represent the time it takes to refill the empty totes. Once the totes are refilled, an Operator puts the full totes on the full shelf.

There are many techniques used in this model, but probably the one to focus on is the List in Process Flow. A List is ideal in Kanban, because a List synchronizes requests with the resources for that request. You use a List through two activities: a Push To List, which makes something available, and a Pull From List, which makes requests on the List.

Here's one example in the demo model: the activity called "Get Empty Totes". That activity is a Pull From List. The token waits at that activity until a complete batch of empty totes is available. Then, it creates the task to take all the totes to the Combiner/Separator. If you click on the "Get Empty Totes" activity, you can see that a blue line is drawn to the Empty Totes List. If you click on the Empty Totes list, you can see that empty totes are added to the list when the Operator puts it on the shelf.

kanbancallouts.png


kanbancallouts.png (49.4 KiB)
kanbandemo.fsm (195.0 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.