Problems with Sinumerik 808D post, drilling operation, always one hole missing

Problems with Sinumerik 808D post, drilling operation, always one hole missing

apsTWRDF
Enthusiast Enthusiast
333 Views
2 Replies
Message 1 of 3

Problems with Sinumerik 808D post, drilling operation, always one hole missing

apsTWRDF
Enthusiast
Enthusiast

Hello,

 

I set up a drilling operation today and even that the simulation went flawless, in the generated code was a hole missing. 

 

Here is a quick test piece  to show the result,  it seems to happen all the time.

 

My machine is a 3-axis mill using Sinumerik 808D Advanced controller.

I added the pictures, code and files. 

 

Thanks for your help,

Jochen

 

Here is the generated code:

 

; %_N_DRILL_OPERATION_MPF
N10 ; T4 D=6 CR=0 TAPER=118deg - ZMIN=-20 - Bohrer
N11 G90 G94
N12 G71
N13 G64
N14 G17
N15 G53 G0 Z0

N16 ; Bohren1
N17 T4 D1
N18 M6
N19 S5000 M3
N20 G54
N21 M8
N22 X26.81 Y-27.333
N23 Z15
N24 G17
N25 F1000
N26 MCALL CYCLE81(15, 10, 5, -20, )
N27 X-26.81 Y-27.333
N28 Y27.333
N29 X26.81
N30 MCALL
N31 G0 Z15

N33 G53 G0 Z0
N34 M30

 

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

Arun.rs
Autodesk
Autodesk
Accepted solution

Hi @apsTWRDF 

 

Thanks for raising your concern via Forum.

 

Open post file in a 'Visual Studio Code' or 'Notepad++' to do the required modifications

 

1. Search ' function onCyclePoint(xyz) '

2. Put ' // ' in front of below expression. 

// if (isFirstCyclePoint() && !expandCurrentCycle) {
 //   return;
 // }

 

Try at your end and let me know the feedback.

 

For detail info about the post editing please refer the  FAQ link

 

Regards

 



Arun.RS
Technical Consultant - Post Processor
0 Likes
Message 3 of 3

apsTWRDF
Enthusiast
Enthusiast

Hi Arun,

 

thanks for your quick reply. Just tried it and that solved the problem!

 

Best Regards,

Jochen