question

Leo L6 avatar image
0 Likes"
Leo L6 asked Felix Möhlmann answered

Only one Type in Series of Processors at a Time

Hello,

How would I limit the amount of items of a particular type in a series of processors at a time?

1707521666183.png

What I would want is for only one type of item to exist in the chain of processors at a time. And if an incoming item is of a different type, it should be blocked until the processors are cleared of the dissimilar type.

Also, I would like to make sure that after a batch of items (2 let's say), the system re-evaluates the longest waiting item to send into the processor chain.(Otherwise, there wouldn't be any opportunity for an incoming item of a different type to enter if the processors never end up getting completely cleared). So after a batch of 2 items of type 1 enters the first processor, another item of type 1 will be blocked even though there's room on the processors if an item of type 2 has been waiting longer which will take priority.

What would be the easiest way to accomplish this?

Thanks in advance!

FlexSim 22.0.16
processorzoneprocesss flowitem type
1707521666183.png (153.9 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.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

I'd say the easiest way is to manage the input into the first processor entirely through Process Flow. The structure might look something like below.

Additional activities will probably be required to update labels that track the current type and the quantity that has entered (in order to decide when to allow a type change).

capture1.png



capture1.png (38.4 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.