question

Parth avatar image
0 Likes"
Parth asked Jeanette F commented

Decision point on conveyor

conveyor sequence.fsmHello,

I am trying to build a model where the object will flow from DP1 to DP3 and DP4 using round robbin, but then if there are more objects then it will go in DP5 and DP6. The item from DP5 will go to DP3 when there is space available similarly from DP6 to DP4. Each of the decision points DP3 and 4 has a capacity to hold 1 object. The other objects at DP1 will be held untill there is an open space.


FlexSim 23.0.1
conveyors
· 3
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

So you reverse the DP5 and DP4 conveyors to get them back across StraightConveyor1? What about the other 4 on that side of the conveyor?

0 Likes 0 ·
Parth avatar image Parth Jason Lightfoot ♦ commented ·

I am attaching the modified model, so when both the stations are occupied, the object will go on straight conveyor 8 and conveyor 11 respectively. Once the space is available the object will move to testing, the conveyor 8 and 11 will run in reverse while going in to conveyor 2 and 5 respectively. conveyor sequence.fsm

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Parth , was one of Jason Lightfoot's or Kavika F's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
Kavika F avatar image
0 Likes"
Kavika F answered Kavika F commented

Hey @Parth, you could try something like this: conveyor-sequence_2.fsm

So first thing I did was add more logic to DP1's On Arrival Trigger so it said that the item was entering a "Restricted Area". This means that only a certain amount of items are allowed in this area. I set a max of 4 between DP1 and DP2, but you could make it tighter by having DPs after the Stations to "release" the restricted area and send items faster.

I added the same logic on a smaller scale between the individual Stations (between DP3 and Station1, between DP4 and Station2). This restricted that conveyor line to have just the one item processing.

1678315837636.png

I added a middle DP between the desired DP (like DP3) and the buffer conveyor (DP5).

1678315614912.png

This DP had logic to (1) see if a box was trying to get to DP3, and if so (2) check to see if DP3's area was occupied. If both conditions are true, then it will send the item to the buffer conveyor. Once an item is done processing at the Station, the Station sends a Message to the buffer conveyor. On receiving that message, it reverses its target speed so the box moves in the opposite direction; the DP on the buffer conveyor sends the item to DP3.


· 6
5 |100000

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

Parth avatar image Parth commented ·

Hello Kavika,

thank you for your help, i am having issues while running this for 4 conveyor choices instead of 2 like i had shared with my question, i will share that model soon and see if you can help me with that. I tried another layout where instead of the loop, i have used only one conveyor. so the object will move from DP1 to 4,5,6,7 using round robin and if either are full it will go to 8,9,10,11 in order to wait. so the object from DP8 will go to station1 upon being available. Can you help me out with this logic.

Regards

conevyor improvement.fsm

0 Likes 0 ·
Kavika F avatar image Kavika F ♦ Parth commented ·

Hey @Parth, in your latest model it doesn't seem like you applied any of the logic Jason or I suggested. Do you need further help understanding the steps we took in making our models? We would prefer teaching you how to build this logic and using the tools and resources FlexSim provides so your model will turn out more suited to your needs rather than our assumptions.

In your latest model, you say you don't use a loop, but when I open the model I see a large loop. Am I missing something?

1678735157544.png

You also say that you want to move objects from DP1 to 4 other DPs using Round Robin logic and move flowitems waiting for those stations to open up to their respective waiting lines. This is a similar logic to the model I posted, except now instead of just reversing the buffer conveyor you need to also reverse the Station conveyor.

Let me know what I can help more with please. Thank you!

0 Likes 0 ·
1678735157544.png (391.4 KiB)
Parth avatar image Parth Kavika F ♦ commented ·
Hello Kavika,

Yes, it would be a great help for me if you can teach me the logic , and discuss on this new model i am trying to build. Let me know what would be the best way to discuss.

Regards,

Parth

0 Likes 0 ·
Show more comments
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

This example allows for multiple items to be sent to the reversing buffer conveyor:

reversingbufferconveyor2.gif

reversingBufferConveyor.fsm


5 |100000

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

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.