question

Erick L avatar image
0 Likes"
Erick L asked Erick L commented

Sorting to location allowing only 1 object in each area

How do I sort to 6 locations while only allowing 1 flow item in each location at a time? if the lane is blocked then I would like to the flow item to recirculate and try again. What would be the best way to go about this?

FlexSim 19.0.2
sortingzone controlaquire area
· 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.

Erick L avatar image Erick L commented ·

flexsim-question.fsm

Attached is the file I'm working with for reference.

0 Likes 0 ·

1 Answer

·
tannerp avatar image
1 Like"
tannerp answered Erick L commented

This may not be the simplest way to do it, but here's an updated version of your model that should do what you're looking for. I added Process Flow activities that determined whether the lane was clear. There are also triggers that "open" and "close" each lane by changing a label on each lane's respective decision point.

Hopefully you can implement this idea and adjust it to fit your needs. Feel free to comment back if you have any questions or if this doesn't quite do what you were hoping.

18890-flexsim-question-1.fsm


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

tannerp avatar image tannerp commented ·

NOTE: You might need to adjust the "Object Leaves Conveyor" source, as I wasn't sure how long your lanes were. You would just use a "S" connect from the decision point to whatever object your item needs to clear to open the lane.

0 Likes 0 ·
Erick L avatar image Erick L tannerp commented ·

Thank you so much for your help. I really apprciate it.

0 Likes 0 ·
Erick L avatar image Erick L tannerp commented ·

Question for you, I tried to apply this to another model I'm working on and can't figure out how you originally defined the "closed" label. The logic appears to be working but doesn't know what to do with the decide function because the "closed" does not exist. Any thoughts?

0 Likes 0 ·

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.