Hello,
I have a .dxf file placed on a flat surface and my goal is to get the robot to essentially trace this dxf.
Its a fairly complicated dxf but my path works perfectly when I manually select every curve by hand using the select curve features in the curve follow menu.
However, I want to automate the dxf placement and curve selection process so when I choose a different dxf, I can simply run my python file and have a robot program ready. I can already get python to place the DXF where I want it, but when i use the SetMachiningParameters() function, it only recognizes and selects one of the many curves.
Is anyone able to help me find out why this may be? Ill attach an image of the curve it does pick up and ones it misses, as well as the code I'm using.
I have a .dxf file placed on a flat surface and my goal is to get the robot to essentially trace this dxf.
Its a fairly complicated dxf but my path works perfectly when I manually select every curve by hand using the select curve features in the curve follow menu.
However, I want to automate the dxf placement and curve selection process so when I choose a different dxf, I can simply run my python file and have a robot program ready. I can already get python to place the DXF where I want it, but when i use the SetMachiningParameters() function, it only recognizes and selects one of the many curves.
Is anyone able to help me find out why this may be? Ill attach an image of the curve it does pick up and ones it misses, as well as the code I'm using.