question

Adam C avatar image
0 Likes"
Adam C asked Adam C commented

Transporter Intercept Moving Item (On Conveyor) with Process Flow

I have a small model where products flow along a conveyor. A component is loaded offline with a lift device, moved to the product once it is within the lift device's envelope and assembled to the product while it continues to move.The issue is the Travel activity moves the lifter (modeled as a transporter) to the item's location when the activity fired. The item has continued moving, so the lifter arrives at a spot now behind the item, rather than adjusting the destination as the item continues moving.

coord-concept.fsm

FlexSim 19.0.4
process flowconveyortransportertravel
coord-concept.fsm (62.8 KiB)
5 |100000

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

1 Answer

·
Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Adam C commented
@Adam C

As far as I'm aware, there's not a way set up in FlexSim for Task Executors to be able to follow items. I was able to come up with a workaround that should work for you though.

I added a new Decision Point in the middle of the conveyor and had the transporter travel there after picking up the part. There, it waits for the item to arrive at the decision point and then begins travelling alongside it. At the same time it starts another process with a delay that will destroy the part after the delay finishes.

Here is my updated version of your model: coordconceptanswer.fsm

Let me know if you have any questions about anything in it!


· 2
5 |100000

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

Joseph Gillespie avatar image Joseph Gillespie commented ·

@Adam C

It looks like you've got it working really well on the crane side, another option would be just to copy that logic onto the transporter side as well.

0 Likes 0 ·
Adam C avatar image Adam C commented ·

It is working well enough under deterministic conditions. It will be more challenging once variation is introduced and things are less synchronized. I will expand on what I have. Thanks for looking into this.

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.