I am working on an industrial robot drawing project using RoboDK's Path Follow option. In this process, I first convert a single-line drawing image into G-code using Inkscape. The execution of this G-code works correctly. However, I aim to extend this functionality to accommodate multi-line drawings or more complex images.
Currently, I am facing an issue where the robot fails to move in the Z-up direction during transitions between lines in the drawing. This causes misalignment and unexpected sketch outputs. I suspect this issue originates from the G-code conversion process.
I am using a FANUC LR Mate 200iD/4S robot equipped with a gripper to hold the sketching tool. I need to configure the robot to lift the tool (move in the Z-up direction) while transitioning to the next line, then accurately place it before continuing the drawing.
I understand that this might be due to an improper option selected in RoboDK. Is there a feature in RoboDK that allows drawing without requiring extensive programming?
Alternatively, does anyone know an indirect method or workaround to address this issue? Are there specific configurations or settings in the FANUC robot, RoboDK, Inkscape, or G-code editing that could help resolve this?
Any guidance to achieve the desired behavior for multi-line sketches would be greatly appreciated.
Here’s a link to the files related to this project:
Google Drive Link