question

Stefani avatar image
0 Likes"
Stefani asked Kavika F answered

release item from queue in specific time and specific quantity

hello!

I want to ask about how to release item from queue with specific time and specific quantity. For example, we have 1 source, 1 queue, and 2 processors (A & B), then processor A will pull item from queue in specific condition (example: 1000 seconds: 20 item; 1500 sec: 10 item; 2500 sec: 25 item, etc). While, processor B will pull item from queue in specific condition (example: 2800 sec: 17 item, 3400 sec: 6 item, etc). can you give me solution for my case, please?

Thank you very much


FlexSim 19.0.0
queueitem releaseschedule release
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

·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @Stefani, you could try something like this:

1701811490149.png

1701811482771.png

Start by pushing all items onto a list. That list will be pulled from by requests in the Process Flow. Simply have two Scheduled Sources with the desired pull amounts and times.

1701811524446.png

Then you move the pulled boxes into the respective Queue.

release-by-time.fsm


1701811482771.png (27.3 KiB)
1701811490149.png (71.5 KiB)
1701811524446.png (30.6 KiB)
release-by-time.fsm (32.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.

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.