question

Jorge C41 avatar image
0 Likes"
Jorge C41 asked Jason Lightfoot commented

Despacho por tiempos (Horarios)

Hola. queria saber como se puede realizar un despacho desde los racks a un queue o floor storage, para que en este ultimo me espere hasta que se cumpla con la hora de despacho establecida.

Translation

Hello. I wanted to know how a dispatch can be made from the racks to a queue or floor storage, so that in the latter it waits for me until the established dispatch time is met.

FlexSim 22.2.0
racksdespacho
· 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.

1 Answer

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

Student suggestions:

  1. Create the pick job ahead of the dispatch time (use a sql query to create a pick time that is offset from the dispatch time.
  2. Label the item with the dispatch time.
  3. Choose "do not release" on the queue
  4. In a process flow detect the item entry to the queue and delay by Math.max(0,item.dispatchTime-time()); before releasing the item.
· 4
5 |100000

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