RoboDK Forum
Actions on a curve follow project- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Actions on a curve follow project (/Thread-Actions-on-a-curve-follow-project)



Actions on a curve follow project- deactivated -08-01-2022

In my project I need to follow a curve and do measurements every 2mm.
I am able to generate points with a specific distance out of a curve, but I am unable to select this points in a points follow project. Is there any function or shortcut to select them?
I also tried to import the curve and enabled the option Program events->On point, without any succes.

Attached you find the project file. Run the program Path1 to see the path.


RE: Actions on a curve follow project-Albert-08-04-2022

It is currently not possible to trigger on point program calls for a curve follow project. On the other hand, you could trigger these calls in the post processor when you are withing path start and path end (along the curve). It is also possible to create a custom script that alters an existing program in RoboDK to add the program calls for each point.

You'll find more information about post processor editing here:
//www.sinclairbody.com/doc/en/Post-Processors.html#EditPost

And this example shows how you can iterate through program instructions:
//www.sinclairbody.com/doc/en/PythonAPI/examples.html#modify-program-instructions


RE: Actions on a curve follow project- deactivated -08-05-2022

Is there an option to select the points from the curve? So i can use point follow project?