Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

import a follow project curve

#1
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
#2
i found this plug in
which is the file to double clicking?

Autodesk.RoboDKInventorAddIn.Inventor.addin
Plugin_Install_RunAsAdministrator
RoboDKInventorAddIn.dll
#3
Did you follow this section of the documentation?
https://robodk.com/doc/en/Plugin-Invento...inInventor

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


#4

.rdk   station oiling.rdk (Size: 930.85 KB / Downloads: 172) hi Jeremy
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
#5
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


Attached Files Thumbnail(s)
   

.rdk   station oiling.rdk (Size: 972.48 KB / Downloads: 167)
#6
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).


Attached Files
.rdk   station oiling-v2.rdk (Size: 972.74 KB / Downloads: 175)
#7
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
  




Users browsing this thread:
1 Guest(s)