@Jason_g
I would try to use the Robotiq FT300 sensor. You could simply have a thread in the program constantly monitoring Fx, Fy or Fz depending on what you need to look at. This would be quite straight forward and it would be more accurate then using UR robot. However, the only limitation is that the force feedback from the sensor is not 'safety rated'. So I don't think that solves it. @JeanPhilippe_Jobin what do you think? Any plans on having the FT sensor be considered as a safety device?
The other method I am thinking of doing it would be to have an input going to the safe input of the robot when it is going to perform tool change. You could then configure this input as the reduced mode input. Then in the reduced mode settings you could have force limitations according to what you need during the tool change operation. Be careful to when selecting the device that will toggle the safety input for reduced mode. Its safety performance needs to match the risk level associated with the tool change operation.
Hope that helps!
I am working on a project that will require a tool change with Universal Robot. We are hoping to accomplish this without adding additional guarding due to the pinch point as we're moving into swap tools. What would be best practice for monitoring the force as were moving from waypoint 1(in front of tool) to waypoint 2(at tool)? If an obstacle is detected (finger or hand) we either kill program with popup, or momentarily move back to waypoint 1, and then try again.