Home Programming

Discussion

Left ArrowBack to discussions page
Pmkgur10Pmkgur10 Posts: 12 Apprentice
Hi,

We have UR 10 Robot with CB3.8 version.

Our application is glue on glass.

After one batch of glass complete next batch glass position changing.

Is there any option programming  like.

  3 or 4 points frame creation

Based on that frame application waypoints teaching.

This will help lot of re teaching time.

Best Answers

Comments

  • Pmkgur10Pmkgur10 Posts: 12 Apprentice
    Hi Paul!

    Thanks for you suggestions.

    But my application have 60 waypoints In different locations.

    Is there any solution to make easy reference from some points..

    Best regards

    Pmkgmani
  • Pmkgur10Pmkgur10 Posts: 12 Apprentice
    @Pmkgur10 you could always teach a feature on the installation tab under features and then teach the points relative to that feature. Then when you adjust the feature the points will move automatically. Depending on the type of feature you choose will depend on how accurately the points move in space relative to the feature moving. Planes are the best they are harder to adjust on the fly. 

    We have a script that allows us to use 3 points to teach a new plane and return a point that we can then use to reference points against. The challenge is UR changed the way planes are calculated back in 3.6 or 3.7 so our plane doesn’t match a feature plane any longer, x and y axes are flipped. 

    Another option, just a little more painful to implement initially is you store all the waypoints in the program but never actually go to them. You then use a calculated point as a reference point that is taught at the same time and calculate the difference between the points and the reference. Then you add that difference to a newly calculated reference when the part moves and you use those variable waypoints instead of the fixed waypoints. 

    Hope this gives you some ideas to solve the problem you’re having. 
    Thank you Mr.Mathew 


    It's working fine for my application. 
Sign In or Register to comment.
Left ArrowBack to discussions page