If my CAM software uses multiples tools for generating the G code file so can we too add/remove tools while the robot is in simulation in the RoboDK software? Is there any indicator that asks for the tool to be removed/added?
11-26-2020, 06:34 AM(This post was last modified: 11-26-2020, 06:36 AM byAryan Yashaswi.)
Can you share me this file in STL or STEP format so that I might be able to do the same tool change simulation with my project? Also I'm unable to know whether this machining is additive or subtractive.
Will the sub-program give us a prompt that the tool has to be changed? Also if my CAM software changes tools on its own can the same be replicated on the RoboDK platform itself?
Your CAM software will include the tool number used for the process. RoboDK will translate that to a "SetTool(tool_number)" program call for your robot controller to process.
You then have to create a "SetTool()" program on your controller to catch that request and get the right tool with the robot. This step is generally programmed manually on the robot controller.