question

yoni A2 avatar image
0 Likes"
yoni A2 asked Matthew Gillespie answered

pulling from queue after so many minutes

I have some items that goes to a queue they have to be in the queue for 7 hours, after 7 hours simulation clock time, they are processed by a processor, how do I tell the processor to pull after 7 hours?

FlexSim 19.0.3
pull strategy
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered

There are a number of different ways you could do this. Here's one example.

holdtimequeue.fsm

I used the Queue template from Fixed Resource Process Flow list and added an extra delay activity before the item is released. This guarantees that the item will be held in the queue for a specified amount of time before it can move on. You can click on the queue in the 3D view and change the Hold Time variable to be whatever time you want. You can even create copies of this queue and give each one a different Hold Time value.


holdtimequeue.fsm (33.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.