Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Creating and Exporting Machining Project through Python API

#1
Hi,

We are looking to generate robot path utilizing the machining project, from importing NC code to settings axes and exporting robot coordinates.

We will like to complete this purely through python API, is this possible?
#2
You can setup the robot machining project (including loading your NC project) and configure external axes using the RoboDK API. 

You can load NC files by using the AddFile command or setMachiningParameters.

You can find more information here:
https://robodk.com/doc/en/PythonAPI/robo...Parameters

And an example to use the setMachiningParameters example here:
https://robodk.com/doc/en/PythonAPI/exam...to-program
  




Users browsing this thread:
1 Guest(s)