Problem with Cycle81

Problem with Cycle81

janus2
Advocate Advocate
481 Views
3 Replies
Message 1 of 4

Problem with Cycle81

janus2
Advocate
Advocate

Hello!

 

I use a variant of the generic Siemens turning PP for my EMCO Concept Turn 55.

Everything works fine so far.

 

But when I use Drill in Fusion 360 CAM it results in a Cycle81.

 

Cycle81 is not running on my EMCO. Not even the Cycle81 Siemens Examples is working on my EMCO!?

 

Is there a way to disable Cycle81 and write standard G-Code instead?

 

Thanks for any help

Jan

0 Likes
Accepted solutions (1)
482 Views
3 Replies
Replies (3)
Message 2 of 4

ivan.stanojevic
Advisor
Advisor
Accepted solution

Hi,

 

Yes, there is a way.

You might want to exclude some lines of code related to the Cycle81.

Those are located in OnCycle function in your post:

 

 case "drilling":
    writeBlock(
      "CYCLE81(" + zFormat.format(RTP) +
      ", " + zFormat.format(RFP) +
      ", " + zFormat.format(SDIS) +
      ", " + zFormat.format(DP) +
      ", " /*+ zFormat.format(DPR)*/ + ")"
    );
    break;

When you block/delete those it should output the clean G0/G1 code.

 



Ivan Stanojevic


Message 3 of 4

janus2
Advocate
Advocate

Hello!

 

Thanks for the fast answer.

This did the job. Now it is clean code and should work.

 

Thanks again

Jan

0 Likes
Message 4 of 4

ivan.stanojevic
Advisor
Advisor

@janus2 

 

You welcome, you can do the same for other drilling cycles too.



Ivan Stanojevic


0 Likes