How to release a crane to deliver a flowitem in Processflow?

How to release a crane to deliver a flowitem in Processflow?

wproctorPG49C
Explorer Explorer
17 Views
2 Replies
Message 1 of 3

How to release a crane to deliver a flowitem in Processflow?

wproctorPG49C
Explorer
Explorer

[ FlexSim 18.1.1 ]

I have developed a Processflow sequence around a crane system which delivers a flowitem "Ladle" to a processor. The crane waits with the Ladle at the processor until it is finished processing and then must deliver the Ladle to one of three locations. When the processor is complete, however, it is possible that none of the three locations are ready for the delivery so the crane must essentially wait for an available location. I can see different potential ways to accomplish this with lists, etc. but not sure the best way using Processflow. Thanks for your help!

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

kari_payton
Not applicable

Can you post your model or sample model?

Message 3 of 3

wproctorPG49C
Explorer
Explorer
Accepted solution

I talked with Sam and we were able to solve this using a decision object. I use custom programming in the decision object to route the token to one of three connections (one for each location) based upon information in the model. If none of the locations are available then the decision routes the token to a fourth connector which loops through a delay object and back to the decision to check again. It is basically a custom-made wait until loop.

0 Likes