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
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.
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)
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:
code is ok
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)
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?