Good morning everyone,
I'm a mechanical engineering student and I'm looking for information:
I want to create my robot's trajectories via CAM (NX CAM), therefore the software provides me with the steps to follow to carry out the operations (the objective is to do additive manufacturing of carbon fiber with the robot).
With these coordinates I intend to create a program in Python that translates into a language understandable by the robot, and then upload this code to Roboguide or directly into the robot (LR Mate 200iC). I could directly load the points and modify the code in roboguide, but since these will be many, with many operations on the DOs (for example to activate the extrusion of the material etc.), it would be an unnecessarily laborious job and I would like to optimize it like "I translate the code and the robot is ready to print"
My question is how to do it, from a translated code to inserting information into the robot, has anyone already done a similar job?
I found online that I could go through .ls files but there are various lines (the first ones) of code that I wouldn't know how to predict.
In summary, what do you recommend translating my trajectories into and how do you recommend providing them to the robot?
Thank you for your availability, and I hope my text is understandable (my native language is not English )