Robot path generation from 3D CAD

Robot path generation from 3D CAD

singh.vishwa98
Contributor Contributor
1,332 Views
5 Replies
Message 1 of 6

Robot path generation from 3D CAD

singh.vishwa98
Contributor
Contributor

I am working on a Robotic Arm that can do simple tasks like Pick & Place.

 

How can Autodesk Inventor help me to generate a path for movement of Robotic Arms so that I can just draw the path in CAD software (Inventor) and it will generate the required code (.txt format) for the arm to move? Like done in this Video - See Video

 

Also, if Inventor cannot do that task then which software by Autodesk can help me?

 

** Please go through the video to get better insight

0 Likes
Accepted solutions (2)
1,333 Views
5 Replies
Replies (5)
Message 2 of 6

philip1009
Advisor
Advisor
Accepted solution

Autodesk PowerMill might be your best bet, although Autodesk has a selection of other CAM software as well, FeatureCAM, Fusion Production, Inventor HSM, I'd recommend you contact an Autodesk Representative for the best solution for controlling robot arms via path tracking.  As for that functionality in Inventor in 2009 as shown in that video, that functionality looks either like an Inventor Add-In that someone made in code or some external software that uses Inventor Apprentice as a plug-in.

Message 3 of 6

singh.vishwa98
Contributor
Contributor
Thank you Sir 🙂
0 Likes
Message 4 of 6

GeorgK
Advisor
Advisor

Is it possible to create it with VB.Net and how?

0 Likes
Message 5 of 6

philip1009
Advisor
Advisor

It certainly is possible in VB, it's basically translating the coordinates of inventor sketch lines into the code used to control an arm to make the same movements necessary to follow the path.  As for exactly how, I'm not sure, that's a level of code in terms of scale and complexity I haven't undertaken yet.

0 Likes