11-13-2020, 10:27 PM
Hello,
when I generate robot program for my 3D programming, the ROBODK generate CALL JOB EXTRUDE for each of the movement points. my robot does not know the "call Job extrude" and it is difficult to manually change or remove them one by one. Is there any way to remove this call or not generate them? Then I will call my system or machine manually in the program latter.
Thanks
ALL JOB:M_RunCo
CALL JOB:M_RunCo
CALL JOB:Extrude
MOVL C00002 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00003 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00004 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00005 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00006 V=30.0 PL=1
CALL JOB:Extrude
when I generate robot program for my 3D programming, the ROBODK generate CALL JOB EXTRUDE for each of the movement points. my robot does not know the "call Job extrude" and it is difficult to manually change or remove them one by one. Is there any way to remove this call or not generate them? Then I will call my system or machine manually in the program latter.
Thanks
ALL JOB:M_RunCo
CALL JOB:M_RunCo
CALL JOB:Extrude
MOVL C00002 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00003 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00004 V=130.0 PL=1
CALL JOB:Extrude
MOVL C00005 V=40.0 PL=1
CALL JOB:Extrude
MOVL C00006 V=30.0 PL=1
CALL JOB:Extrude