question

Amaiur_Rabajo avatar image
0 Likes"
Amaiur_Rabajo asked Jeanette F commented

Palletizing at different levels (Paletización a diferentes niveles)

Hello, I would like to know how I could palletize four types of boxes using the combiner and a table. The combine has to palletize boxes at different levels. Each level has to be separated by a different item and each level only allows one type of box within the 4.


Hola, me gustaría saber como podría paletizar cuatro tipos de caja haciendo uso del combiner y una tabla. El combinar tiene que paletizar cajas a diferentes niveles. Cada nivel tiene que estar separado por un ítem diferente y cada nivel solo permite un tipo de caja dentro de las 4.

FlexSim 23.1.3
paletizar
· 3
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦♦ commented ·
Is this layer stacking with a separation sheet?
1 Like 1 ·
Amaiur_Rabajo avatar image Amaiur_Rabajo Jason Lightfoot ♦♦ commented ·

Yes, there would have to be a separator for each level change and the reading of the item to the combiner is from a table

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

Hi @Amaiur_Rabajo, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

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

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

A combiner is quite simple object. It combines items in the order they arrive.
First there is container item. This enters the combiner as first item through input port one. Then you have to manage the entrance to the combiner of other items in the order they must be packed. 4 items, a separator item, 4 items, a separator, 4 items and so on.
you can for example pull from input ports from a queue in round robin fashion. A source for one box type is connected to a queue called for example collector. The 5th input port is connected to a source to provide separator items. Another source creates items of a different kind. 4 connections are going to collector queue. Each of involved sources send items in function send to port by round robin method. The combiner must only accept the right total amount of items from this collector queue.

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented
This is probably better done with an object process flow than a combiner's default options - it will be easier to understand/debug and more transparent to anyone new to your model.
· 9
5 |100000

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

Amaiur_Rabajo avatar image Amaiur_Rabajo commented ·

You could make an example of a palletization of 4 products and a separator for each level change, reading from a table or using process flow.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ Amaiur_Rabajo commented ·

We encourage students to try for themselves rather than do their work for them. You can also look for examples on this site and post your attempt with specific questions if you get stuck.

0 Likes 0 ·
Amaiur_Rabajo avatar image Amaiur_Rabajo Jason Lightfoot ♦♦ commented ·
el problema esta en ubicar el separador entre los niveles, todo lo demás esta bien
0 Likes 0 ·
Show more comments