10-13-2022, 03:11 PM(This post was last modified: 10-13-2022, 03:14 PM byscacpiacenza.)
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?
10-28-2022, 09:19 PM(This post was last modified: 10-28-2022, 10:11 PM byscacpiacenza.)
station oiling.rdk(Size: 930.85 KB / Downloads: 92)嗨,杰里米 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
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).
嗨,艾伯特 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