question

Santiago T2 avatar image
0 Likes"
Santiago T2 asked Felix Möhlmann commented

Load racks with products automatically

Saludos,

En la presente simulación llega una cierta cantidad de cajas con su respectiva etiqueta, cada una tiene su rack de almacenamiento, despues que se almacenan los operarios tienen un determinado tiempo para cargar la cantidad de cajas posibles. Luego de eso los racks quedan incompletos. Entonces. ¿Como puedo hacer para que al siguiente día me lleguen al queue 1 la cantidad exacta de cajas faltante dentro de los racks?

1638337334239.png

Automatic_Rack.fsm


Muchas gracias, espero sus cordiales respuestas!

FlexSim 21.2.4
labelsracksqueu
1638337334239.png (64.7 KiB)
automatic-rack.fsm (48.5 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.

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Felix Möhlmann commented

You can get the number of items in an object with the command "object.subnodes.length". (Similarly you can get a reference to a single item with "object.subnodes[N]", where N is the rank of the item inside the container object.)

With this you can build a simple process flow that creates the difference between the current number of items and the wanted number inside the queue every 24 hours.

1638342490510.png

automatic-rack_1.fsm


· 12
5 |100000

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

Santiago T2 avatar image Santiago T2 commented ·

Saludos @Felix Möhlmann

El modelo funciona pero solo en un día, ¿Cómo puedo hacer para q funcione por un ciclo más largo como una semana por ejemplo ?.

Para ver el proceso cambie el tiempo de llegada de los productos pero aparece un error en el modelo

1638366561013.pngrack-automático-2.fsm

0 Likes 0 ·
1638366603075.png (34.7 KiB)
Felix Möhlmann avatar image Felix Möhlmann Santiago T2 commented ·

You are using the pull strategy on the racks to pull items with the correct label. However, without the default "Successfully assigned to slot" requirement, as soon as the rack is full, the next item entering the slot will not find a slot which causes the error message.

You should revert back to the default logic (copy it from a new rack, because the option is not available in the pull requirement dropdown menu due to an oversight) and have the "Send to Port" of Queue1 take care of the type distribution.

Also the quantity in the Create Object activities should be update to reflect the actual max content of the racks. Otherwise the quantity field might become negative and cause another error.

Also, currently the time table is set up for only one active phase in the first week. If you want the operators to move more items you will have to update it. Weekly or daily repeat might be easier to set up than the date based schedule.

automatic-rack-3.fsm

Translation (sorry I forgot previously):

Está utilizando la estrategia de extracción en los estantes para extraer artículos con la etiqueta correcta. Sin embargo, sin el requisito predeterminado "Successfully assigned to slot", tan pronto como el bastidor esté lleno, el siguiente elemento que ingrese a la ranura no encontrará una ranura que cause el mensaje de error.

Debe volver a la lógica predeterminada (cópiela de un nuevo bastidor, porque la opción no está disponible en el menú desplegable de requisitos de extracción debido a un descuido) y haga que "Send to Port" de Queue1 se encargue de la distribución de tipos.

Además, la cantidad en las actividades Crear objeto debe actualizarse para reflejar el contenido máximo real de los racks. De lo contrario, el campo de cantidad podría volverse negativo y provocar otro error.

Además, actualmente el calendario está configurado para una sola fase activa en la primera semana. Si desea que los operadores muevan más elementos, deberá actualizarlo. La repetición semanal o diaria puede ser más fácil de configurar que la programación basada en la fecha.

0 Likes 0 ·
automatic-rack-3.fsm (129.8 KiB)
Santiago T2 avatar image Santiago T2 Felix Möhlmann commented ·

Saludos, @Felix Möhlmann

El error se solucionó, además modifiqué la lógica de tiempo de trabajo de los operarios

Pero aun el modelo le falta la lógica de que al siguiente dia lleguen las cajas faltantes en sus propias racks, es decir las cajas type 1 tienen que llegar a las 8:00 am y las cajas type 2 a las 9:00 am, esto se debe cumplir para los siguientes días.

rack-automático-4.fsm

0 Likes 0 ·
Show more comments

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.