Program generation with the RoboDK API可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Program generation with the RoboDK API (/Thread-Program-generation-with-the-RoboDK-API) |
Program generation with the RoboDK API-qkrwoghd92-07-12-2022 Our customer asked the following question and I hope you can help me. a. When we make a program using Python, Can each brand(UR, ABB, TM etc.) be converted into a robot program and downloaded? b. ABB, Kawasaki use variable type data, and whether variables are added automatically? c. In the case of Hyundai and Yasukawa, address types such as P and I variables are used, but whether they are automatically entered in each address or not. d. There are various commands used by each brand (Syncvel, mvwait, xmove, etc.) Can these commands be used? e.Whether Hyundai robots are added(There are only few robots low payload) f. Whether worker visualization is possible or not. RE: Program generation with the RoboDK API-Albert-07-12-2022 Post processors handle program generation for your robot controller and RoboDK will automatically create the syntax required by your controller to create the simulated movements. Each post processor has parameters that allow you to customize the program output depending on the robot controller. For example:
//www.sinclairbody.com/doc/en/Post-Processors.html Our post processor editor helps you easily customize the output for each controller using the user interface. |