Hi all, I’m building a sorting cell in Visual Components Premium 4.10 and using the Robot Program editor (no Python preferred).
My sorting robot program currently works for one TS part on a pallet (robot not actually gripping the part), but the pallet contains 50 TS total in a 5×10 grid. I want a scalable method so I don’t have to teach and maintain 50 separate pick targets/subprograms. I have attached my project below as well as a picture.
You can define one pick program that uses a base frame for all motion points, and then create a loop with While statement where the base frame is shifted relatively between the pick operations. In this tutorial a robot is programmed in a similar way to place boxes on a pallet in a grid: the same sequence for placing the boxes is used several times by just shifting the base coordinate. Palletizing robot programming | Visual Components Academy