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.

Jonah K avatar image Jonah K ♦ commented ·

Hi @Jorge C41, were you able to figure out the solution to your problem? If so, please click the "Accept" button at the bottom of their answer.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

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.

Jorge C41 avatar image Jorge C41 commented ·

El problema es que tengo varios articulos y cada uno de ellos tiene una hora de despacho distinta.

Translation

The problem is that I have several items and each one of them has a different dispatch time.


0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Jorge C41 commented ·

@Jason Lightfoot's answer will work for several items with different dispatch times. I think you will need to provide more details and a model if you would like further help.

0 Likes 0 ·
Jorge C41 avatar image Jorge C41 commented ·

I was trying with the queue function "by time of day" but it didn't work for me.

Prueba-horarios-by-time-of-day.fsm

In this file I try to send the orange boxes at 1:00 am and the blue boxes at 3:00 am

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jorge C41 commented ·
Then port schedule in that model is set to 0 (any port) or 1 (port 1). To prevent the release you would need to set them to -1 but then they are not re-evaluated when the release time comes, which is why I suggested the method as described.
0 Likes 0 ·

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.