Post processors

Heidenhain TNC post processor

Heidenhain TNC 640/530 (Klartext, bespoke emitter) — built in, ready to use, and shipped metric. Takshak writes .h files your control reads without a translation step.

What it emits

This is the actual opening and closing of a program Takshak posted for Heidenhain TNC — 79 lines in full. It is the same output our test suite checks on every build, not a sample written for this page.

0 BEGIN PGM golden_core MM
1 ; Takshak v1.0 -- golden_core
2 ; WCS origin (part-local): X=-10.000 Y=-20.000 Z=0.000
3 L Z+30 FMAX
4 ; Tool change: T1 = D6mm  6mm Face Mill
5 TOOL CALL 1 Z S12000
6 ; -- face --
7 M3
8 M8
9 L X+20 Y+20 R0 FMAX
10 L Z+20 FMAX
11 L Z+5 F250
12 L X+30 F800
13 CC X+30 Y+30
14 C X+40 Y+30 DR+ F800
15 CC X+40 Y+40
16 C X+50 Y+40 DR- F800
17 L Z+20 FMAX

... 56 lines of cutting moves ...
74 L Z+20 FMAX
75 M9
76 L Z+30 FMAX M5
77 L X+0 Y+0 FMAX M30
78 END PGM golden_core MM

The program frame — how the file opens, how tools are called, how it ends — is what differs between controls, so that is what you can see here. The cutting moves in between are the part.

Units

Heidenhain TNC ships in millimetres. We have not shipped an inch variant because we will not guess the inch feed-word convention on a control we have not verified against a real reference — 17 of the other posts have one. If you run this control in inches, write to us: a real sample of code your machine is happy with is all it takes.

Will it match my machine?

The Heidenhain TNC post targets the common dialect rather than one specific machine. If your control wants something slightly different, duplicate any built-in post and edit the copy — it inherits from the original and stores only your changes, so the shipped post stays intact and updates cannot overwrite your version.

Send us a short G-code sample your machine is happy with and we will tell you straight whether it matches or what would need changing: support@takshakcam.com.

The rest of it

The post is the last step. Before it, Takshak reads your solid, finds the machinable features, and gives you a full 3-axis operation library plus 4-axis rotary — see what it does. It runs on Windows and Linux, entirely on your own machine, and it is a one-time perpetual license, not a subscription.

Pricing

Also built in