Goedemorgen @Tayo
While I am not using a camera, and I don't know specifically how it works, this is more or less the pseudocode I have used for breaking a loop of object detection with a 3-finger Robotiq gripper (I hope I am remembering it well).
BeforeStart
geen_product = 0
RobotProgram
...
If (checked continuously):
if object is not located:
open gripper
back to original position
geen_product = geen_product +1
if geen_product >= 5
pop-up
geen_product = 0
elseif object is located:
break
Movej...
Veel succes,
Ramón
Hello DoF,
The program in the picture worked perfectly fine for me up til last week. I did not change anything but suddenly it keeps looping the MoveL inside the Camera Locate. Instead of just exiting the MoveL and bringing the object to the next waypoint inside the MoveJ.
How could I solve this problem?
Best regards,
Tayo