RobotStudio event

CNC touchprobe on Robotarm

Hi All, 

New to the Forum posting wise, but have come here often looking for answers.
we are currently working on a project to speed up and improve our userframe teaching method. Until now we have used the simple "pin in the robothead" with a 4+ point teaching of its TCP.
This has worked well enough for us in the past but we are moving into more precise processes and need to get more accurate results. And we want to have this in an (semi-) automated routine to help our integrators install the machines.

We've designed and built a simple tool to hold a CNC touchprobe in the robothead.
With this probe and a precise round steel sphere inside the robot's reach we attempt to calibrate the TCP of the probe.

We approach the sphere from several angles and at each angle we probe the sphere to find its relative centre location. Then after 4 of these points we use the mToolCalib function to calculate the new TCP of the probe.

However, we see a consistent 0.6mm mean error in the results. Do any of you have an idea where this might go wrong?

We are looking to teach the probe's TCP to within 0.2mm mean error.

Your input is much appreciated!
Engineer @ TANIQ
www.taniq.com

Comments

  • lemster68
    lemster68 ✭✭✭
    What is the diameter of the probe's tip?
    Lee Justice
  • The tip is 2mm diameter, and the sphere we touch off on is 12mm in diameter
    Engineer @ TANIQ
    www.taniq.com
  • lemster68
    lemster68 ✭✭✭
    Did you mean that you use the instruction MToolTCPCalib?  You wrote function mToolCalib and I cannot find that in the manual.
    Where on the sphere do you touch off and finally, why a sphere instead of a point?
    Lee Justice
  • Yes I'm sorry that is correct, MtoolTCPCalib.

    We touch on several (11) positions on the sphere, and using those positions calculate a point in the middle of the sphere (with a least squares method).
    Then we convert that point to a jointtarget, which will be one of the four inputs of the MtoolTCPCalib function. 

    We cycle through 4 positions with different orientations. each of which gives a calculated centre point of the same sphere.

    The idea being that we can calculate the 'exact' same position like this, from different angles.

    Engineer @ TANIQ
    www.taniq.com
  • lemster68
    lemster68 ✭✭✭
    I think that there is some data lost/errors induced on conversion from a "point" calculated to jointtargets.  I also suspect that the rather small size of the sphere will amplify the error.  This is just an hypothesis, but a larger sphere could be more forgiving, minimalizing errors.
    Lee Justice
  • Thank you for the suggestion, we'll look at using a larger sphere.

    Would physically moving the probe to a relative position, say 20mm above the sphere, and then getting the jointtarget using a CRobJ command be beneficial over the calculation method?
    Engineer @ TANIQ
    www.taniq.com
  • lemster68
    lemster68 ✭✭✭
    I really don't have an answer to that question, but I have a suggestion.  Teach the TCP as one usually would and see if you get any improvement in the accuracy.  This may help to determine if any improvement is even possible.
    Lee Justice