question

Abhijeet P avatar image
0 Likes"
Abhijeet P asked Abhijeet P commented

Craeate the batch of flow items on conveyor and transfer to another conveyor.

CBL Mc Setting.fsmVID-20211019-WA0001.mp4CBL Mc Setting.fsm

I have made conveyor model & want to create batch of 3 flow items on convyor no 2 and transfer this flow items as a group to the conveyor no.4. To understand the process which i want to simulate, i have attach the video of same process. Also here i attach my model.

Thanks.

FlexSim 18.0.10
conveyorsbatch processingtransfers
· 2
5 |100000

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

Abhijeet P avatar image Abhijeet P commented ·

High still wating for answer need help to solve the issue.

0 Likes 0 ·
Ryan Clark avatar image Ryan Clark commented ·

Hi @Abhijeet P, 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
3 Likes"
Felix Möhlmann answered Abhijeet P commented

To create batches of three items you can combine a restricted area with a maximum content of 3 on the conveyor (Trigger -> Enter Area) with the slug building functionality to hold items until the item count reaches 3. (Conveyor Type -> Behaviour -> Slug Builder)

As items can't run in parallel on a conveyor I see two ways to have the items move like in your video:

A: Use three conveyors positioned next to each other with the correct distance and send the items to them in round robin format. (To have it look better, you could set the skirt size to 0)

B: Use a decision point to move the outer two items into the middle one with custom code, so they move over the conveyor together. You will have to split them up again at the exit.

Both approaches are demonstrated in the attached file.

RunBatchesInParallel.fsm


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

Abhijeet P avatar image Abhijeet P commented ·

@Felix Mohlmann Thanks for your help. This is exactly what i am looking for. I will use this concept in model building.


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.