Generate and import Target- 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: Generate and import Target (/Thread-Generate-and-import-Target) |
Generate and import Target-delicato-10-13-2018 Hello, Is it possible to import targets in the RoboDk? I was thinking to make app which will generate some kind of target file which I will somehow import into the RoboDK software. This way I will generate targets based on some logic which makes sense for me and easily add those to the RoboDK. I wouldn't need to create a lot of these targets manually. RE: Generate and import Target-Jeremy-10-18-2018 Hi delicato, Your question got us thinking. We maybe have a solution for you. Look at the example find in the Youtube link following this post. In this case, we use a part design in SolidWorks to export the needed points to create a welding path. Note that the tools shown in this video were not built for that, we just found a way to make them behave a certain way. If people are interested in a feature like that, we could think of the easiest way of doing so, but still, it's working and it took me less than 10 minutes from SW parts to RDK path.
Let us know what you think about that solution. Jeremy RE: Generate and import Target-delicato-10-22-2018 Hello Jeremy This looks ok, but since we are not using SolidWorks I was thinking to import my list of targets, since we usually use targets which are exported by our application which describes 3D space for certain robot and use those in the code. So when we organize every movement then it is easy to modify targets and all of that can be done without any addition software. RE: Generate and import Target-Jeremy-10-24-2018 Hi delicato,
RE: Generate and import Target-Albert-10-31-2018 Hi Delicato, 我附加一个例子,它允许进口清单of points in RoboDK, automatically creating targets for each of the points and a program. The targets are created on the "Path Reference" and it allows you to adjust the position of your targets. This macro creates only joint movements. You can later change the joint movements for linear movements. Alternatively, you can use MoveL_Test to see if a linear movement is possible between 2 targets. You'll find an example that implements this method here: C:/RoboDK/Library/Macros/MoveL_Test_Make_Cube_Program.py RE: Generate and import Target-neurotek-11-09-2018 (10-18-2018, 02:00 PM)Can I please get a copy of the Solidworks plug in? Jeremy Wrote:Hi delicato, RE: Generate and import Target-Jeremy-11-12-2018 Hi Neurotek, You will find a copy of the Solidworks plugin at the following link : //www.sinclairbody.com/downloads/plugins/Setup-RoboDK-plugin-for-SolidWorks.pdf You can also look at our lattes video presenting the plugin capabilities : Jeremy RE: Generate and import Target-lv-vs-12-12-2018 Hi Albert, How would a python script look if you import file as curve/points? RE: Generate and import Target-Albert-12-12-2018 I attached some examples:
|