Import Procedure from ABB RAPID Program- 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: Import Procedure from ABB RAPID Program (/Thread-Import-Procedure-from-ABB-RAPID-Program) |
Import Procedure from ABB RAPID Program-mamara-01-27-2020 Hi , Is there a way to import an ABB RAPID program into RoboDk and translate it to Fanuc TP program?? The RAPID program is only Move instructions and arround 100 robtargets. Thanks in advance RE: Import Procedure from ABB RAPID Program-Jeremy-01-27-2020 Hi Mamara, This is not an officially supported feature, so we cannot guarantee any results, but you can still try. Start by creating a station with the ABB robot and the TCP used in the program to import. Drag and drop the .mod in RoboDK. 你应该能够获取运动和possibly the targets. If only the movements appear, select all the movement, right click and "Select targets". Then, make sure to have your Fanuc robot in your local library (if you downloaded it once, it should be there). Right click the ABB robot, select "Replace robot" and select your Fanuc robot. You should then be able to post process the program to an .LS file. Follow this link to learn how to compile the .LS file to a .TP file. //www.sinclairbody.com/doc/en/Robots-Fanuc.html#Fanuc Jeremy |