question

立洲 avatar image
0 Likes"
立洲 asked Jason Lightfoot commented

Merge of two conveyor First come first served order problem

輸送機堵車應該怎麼解決

6-練習模型2.fsm1684291689263.png

FlexSim 20.0.10
conveyor
1684291689263.png (37.2 KiB)
6-練習模型2.fsm (209.5 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 Jason Lightfoot commented

The transfer points always have a fixed order along the conveyor which will determine what item can enter when totes are waiting at both ends.

You can use the area restriction options on Decision Points/Photo Eyes to let only one tote enter the intersection at a time. By default the entries will be handled in FIFO order.

(Though eventually both conveyors will still fill up).

area-restriction-fm.fsm


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

立洲 avatar image 立洲 commented ·

謝謝,我嘗試過你提供的方法,但我發現在我的模型中,我需要添加幾個步驟才能完成。我想知道這個方法和你的區域。

1684377319863.png

0 Likes 0 ·
1684377319863.png (45.1 KiB)
Felix Möhlmann avatar image Felix Möhlmann 立洲 commented ·

The area restriction works by declaring some object as the owner of the area. A label will be created on this object which manages entries into the area. The default assumption in the pick options is that this object is connected to the entry decision point by an a-connection (current.outObjects[1]).

In your screenshot I see that you have added the Acquire option twice. The available options work in pairs: Acquire/Release and Enter/Exit. The difference between these is that with Acquire/Release only a single item can enter the area at a time, whereas with Enter/Exit you can set a custom maximum content for the area. Any item that acquires or enters an area has to then later also release or exit the area. Most often the release would happen in a trigger of the owner object.

You can also take a look at the linked tutorial below. It contains a section on area restriction.

https://docs.flexsim.com/en/20.0/Tutorials/AdditionalTools/Tutorial1Conveyors/1-2Merging/1-2Merging.html

0 Likes 0 ·
立洲 avatar image 立洲 Felix Möhlmann commented ·

但是我這樣的方式成功地顯示了相同的功能

0 Likes 0 ·
Show more comments

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.