Train Vision Object By Script icon Train Vision Object By Script Train camera vision objects via controlcommand(), attach camera, start learning, monitor progress, and return object name for scripts. Try it →
USA
Asked — Edited

Gripper Stall Detection

I'm looking for a method to stop the gripper servo when holding an object.

User-inserted image

User-inserted image

User-inserted image

I tried a few options:

  1. Servo potentiometer analog read

The values are noisy, and needs constant calibration, requires short delays between the readings (flood issue?)

  1. Force sensor analog read (picture)

The values are noisy and depends on the touching surface.

  1. Tactile button/pad digital read (picture)

similar to a bumper switch (picture) seems more simple to detect (digital signal) but so far nothing small to fit the gripper.

Any suggestions ?


ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

#9  

@ptp - you could see if a SynTouch (BioTac) sensor would work for your application.

Author Avatar
PRO
USA
#10  

@69developer:

Nice tech... i can't see the price neither the availability it must be expensive...

Author Avatar
Belgium
#11  

You might consider these:

Precision Coil

for sensing the current going through a wire. If motor stalls current will be high, so define a treshold and that might work.

Good luck,

Greetz