question

Ismael R3 avatar image
1 Like"
Ismael R3 asked Ben Wilson commented

I need to simulate increase of space only in excess capacity temporary


Hello everyone, I need your help please. What happens is that I need to simulate the increase in space of the picking areas, but only when they reach their limit. That is, I have these two picking areas, each one with a space of 20 and 40 of max content. If, for example, the area of 40 fills up, only in that instant of time that this max content is increased to 84 positions, for as long as the content needs this increase, and then returns to 40 positions. The context of this need is that I want to simulate if these areas are filled, if the increase of 44 more spaces of content, will be enough in these time intervals where the space is needed, or if I need more space. I wonder if there is any way to program this in the floor storage or can you think of a way to simulate this. I attached my modelmodelo intento dos.fsm.

Another question is that I would like to test this in the experimenter, if I wanted to vary this capacity until I observe that my model already has the necessary capacity so that there is no lack of space.


FlexSim 21.0.0
flexsim 21.0.0floor storagemaximum capacitytemporary capacity
· 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.

Ismael R3 avatar image Ismael R3 commented ·
Thanks for your advice, but I have a problem because from what I understand I would have to create a queue before either of the two picking zones to try to simulate this, but the problem is that I am using process flow and these go directly to my two zones picking, would you have to send these queues first to see this? Another question is that I would like to test this in the experimenter, if I wanted to vary this capacity until I observe that my model already has the necessary capacity so that there is no lack of space. How would I do this if I use your option in the model. I really appreciate your help, maybe a small example would serve me more please!
0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Ismael R3, was steven.hamoen's answer helpful? If so, please click the red "Accept" button on 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

·
Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered

@Ismael R3 What you can do is use 2 global variables for the size of the 2 areas and use either a assign label activity or a custom code to set those 2 variables just after the load and before the first decide (and also after the delay because then the situation can be different again) and then in your decides use those global variables instead of the fixed numbers you are using now.

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.