RoboDK Forum
import a follow project curve- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: import a follow project curve (/Thread-import-a-follow-project-curve)



import a follow project curve-scacpiacenza-10-13-2022

hello
inventor 2019
i projected a curve on a surface
I tried to import the whole surface and projected curve as stp in robodk but i do not see the curve, just the surface
how can i use the curve as a path for the robot?

regards
Stefano


RE: import a follow project curve-scacpiacenza-10-14-2022

i found this plug in
which is the file to double clicking?

Autodesk.RoboDKInventorAddIn.Inventor.addin
Plugin_Install_RunAsAdministrator
RoboDKInventorAddIn.dll


RE: import a follow project curve-Jeremy-10-14-2022

Did you follow this section of the documentation?
//www.sinclairbody.com/doc/en/Plugin-Inventor.html#PluginInventor

Jeremy


RE: import a follow project curve-scacpiacenza-10-28-2022


.rdk station oiling.rdk(Size: 930.85 KB / Downloads: 89)嗨,我remy
I succesful installed the plug in for inventor 19
I am watching your videos about curve follow path
I have a curve above a curved surface, but I do not know yet how to change the sense of the grey arrow, the curve I need to follow has been imported


RE: import a follow project curve-scacpiacenza-10-29-2022

Hi
I am getting an error when i try to simulate the whole program, the path is ok
Now i am trying to join in a main program from home to home


RE: import a follow project curve-Albert-10-31-2022

This reachability issue happens because you call goApproach after you have set your coordinate system and tool and before you start the planned movements for Path1. The program goApproach changes the previously set tool and reference frame.

One option to solve this issue is to remove setting a tool or reference frame inside goApproach and make the targets in your approach program joint targets. Another option could be to trigger the goApproach program on program start and not on path start. I attached an RDK project file that implements these 2 changes.

You could also place your targets inside the same coordinate system you use for your path in the curve follow project (Reference AI).


RE: import a follow project curve-scacpiacenza-10-31-2022

Hi Albert
thanks for your reply
I sorted with this "...Another option could be to trigger the goApproach program on program start and not on path start. ..."
I am going to study the other options

Stefano