Heidenhain Post doesn't work

Hi i have problem with Heidenhain TNC410 conversational post Not work propely.

New one:
To be ok need change +to- and -to+ just on plunge arc 12 and one arc after 14.
7 L Z+10.000 FMAX
8 L X-0.000 Y-3.459 FMAX M03
9 L Z+0.200 FMAX
10 L Z+0.000 F300
11 CC X-25.000 Y-25.000
12 CP IPA-1.620 Z-0.250 DR+
13 CC X-25.000 Y-25.000
14 C X-0.000 Y-3.459 DR- R0 F500
15 CC X-25.000 Y-25.000
16 C X-3.459 Y+0.000 DR+ R0
17 CC X-25.000 Y+25.000
18 C X+0.000 Y+3.459 DR+ R0
19 CC X+25.000 Y+25.000
20 C X+3.459 Y+0.000 DR+ R0
21 CC X+25.000 Y-25.000


Original:
7 L Z+10.000 FMAX
8 L X+0.000 Y-3.459 FMAX M03
9 L Z+0.200 FMAX
10 L Z+0.000 F300
11 CC X+25.000 Y-25.000
12 CP IPA+1.620 DR- (need be "Z move as well "
13 CC X+25.000 Y-25.000
14 C X+0.000 Y-3.459 Z-0.250 DR+ R0 F500 ( Impossible to move three axis on arc, I move that „Z to line 12.
15 CC X+25.000 Y-25.000
16 C X+3.459 Y+0.000 DR- R0
17 CC X+25.000 Y+25.000
18 C X+0.000 Y+3.459 DR- R0
19 CC X-25.000 Y+25.000
20 C X-3.459 Y+0.000 DR- R0

I have no idea how to change that.

Pawel
Heidenhain TNC410 conversational.scpost.txt (7.47 KB)

could you send me the job file (File->save job) used to create that code. If you don’t still have it, set up a simailar job then post process and send me both the g-code and the job file.

Screen from Machine with heidenhain
Untitled.h.txt (6.08 KB)
Untitled.job (6.94 KB)

I have test again and again and:

CP IPA-1.620 Z-0.250 DR+

CP IPA has to be the same sign as DR every time

I checked this on Heidenhain Book as well

I think I found the issue. The IPA angle is the wrong way around. Give this version a try.
Heidenhain TNC410 conversational.scpost (7.47 KB)

It is much better.
Next problem is when i change Ramp Angle. Look at the pictures.
When put 3,4,6,8,9 angle machine leaves material.
When put 2,5,7 angle is ok.
Untitled.job (6.93 KB)


Is it leaving material on both passes or just the last one?

Last one.

It is strange because when i change tool to 8mm then ramp to 4 next to 5 degree. Path is ok.

I can’t see anything obviously wrong but give this version a try. It only uses ‘CP’ type arcs.
Heidenhain TNC410 conversational test.scpost (7.47 KB)

nice path but circle diameters are diferent. All level done.


I’m not sure what is going on here. Does changing the ramp angle have any effect?

The angle Doesn’t mater. All circle is diferent.
Size of this circlres depends from step over percent, when change the size is change as well.

Previous post was ok but, why on 2,5,7 ramp angle path is ok.
on 3,4,6,8,9 angle was problem with path.

Hi Les,
I think i found the reason of the problem.
Heidenhain work to microns. The start of the circle after plunge CP IPA+… Z-… DR+, the last circle “C X+… Y-… DR+ R0 F1500” have to be exacly the same point.
On some shape the Post calculate 0.002mm mistake. The last circle is about 0.002 mm long. Machine not go around.
Could You look to this calculation.
I attach two tnc programs:

  1. code is ok
  2. code not do circle on last pass

Is it possible to round calculations to maybye 0.005 mm
1.h (3.57 KB)
2.h (1.93 KB)

Ah, that explains a lot. In SheetCam go to Options->machine->post processor and click on ‘Edit post’. On line 19 you should see this:

      numFormat = "+0.000"

change it to:

      numFormat = "+0.0000"

X0.0001 is to long for Heidenhain
The one micron in metric is 0.001

I check 0.0001 on tnc530 - work ok
but on my tnc151b doesn’t work, wrong code error

Hi,
One year ago we tried to fix the Heidenhain Post Processor TNC 410. Now i found the way.
Last circle on ( endZ ) has to be repeated do take rest of material.

Please look on pictures.
Coul You add some lines to post?


Untitled.job (7.01 KB)

I’m not sure exactly what you mean. Which circle needs to be duplicated?

Thanks for reply.
Place where I mark red lines is diferent color, material to take out.