Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Blend with radius function

#1
ive been working with UR10 robot for the past year. the robots job is to clean the a certain frame and then dispens a foam on it so that when it goes through a furnance it hardens and works as a seal...i just found about roboDK about a month ago and let me tell you that i fell in love with it, im still learning about it and most of the answers to my questions were found on the internet and the official roboDK api site... but i have been looking for function that you can give 3 targets and it will blend the path between them, ive stumbled upon rounding option but after 1 week of trying, i still couldnt get it to work...if you need some photos to see what my goal is im happy to send it.
#2
The rounding option in RoboDK will output the correct blending radius. You can find more information here:
https://robodk.com/doc/en/Robot-Programs.html#InsSmooth

Make sure to use the default post processor called Universal Robots.

On the other hand, RoboDK automatically reduces the blending radius for UR robots for each movement to be less than half the length of the movement. This is a filter that prevented controller error messages for older UR robot controllers.

You can remove this filter by editing the variable BLENDING_CHECK of the Universal Robots post processor:
  1. Select Program-Add/edit Post Processor
  2. Select Universal Robots (this will edit the file C:/RoboDK/Posts/Universal_Robots.py)
  3. Set BLENDING_CHECK to False instead of True
By the way, thank you for your feedback!
  




Users browsing this thread:
1 Guest(s)