Hi all,
I’m using the Visual Components Python API.
There is a function pickMovingPart() which allows the robot to move in sync with a moving product and then pick it. For placing, I know it’s possible to place on top of a moving product, but I want something slightly different:
I want to place a product onto a moving conveyor belt while matching the belt speed, so that after the place operation the product continues moving with the conveyor (no sliding / no stopping the conveyor).
Is there a Python method or recommended approach to do a “placeMovingPart”-style operation on a conveyor?
Any examples or best practices would be appreciated.
Thanks!
