question

CPL avatar image
0 Likes"
CPL asked CPL commented

Controlling the merge ratio at the conveyor merges?

I have model on Baggage Handling system layout. How can i control the merge ratios at the merges.??

Refer the attached image that shows that, I have two line merges into single takeaway conveyor. I need to maintain merge ratios for Line A,B,C as 5:1:2 which is 5 bags from line A and 1 bag from line B and 2 bags from line c. Also, these ratios will be variable in future.


Thanks in advance.

Sudharsan R

1681456463137.png



FlexSim 22.2.0
merge controller
1681456463137.png (959.3 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
0 Likes"
Felix Möhlmann answered CPL commented

I built a similar system as an example for this post.

Each incoming conveyor has a photo eye, only one of which lets item pass at a given time. Each item increments a counter label. If that label reaches the target value, the photo eye will stop the next item and sends a message to the other one to 'let it know' that it can now let items pass.

It shouldn't be too hard to adjust this to accomodate more than two incoming conveyors. Essentially just change where the message in the photo eye trigger. (PE1 sends to PE2, PE2 to PE3 and PE3 to PE1. Also make sure that all but one photo eye have the "StopNext" label set to 1 one model reset.)

mergeOrder_fm.fsm


mergeorder-fm.fsm (50.6 KiB)
· 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.

CPL avatar image CPL commented ·

Thanks for the answer.

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.