question

joey avatar image
0 Likes"
joey asked zacharyh commented

How do I set up delivery of items on the conveyor ?

Hello everyone, I have questions about the conveyor belt.

1)Can the conveyor be shorter? I try to fix it down - can only increase the width and height.

2)I have 2 items on the belt. I want the item that 1 Move to the destination and the 2 item waits at the source until item 1 is removed from the belt, similar to this picture.model-conveyor.fsm

FlexSim 19.0.4
conveyor
44.png (37.6 KiB)
model-conveyor.fsm (22.7 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

·
zacharyh avatar image
1 Like"
zacharyh answered zacharyh commented
@joey

I am unsure of what conveyor you are using. If you place a new conveyor into the model from the library you can normally change the length of the conveyor by dragging the red arrows.

Also to only allow 1 item on the conveyor at a time you can add an On Entry and On Exit trigger to close and then open the EntryTransfer point on the conveyor.

conveyor-model.fsm


conveyor-model.png (73.4 KiB)
conveyor-model.fsm (39.6 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.

joey avatar image joey commented ·

HI @Zac H In my model, use this Conveyor.

From the model you attached, I think it's not the logic I have. What I want is that there are 2 items on the conveyor belt. But the first item will move to the destination. The second item waits on the other side of the destination and when the first item leaves the conveyor belt, the second item will replace.

0 Likes 0 ·
00.png (3.4 KiB)
zacharyh avatar image zacharyh ♦ joey commented ·

In my model, I do not have an option to choose that conveyor.

As for the logic, I would recommend placing a decision point at the beginning and make it pause/stop the item until the first item leaves the conveyor. Or you could place a queue at the beginning of the conveyor, set its max capacity to 1, turn it invisible and On Entry change the z location (height) to match the height of the conveyor.

0 Likes 0 ·
00.png (14.9 KiB)
joey avatar image joey zacharyh ♦ commented ·

Thank you for the advice. @Zac H Where can I study my decision point? Please introduce me a little more. Thank you.

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.