question

lee-luiz avatar image
0 Likes"
lee-luiz asked lee-luiz commented

How can I make a conveyor belt stop at a specific station

How can I make a conveyor belt stop at a specific station, have the operator pick up the box, place it in a processor, and then return the box to the conveyor belt at the end?


I'm having trouble getting the box to stop at a specific point so the operator can pick it up. I'm a beginner and only know the basics—if anyone can help me, I'd really appreciate it.captura-de-tela-2025-04-09-221350.png

FlexSim 25.0.4
converyorsystem
5 |100000

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

Sachin G3 avatar image
1 Like"
Sachin G3 answered lee-luiz commented

@lee-luiz

Hello,

I have understood your issue. I checked your model, and in the station area, you just need to add an On Arrival trigger and select Send Item. In the destination area, choose Exit Transfer as the value. After that, for the processor, ensure the Use Operation checkbox is enabled, and connect both processors using an A-connection.

I have updated your model accordingly for reference.

project.fsm


project.fsm (50.4 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.

lee-luiz avatar image lee-luiz commented ·
Thank you for the response, and sorry for the delay.
0 Likes 0 ·
Sachin G3 avatar image
1 Like"
Sachin G3 answered

You can Achieve this by following steps,

1. Put station on conveyor.

2. Connect the exit transfer to the processor.

3. Then give S connection to exit transfer.

I’ve attached a sample model/file for reference.

Stop conveyor.fsm


stop-conveyor.fsm (52.9 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.

lee-luiz avatar image
0 Likes"
lee-luiz answered

I tried like you said, but it din't work, you take a look my project ? i dont what i did wrong



projeto.fsm


project.fsm (50.2 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.

João Dias avatar image
0 Likes"
João Dias answered

Hello!

This is a very common question for those who are just starting with FlexSim, and it’s great to see you exploring the capabilities of conveyors. To make the conveyor belt stop at a specific point so the operator can pick up the box, place it in a processor, and then return it to the end of the conveyor, you can use a Station object at the desired location on the conveyor. The Station acts as a stop point where items can be temporarily removed from the flow for processing.

Once you place the Station, make sure to connect its exit to the Processor using the S key to enable the Entry/Exit Transfer connections. This type of connection ensures the item is properly transferred from the conveyor to the processor. Then, connect the processor's output back to the end of the conveyor, also using Entry/Exit Transfer, so the item re-enters the conveyor system after processing.

If at any point you want more control over when the item should stop or not, a good practice is to add a Decision Point on the conveyor. This allows you to define logic-based rules to control item flow based on conditions like labels or other model states, giving your simulation more flexibility.

Finally, I recommend checking out the official FlexSim tutorial on conveyors. It includes practical examples and clear explanations that will definitely help you understand the tool better:

FlexSim Conveyors Guide

5 |100000

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