Setting stations on conveyors

Setting stations on conveyors

rene_id
Not applicable
24 Views
3 Replies
Message 1 of 4

Setting stations on conveyors

rene_id
Not applicable

[ FlexSim 20.1.0 ]

Question, there are two operators on the line. I want to simulate the following scenario: the source produces 24 products, the first operator give way 12 units for second operator and get the next 12 units and so fourth. How can I simulate it using 3D station object?

Thanks7

0 Likes
Accepted solutions (1)
25 Views
3 Replies
Replies (3)
Message 2 of 4

tanner_p
Not applicable
Accepted solution

@René ID,

I've built a sample based on what you've described. The first station allows 12 items to go through untouched to the second station, where they are processed. Then, the next 12 items are processed at the first station and are untouched at the second station. I used a "Count" label on the first station that tracks how many items have passed through the station, which is used to indicate whether an item should be processed or sent along.

28552-count-labels-station.png

The "Complete" label on the items is used to indicate whether an item has been "processed" or not yet. The second station is the station primarily concerned with this label as this is how it knows whether to stop and process an item.

All this is done using labels and triggers. You could do the same thing with Process Flow. Hopefully this gives you some ideas.

rene stations help.fsm

If you attach the model that you're building, it will make it easier for us to understand the process and provide an accurate solution.

0 Likes
Message 3 of 4

rene_id
Not applicable

3D station objet.fsm

Hello Tanner, This is the model that I am trying to built.

I dont know how to connect objects stations to conveyors and operators to stations...can you help me pls

0 Likes
Message 4 of 4

braydn_t
Not applicable

@René ID

You connect operators to objects by holding S and clicking ad dragging between the operator and the object. You connect objects in a flow sequence by doing the same, but with the A key. If you do not know this, I would strongly recommend going through the tutorials before asking more questions.

Here are the basics tutorials:

https://docs.flexsim.com/en/20.1/Tutorials/FlexSimBasics/BasicsOverview/

Here are the Conveyor Tutorials:

https://docs.flexsim.com/en/20.1/Tutorials/AdditionalTools/Tutorial1Conveyors/ConveyorsOverview/

0 Likes