question

Adrian M avatar image
0 Likes"
Adrian M asked Jason Lightfoot commented

How to setup model by using zone, subflow, or list?

There are two questions:

1. How can I batch three units together to be processed at one processor then unbatched after processing? Essentially, this will apply for the majority of processors I have.

2. How can I only allow a total of 36 units to be processed at a time? I would like the units waiting their turn in the beginning until there is less than 36 units already being processed throughout the system. The starting point where the units may wait is in Queue1 and after a unit finishes processing at Processor5 then another can enter the system.


36 in Zone.fsm

FlexSim 23.0.2
zone
36-in-zone.fsm (59.1 KiB)
· 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.

Adrian M avatar image Adrian M commented ·

I think I figured out how to do partial of what I asked. Is there an easier way to do this like utilizing a list. Updated: 36 in Zone.fsm

0 Likes 0 ·
36-in-zone.fsm (56.8 KiB)
Jeanette F avatar image Jeanette F ♦♦ Adrian M commented ·

Do the 3 items need to stay together till they exit processor 5 or are 3 items processed at a time on each processor? Is it intended that the 3 items are carried together between the processors?

You can also use a combiner with the batch mode to process 3 items at a time.

0 Likes 0 ·
Adrian M avatar image Adrian M Jeanette F ♦♦ commented ·
They need to unbatch after each processor and need to be rebatched before entering a new processor because after each processor they will be inspected individually.

Ahhh yes, the combiner, but can we do it through process flow? Which would be more ideal to use?


Let me know if you have other questions. Thank you for responding.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Adrian M, was Jeanette F'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Adrian M,

I used combiners that are batching instead of processors and I use process flow to limit the 36 items that are allowed into the system. Process Flow can be used to transport the items, but it also works to use the 3D objects for that.

I don't see why this number is 36 given the most number of items possible is 15 items. I am assuming though there is more to be added in and the 36 will make more sense later on with your model development.

Please let me know if I can be of further assistance.

36-in-zone_1.fsm



36-in-zone-1.fsm (76.7 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.