question

Thomas K4 avatar image
0 Likes"
Thomas K4 asked Eric M commented

Minimum stock required

Simulation_Versuch_Mindestbestand.fsm

Hey! For this simulation I have to implement a minimum Stock for some articles (maybe) with a second source. So maybe when i think about the first Article (artikelnummer) in the Global Table, I want to maybe say, every 1000 seconds in the rack, there have at least to be 20 articles. So I thought about just to find items with this articlenumber but ordernumber zero with the source (how?) and so on.. But how can I find with my second source articles in the rack with specified articlenumber and ordernumber? Also how can i write to the separator who is looking to the flowitem quantity I want to subtract the quantity by Flowitems (with this articlenumber and ordernumber zero) in the rack?

Please Help! P.S I am not very familiar with process flow.. Do you think this would be the better option? I have to do a ton more afterwards..

Kind regards, Thomas

FlexSim 21.1.2
flexsim 21.1.2minimum stock
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

I am a bit puzzled, where is the main difference in relation to your previous question:

" How can i add an inventory policy (r, S) to this simulation"

My attached model logic looks for items, which are below a stock level, create them to this level and place them in the rack again. The main task is to query all items of the storage system, count them by an attribute, identify a replenishment and create the missing amount. The only differences are, I don't do this all without your model or your data.I will help you, as I said there. Please ask specific questions.

A source is not a suitable object to create a distinct amount of items by a condition. A separator is able to perform such task. You can create in a source every 1000 seconds an item, identify the amount of products and split your single item in a separator to fill up your warehouse with the needed amount. But this is exactly what my example model does. It does it only with process flow and some source code.

0 Likes 0 ·
Eric M avatar image Eric M commented ·

Hi @Thomas K4,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·

0 Answers

·

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.