question

shanice.c avatar image
0 Likes"
shanice.c asked shanice.c edited

How to let Elevator connected conveyors work bidirectional without collision?

I want to let a multi-floor model that there are two elevators sending Box1 and Box2 between these 2 floors. Both elevators can be used to load from 1F&2F and send boxes to 1F/2F floor. So how can I control at conveyor to avoid any boxes collision(ex: a box is sent from 1F to 2F, but another box in 2F heading to 1F directly enter conveyor without looking into if there's other box coming, so these two boxes might bump each other.) For the bidirectional parts of conveyor(The green background part of the conveyor), now I use two physical conveyors, and hope there's method to control boxes flow from crash. I hope to overlap these two different direction conveyors and hide the physical away. but I'm afraid that one conveyor(The yellow background part of the conveyor) is not allow to connected to two conveyors, and still cause error. Is there an easier way to complete what I want to do?

Our conveyor layout design is like the picture, the conveyors in front of elevator are bidirectional, elevators are also bidirectional, the horizontal conveyor between two bidirectional conveyors is limited to transfer box to the right hand side.

1627799697374.png


After completing the actions of letting boxes transported by elevators and conveyor in bidirectional works correct. Then I'd like to hide all conveyors, and replace conveyor appearances with our custom 3D conveyor shape. It has been a big problem that I cannot find the setting to show them again after hiding conveyor objects. It's not like other objects(ex: queue, processor...) that I can show 3D again by clicking Visuals-More visuals-Show 3D shape. I tried to find conveyors at Tree, but there's no option to find the setting to show 3D shape again.

Elevator.fsm

FlexSim 21.1.4
conveyorflexsim 21.1.43d shapeelelvatormutifloor
1627799697374.png (43.6 KiB)
elevator.fsm (53.0 KiB)
· 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.

1 Answer

shanice.c avatar image
0 Likes"
shanice.c answered David Seo commented

Hi, @David Seo, why in your example you use shape21 as Area Owner?

I think in my case the restricted area would start from entering the 4F yellow conveyor until the exiting from the 5F yellow conveyor, could a restricted area used in a crossing-floors case?

Also, could you explain more about why I should control conveyor's in/out port? And give me some examples which kind of Triggers to use? Do I still reverse conveyor by setting speed to negative, or any way to switch conveyor's start and end in X,Y? Thank you!

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

David Seo avatar image David Seo commented ·
@Fiona C You said the elev#1 and elev#2 should transfer bi-directionly the items?

The items can be moved to 2F from 1F and in other case from 2F to 1F via elev#1. It's the same in the elev#2, is it right?

If an item should be moved to 1F from 2F via elev#1 and then be moved to the point of 'sink box2' and another item which should be moved to 2F from 1F via elev#1 and then moved to the point of 'sink box1', how can you control it?

Before entering the cross conveyor, the item from 1F should be waiting for till the item from 2F out to 1F through elev#1 and then the item from 1F can be transfer to 2F through elev#1.

So you should use 'restricted area' option menu and same time you maybe use to control the conveyor's port to close and/or open before the cross-conveyor.

It's not easy to control the bi-direction conveyor anyway.

The reason of using 'shape21' is only for 'area owner'. Anything can be 'owner'. The area restriction usage is between from entering DP A to exiting DP B. The distance from A to be can be anything and any zone.

The DP and/or Station on the conveyor's cross-point can't be used for 'restriction area'. It can be applied only for one conveyor not two cross-conveyor.

The area restriction owner should be used for two DPs on conveyors.

The DP on the cross-point conveyor is applicable for only ONE conveyor not TWO conveyors. It looks like to be used in two conveyors but it can be used for one conveyor.

0 Likes 0 ·