Home› Troubleshooting
Discussion
Back to discussions page
tom24
Posts: 53 Apprentice
RG2 gripper detected during palletizing |
81 views
|
Answered | |
/ Most recent by tom24 |
2 comments |

How the RG2 gripper detected a part during palletizing. For instance, if I have 12 part in a pallet and then I need to pick the first part but if there is no part in the first point how it moves to the next point to pick the part and exit instead of moving to the next waypoint? I highly appreciated for the help.
Best Answers
-
Nicholas_Francoeur Posts: 93 Handy
@tom24, I'm not exactly sure what is available with the RG2 gripper, but the Robotiq gripper as an object detected function that can be used in such case. If your gripper has the same kind of functionality you can use the same logic. I'm using a loop in which my pallet wizard is located, looping until I have a part that is detected by my gripper. If not, I'm moving to the next position. Find program attached.ProgramBeforeStartpicked≔ FalseGripper Open (1)Robot ProgramMoveJhomepicked≔ FalseCall pallet_subpallet_subLoop picked≟ FalseGripper Open (1)PalletPattern: SquareCorner1_1Corner2_1Corner3_1Corner4_1PalletSequenceApproach_1PatternPoint_1Gripper Close (1)Grip CheckIf object detectedpicked≔ TrueWait: 1.0Exit_1