question

Tania L avatar image
0 Likes"
Tania L asked Tania L commented

Processing industrial areas behavior

Hello, I am trying to create a model that represents two phases of a process. Both of them are developed in rooms/areas with specific temperature conditions. These areas can have as many different products at a time as I desire. Additionally, products may enter the areas at any time, but once they enter, they must remain an specific time depends on the area, phase1: 3600 sec and phase2: 4500 sec. The remaining time does not change according the quantity of the product, one unit must remain the same time than 10 units. After fulfilling the time of permanence the products have to leave the area. Another important detail is that products can enter an area in different amounts every time, it means the area can contain a unit of a single product or different amounts of different products, because the area must to process the whole quantity that arrives.

I was trying to represent this behavior with processors. However, if one product enters, neither a batch of the same product, nor a batch of a different productt enters to the processor to complete the required time in the area. I do not know if it is possible to represent this with a queue.

Can somebody help me with this issue?model-areas-behavior.fsm

FlexSim 18.1.1
processor
· 4
5 |100000

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

Isaac Litster avatar image Isaac Litster commented ·

Hi @Tania L

Are you needing help batching in Processor1? Or batching in a queue?

0 Likes 0 ·
Tania L avatar image Tania L Isaac Litster commented ·

@Isaac Litster

I need to model an area either with a queue or with a processor, wichever is better. The important thing is that any option shoult allow items enter in batches of different amounts each time. The batches are defined for the arrival schedule at the source. Also every batch, regardless of the amount it contains, must remain in each area (phase 1 and phase 2) the time mentioned in the previous paragraph.

0 Likes 0 ·
Isaac Litster avatar image Isaac Litster Tania L commented ·

What are you wanting to accomplish with Queues 1-3? I assume the processors are phases 1 and 2?

0 Likes 0 ·
Show more comments

1 Answer

·
Isaac Litster avatar image
0 Likes"
Isaac Litster answered Tania L commented

@Tania L

I am not sure if I understand your process correctly, but I have tried to implement what you have described using process flow. Go ahead and run the model and let me know if this is the model behavior you are looking for. You might have to click step to get through the model and see the boxes moving in batches.

Here is the attached model.

phases.fsm


phases.fsm (24.5 KiB)
· 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.

Tania L avatar image Tania L commented ·

Thank you @Isaac L . I think is working as I wanted, I just had to replicate the same process flow in the other two queues.

0 Likes 0 ·
Isaac Litster avatar image Isaac Litster Tania L commented ·

@Tania L

I'm glad it worked for you! Were you able to replicate it correctly? I'm happy to help with any more questions.

0 Likes 0 ·

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.