question

davide avatar image
0 Likes"
davide asked Joerg Vogel commented

Horizontal slug building

Hi everyone, I'd like to build a slug of boxes with a pattern 3x3v but I can't figure out how to stack multiple lines. Any help?

FlexSim 23.2.3
conveyorsslug buildingslug conveyorsslugslug builder
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @davide, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Joerg Vogel commented

Conveyors in FlexSim are not really made to allow for items to travel alongside each other. The best you will get without too much effort is likely going to be staggered lines like below. The items technically overlap along the length of the conveyor but were translated to the sides.

1710491784215.png

block-slug-fm.fsm

What other options might be usable will depend on how the items are supposed to continue. If they should move on as a single unit, then I'd place them on an invisible carrier item.

If they move on as individual items, using three separate conveyors that run in parallel and control the batching through Photo Eyes/Decision Points and a Process Flow would be my choice.

Or you push the option of reducing the stopping space to the extreme and allow the items to practically travel completely in parallel. But then you will need a lot of logic to prevent them from overlapping.

The attached model below is a basic proof-of-concept. It will have issues as soon as any unplanned stops happen on either conveyor.

block-slug-fm_1.fsm


1710491784215.png (63.7 KiB)
block-slug-fm.fsm (38.8 KiB)
block-slug-fm-1.fsm (46.6 KiB)
· 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.

davide avatar image davide commented ·

What about using a combiner and putting the boxes in an invisible pallet? Can I even make an invisible pallet (or in general an invisible container flowitem)? That way they would look like separate object but to che conveyor it'd be a single big object

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ davide commented ·
Yes, but then you'll not have items 'peel off' the front row unless you implement something more sophisticated.

You could also consider using the Mass Flow Conveyor.

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel commented ·
Remark: you can translate visually items side by side or you can build patterns of them. BUT internally of this conveyor module all of them behave like they are still in a single sequential line of items. A photo eye won’t consider a visual pattern of items to trigger an action.

if you need a special behavior for a cluster of items I suggest that you set involved items in direction of movement on a conveyor system to be extremely small. Then any deviation of item event is very small because internally the single line of items is much shorter then, if they trigger event, when they are moving side by side.

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.