UR10e Using Touchprobe To Probe Object- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: UR10e Using Touchprobe To Probe Object (/Thread-UR10e-Using-Touchprobe-To-Probe-Object) |
UR10e Using Touchprobe To Probe Object-ShkarAhmad-06-21-2022 Hello! I'm currently working on a project with the UR10e and Robodk. To automatically probe an object using a touchprobe, the probe is connected to Digital Input 2 (I can read the output), as I was hoping to make use of SearchL. However I can't find any way in the post processor to enable setup the SearchL function. I saw in a different forum post, something called Binary Search being recommended, but I haven't found any information on how to actually implement this in to the RoboDK API in Python. The basic idea for my project is explained in the pseudocode down below. Any ideas on how to implement this code within RoboDK?
Code:
MoveTo(Point);
RE: UR10e Using Touchprobe To Probe Object-Sam-06-21-2022 Are you planning on using the post-processor or RoboDK to drive the robot and record the data? The latter is easier to implement. You can find an example here://www.sinclairbody.com/forum/Thread-Executing-multiple-robot-motions-during-a-function-call?pid=10558#pid10558 RE: UR10e Using Touchprobe To Probe Object-ShkarAhmad-06-23-2022 Hi Sam! Thanks for the code of the other post! I've got it all working now! - Shkar |