question

Sofia G21 avatar image
0 Likes"
Sofia G21 asked Sofia G21 commented

Best way to sim a long MDR (Motor Driven) conveyor with very close photo-eyes?

I need to build a series of conveyors (all very long and intertwined), with MDR logic. However, it becomes tricky, when the photoeyes that control the motors are extremely close together. Any suggestions?

FlexSim 22.2.0
conveyorsmotors
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Sofia G21 commented

These types of conveyor can often be simplified eg by using the stopping and moving space properties of a single long conveyor:


mdrconveyor.gif


mdrConveyorWithoutPhotoeyes.fsm

If you need to replicate and verify the real control logic then it will be harder and obviously as tricky as it is in reality (or more so).


· 4
5 |100000

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

Sofia G21 avatar image Sofia G21 commented ·
Thanks Jason! I appreciate the help!

My only question would be... if the items are different sizes, could I enter a variable referencing a table or something similar for the stopping/moving distance? Or how could I approach that?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Sofia G21 commented ·

You can make the spacing independent of the item size or a function of the item size or a combination of the two. The limitation is that you can't base it on the previous item's size which would be useful for some cases.

The model I uploaded behaves like this with variable item sizes (1 metre fixed spacing from the leading edge):

1678915946237.png

1 Like 1 ·
1678915946237.png (156.9 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Sofia G21 commented ·

Here's a comparison of two methods - one using the spacing as described above and another using decision points with restricted areas to have the item centres stop 1 metre apart.

centerpitchmixedsizes.gif

mdrConveyor_mixedItemsSizes.fsm

1 Like 1 ·
Sofia G21 avatar image Sofia G21 Jason Lightfoot ♦ commented ·
Thanks so much for the help Jason. You were very clear and very helpful. I appreciate it!
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.