Operator Product Retrieval from a Conveyer

Hello, I’m trying to have model a person retrieving an object from a conveyer when an object is available, but where the object will not necessarily stop in front of each person. I have a conveyer that will fill up with benches along it, operators at each bench will grab a product from the conveyer, and then the conveyer will fill the empty space. I’m having an issue though finding an implementation that does not stop the product at each location, if someone pulls something from the end of the conveyer, I want all of the product before it to move forward to fill the empty space. Does anyone know a good way to implement this? Thanks!

1 Like