Discussion
How to Control the Force Around Specific Waypoints |
550 views
|
Answered | |
/ Most recent by matthewd92
in Integration
|
9 comments |

Here’s another question from @NicoHanstein who is experimenting with the path recording for deburring with their spindles.
Rigid/Stiff Spindle
Until now, we did not test the system with a rigid spindle without deflection. With those spindles it will be necessary to adjust the pressure precisely.
(The exerted pressure against the workpiece influences the deburring result very much.)
How much is the normal/standard force in Newton which is applied when the force sensor will be used with those spindles?
We also would like to know if it is possible to use the standard waypoints of the UR program and combine it with the force sensor.
That means if programming with path is difficult due to different orientations and movement of the joints of the robot, it might help to use or even combine path with the standard waypoints. In case it is possible to preset a certain Force to the Torque sensor will it also continue to apply the same force with the standard waypoints?
Application Engineer
Robotiq
[email protected]
It is possible to insert force sensor data into controler to improve force mode and we are working on the URCap Sensor to do so but I have still not test it on deburring task. Once the force sensor data will be send to the UR controler, you should be able to mix recorded path and standard way point into a UR force node to do complex deburring task.
Research Engineer
[email protected]
I have a customer who is very interested in using the path URCaps in a deburring operation, but when you use the built-in Force mode with the path recording, the results are poor. We found we end up with better results simply using the path recording tool with a relative offset, so that the robot "pushes" trying to maintain commanded position.
Ryan Weaver | Automation Engineer | Axis New England
[email protected]
https://www.youtube.com/user/AxisNewEngland
https://twitter.com/axis_newengland
Thanks!
Ryan Weaver | Automation Engineer | Axis New England
[email protected]
https://www.youtube.com/user/AxisNewEngland
https://twitter.com/axis_newengland
Research Engineer
[email protected]
In RTDE, a special input variable should be used for this purpose:
Name: external_force_torque
Type: VECTOR6D
Script functions to enable an external F/T sensor in the robot controller :
enable_external_ft_sensor(enable, sensor_mass = 0.0, sensor_measuring_offset = [0.0, 0.0, 0.0], sensor_cog = [0.0, 0.0, 0.0])
There is a guide in the universal forum
Research Engineer
[email protected]