question

Rahul R avatar image
0 Likes"
Rahul R asked Julie Weller commented

Inch and store conveyor

Test_Inch_Store_2.fsmI am trying to build a custom accumulating conveyor called inch and store. When the down stream conveyor is blocked, the upstream conveyor will enter into inch and store mode. Instead of running the conveyor and moving the package all the way to the blocked conveyor. It runs only to add one package and then stops for either downstream to be unblocked for the next package to come. IF the next package arrives, the conveyor runs just enough to add that package. This way packages are added one at a time to make best use of the conveyor length. During this time, if downstream conveyor becomes unblocked, the upstream conveyor can exit inch and store mode and run until downstream conveyor again gets blocked.


I tried to build a sample model which works for happy path condition but fails for few corner cases. I am wondering if anyone has an elegant solution.

In the attached model at 420 seconds, you will see there are boxes to be indexed forward, but it does not move forward.



FlexSim 23.1.1
conveyorsystemconveying
· 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.

Julie Weller avatar image Julie Weller commented ·

Hi @Rahul R, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

@Rahul R Try the attached model, which has an object process flow allowing you to duplicate the instance/member (conveyor) and the logic will work for the new instance. The photoeye references are stored as label pointers on the conveyor so will be correct for any duplicated instances.

InchStoreConveyor.fsm

It has a simple process flow and uses (Global) lists to record the combination of states:

1690288639371.png

You could probably do it without the lists to further simplify it.



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.