question

Truc C avatar image
0 Likes"
Truc C asked Jeanette F commented

Set staytime in queue

Hi all,

I have a question really hope you can help.

I wanna set all the token stay at the queue8 15mins before going to the next process (queue2,3,4). But don't know how to set. Hope you guys can help me.

Thank you so much.

Wait before wash.fsm

1680860776309.png


FlexSim 22.1.4
queuestaytimewait time
1680860776309.png (172.2 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.

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot commented

@Truc C, a queue is not made for this. This is a job of a processor. Then you let your items stay in a queue until a next object is available to receive an item.

If you still want to go the hard way. You hold all items on entry of a queue. Then you send a message with a delay of 15 minutes, which contains a reference to the involved item. You release the item through an output port or you let evaluate Send to Port function by releaseitem with port number 0 by on message event.

· 1
5 |100000

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