question

Kadircan T avatar image
0 Likes"
Kadircan T asked Felix Möhlmann commented

Queue Delay

When a product arrives in the queue area, I want it to wait in the queue for 10 hours before going to the next processor. I know that there is no such feature in the queue normally, but it is important for the operation to be able to do this. I would appreciate an answer.

FlexSim 24.0.2
queuedelaywait time
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 Felix Möhlmann commented

Is using a floor storage instead of the queue an option? There you can set a minimum dwell time.

If not, you can hold the item in the queue at first by returning -1 in the Send to Port code. Then later release it again. Either through a fixed port or by returning 0 (First Available).

delay-queue-release.fsm


· 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.

Kadircan T avatar image Kadircan T commented ·

I decided to use the floor storage method, but the transporter does not take the pallet from the processor and put it in the floor storage area. I tried putting a queue in between, it puts it there but not in the floor storage. What can I do?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Kadircan T commented ·
Make sure that the slots of the floor storage are large enough for the pallets (including the height of the floor storage).
0 Likes 0 ·