TwoWayPath Function

I want to make a path for AGV which brings a pallet to the lifter. And after pallet was taken, AGV can go back to the first Frame. But AGV always disapear when it reach the final frame. Do anyone here can give me some ideas about use TwoWayPath ? Thank you so much :slight_smile:

I’ve solved that problem by use one path sensor at last frame, path Unable when Object reach last one.

I think it is base functionality of motion paths that when component reaches the end and there is nothing connected, the component gets deleted. The motion paths are really just meant for moving dynamic products and modeling conveyors and such.

I guess you could prevent the deletion simply by connecting a component container behavior on each end of the motion path, but you will then need to move your AGV back onto the path to get it moving towards the other end.

1 Like

Thank you, I will think about that.

The funny is I want to the AGV will be disapear when it turn back to First Frame. I tried to add an component container and a path but it doesnt working. What do you think :slight_smile: