<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Heidenhain TNC620 in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252273#M18327</link>
    <description>&lt;P&gt;Do you have any example programs?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 11:56:21 GMT</pubDate>
    <dc:creator>Laurens-3DTechDraw</dc:creator>
    <dc:date>2017-07-25T11:56:21Z</dc:date>
    <item>
      <title>Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7249253#M18319</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice to have a forum like this.&lt;/P&gt;&lt;P&gt;I'm new to Autodesk Fusion 360 cam and have my doubts about the Heidenhain generic postprocessor.&lt;/P&gt;&lt;P&gt;I'm familiair with cam, used HyperMill imbedded in SolidWorks for my previous machine, an old Deckel FP4nc with Dialog 3.&lt;/P&gt;&lt;P&gt;Recently we switched to a new machine with Heidenhain TNC620 and I need a good working postprocessor with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone here got experience with this combination and can help me out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx in advance, Mark.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7249253#M18319</guid>
      <dc:creator>m.van.hameren</dc:creator>
      <dc:date>2017-07-24T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7250644#M18320</link>
      <description>&lt;P&gt;Pretty sure the generic Heidenhain should be good.&lt;/P&gt;
&lt;P&gt;What is it you are worried about?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 20:22:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7250644#M18320</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-24T20:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251890#M18321</link>
      <description>&lt;P&gt;Thanx for your reply Laurens,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A very simple contour, 4 passes in Z-axis.&lt;/P&gt;&lt;P&gt;Just look what happens in line 9 and line 13, nobody approaches Z=0 (top of stock) with Fmax, that's just rediculous!!&lt;/P&gt;&lt;P&gt;In line 15 it moves X and Y axis to the entrancepoint while Z=0??? and in line 16 it moves Z axis to +15 again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't think it's very logical....but perhaps I'm missing something overhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx for your time and efford,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;0 BEGIN PGM plank qfix MM&lt;BR /&gt;1 BLK FORM 0.1 Z X-250 Y+0 Z-8.5&lt;BR /&gt;2 BLK FORM 0.2 X+150 Y+260 Z+0&lt;BR /&gt;3 ; -------------------------------------&lt;BR /&gt;4 ; Tools&lt;BR /&gt;5 ; #2 D=10 - ZMIN=-8.5 - ZMAX=+15 - flat end mill&lt;BR /&gt;6 ; -------------------------------------&lt;BR /&gt;7 ;&lt;BR /&gt;8 M9&lt;BR /&gt;9 L Z+0 R0 FMAX M91&lt;BR /&gt;10 * - 2D Contour2&lt;BR /&gt;11 M5&lt;BR /&gt;12 TOOL CALL 2 Z S1600&lt;BR /&gt;13 L Z+0 R0 FMAX M91&lt;BR /&gt;14 M3&lt;BR /&gt;15 L X-191 Y+268 R0 FMAX&lt;BR /&gt;16 L Z+15 R0 FMAX&lt;BR /&gt;17 M8&lt;BR /&gt;18 CYCL DEF 32.0 TOLERANCE&lt;BR /&gt;19 CYCL DEF 32.1&lt;BR /&gt;20 L Z+5 FMAX&lt;BR /&gt;21 L Z+3.125 F4610&lt;BR /&gt;22 L Z-1.125&lt;BR /&gt;23 CC Y+267 Z-1.125&lt;BR /&gt;24 CP IPA-90 DR-&lt;BR /&gt;25 L Y+266 Z-2.125&lt;BR /&gt;26 CC X-190 Y+266&lt;BR /&gt;27 CP IPA+90 DR+&lt;BR /&gt;28 CC X-190 Y+200&lt;BR /&gt;29 CP IPA-90 DR-&lt;BR /&gt;30 CC X-80 Y+200&lt;BR /&gt;31 CP IPA+90 DR+&lt;BR /&gt;32 L X+0 Y+155&lt;BR /&gt;33 CC X+0 Y+0&lt;BR /&gt;34 CP IPA-90 DR-&lt;BR /&gt;35 CC X+156 Y+0&lt;BR /&gt;36 CP IPA+90 DR+&lt;BR /&gt;37 L X+157 Y-1&lt;BR /&gt;38 CC X+157 Z-1.125&lt;BR /&gt;39 CP IPA-90 DR-&lt;BR /&gt;40 L X+158 Z+5 FMAX&lt;BR /&gt;41 L X-191 Y+268 FMAX&lt;BR /&gt;42 L Z+1 F4610&lt;BR /&gt;43 L Z-3.25&lt;BR /&gt;44 CC Y+267 Z-3.25&lt;BR /&gt;45 CP IPA-90 DR-&lt;BR /&gt;46 L Y+266 Z-4.25&lt;BR /&gt;47 CC X-190 Y+266&lt;BR /&gt;48 CP IPA+90 DR+&lt;BR /&gt;49 CC X-190 Y+200&lt;BR /&gt;50 CP IPA-90 DR-&lt;BR /&gt;51 CC X-80 Y+200&lt;BR /&gt;52 CP IPA+90 DR+&lt;BR /&gt;53 L X+0 Y+155&lt;BR /&gt;54 CC X+0 Y+0&lt;BR /&gt;55 CP IPA-90 DR-&lt;BR /&gt;56 CC X+156 Y+0&lt;BR /&gt;57 CP IPA+90 DR+&lt;BR /&gt;58 L X+157 Y-1&lt;BR /&gt;59 CC X+157 Z-3.25&lt;BR /&gt;60 CP IPA-90 DR-&lt;BR /&gt;61 L X+158 Z+5 FMAX&lt;BR /&gt;62 L X-191 Y+268 FMAX&lt;BR /&gt;63 L Z-1.125 F4610&lt;BR /&gt;64 L Z-5.375&lt;BR /&gt;65 CC Y+267 Z-5.375&lt;BR /&gt;66 CP IPA-90 DR-&lt;BR /&gt;67 L Y+266 Z-6.375&lt;BR /&gt;68 CC X-190 Y+266&lt;BR /&gt;69 CP IPA+90 DR+&lt;BR /&gt;70 CC X-190 Y+200&lt;BR /&gt;71 CP IPA-90 DR-&lt;BR /&gt;72 CC X-80 Y+200&lt;BR /&gt;73 CP IPA+90 DR+&lt;BR /&gt;74 L X+0 Y+155&lt;BR /&gt;75 CC X+0 Y+0&lt;BR /&gt;76 CP IPA-90 DR-&lt;BR /&gt;77 CC X+156 Y+0&lt;BR /&gt;78 CP IPA+90 DR+&lt;BR /&gt;79 L X+157 Y-1&lt;BR /&gt;80 CC X+157 Z-5.375&lt;BR /&gt;81 CP IPA-90 DR-&lt;BR /&gt;82 L X+158 Z+5 FMAX&lt;BR /&gt;83 L X-191 Y+268 FMAX&lt;BR /&gt;84 L Z-3.25 F4610&lt;BR /&gt;85 L Z-7.5&lt;BR /&gt;86 CC Y+267 Z-7.5&lt;BR /&gt;87 CP IPA-90 DR-&lt;BR /&gt;88 L Y+266 Z-8.5&lt;BR /&gt;89 CC X-190 Y+266&lt;BR /&gt;90 CP IPA+90 DR+&lt;BR /&gt;91 CC X-190 Y+200&lt;BR /&gt;92 CP IPA-90 DR-&lt;BR /&gt;93 CC X-80 Y+200&lt;BR /&gt;94 CP IPA+90 DR+&lt;BR /&gt;95 L X+0 Y+155&lt;BR /&gt;96 CC X+0 Y+0&lt;BR /&gt;97 CP IPA-90 DR-&lt;BR /&gt;98 CC X+156 Y+0&lt;BR /&gt;99 CP IPA+90 DR+&lt;BR /&gt;100 L X+157 Y-1&lt;BR /&gt;101 CC X+157 Z-7.5&lt;BR /&gt;102 CP IPA-90 DR-&lt;BR /&gt;103 L X+158 Z+15 FMAX&lt;BR /&gt;104 M9&lt;BR /&gt;105 M5&lt;BR /&gt;106 L Z+0 R0 FMAX M91&lt;BR /&gt;107 M30&lt;BR /&gt;108 END PGM plank qfix MM&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:01:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251890#M18321</guid>
      <dc:creator>m.van.hameren</dc:creator>
      <dc:date>2017-07-25T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251914#M18322</link>
      <description>&lt;P&gt;You missed the M91 at the end of the line, so that line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;L Z+0 R0 FMAX M91&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will move the Z-axis to the very upper limit in machine coordinates.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:14:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251914#M18322</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2017-07-25T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251922#M18323</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is in M91. (Machine Zero coordinates.)&lt;/P&gt;
&lt;P&gt;Usually this in the top of your Z-axis. In case the machine builder was an ass and put it at the bottom of the Z-axis you will probably have to use M91, which can be set on the control.&lt;/P&gt;
&lt;P&gt;I attached a part of the manual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So actually those moves are for extra safety, since they are done with the Z-axis on their maximum.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7251922#M18323</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-25T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252058#M18324</link>
      <description>&lt;P&gt;Again thanks for reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That might be, I can't find M91 in my list of m-codes.......and the machine does nothing with it, it just goes on crash course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:21:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252058#M18324</guid>
      <dc:creator>m.van.hameren</dc:creator>
      <dc:date>2017-07-25T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252159#M18325</link>
      <description>&lt;P&gt;You sure you have a TNC620 and M91 does nothing?&lt;/P&gt;
&lt;P&gt;I mean it could go to the machine's zero point. And you could place that anywhere in the machine's workspace in theory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it should always have an effect putting M91 in the line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What machine are you trying this on?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:08:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252159#M18325</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-25T11:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252179#M18326</link>
      <description>&lt;P&gt;Abene VHF 320,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have to check it, but my zeropoint in Z-axis is the top of my stock, so yes it goes there with FMax.&lt;/P&gt;&lt;P&gt;But that is not what you want offcourse...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:16:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252179#M18326</guid>
      <dc:creator>m.van.hameren</dc:creator>
      <dc:date>2017-07-25T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252273#M18327</link>
      <description>&lt;P&gt;Do you have any example programs?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7252273#M18327</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-25T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7254607#M18328</link>
      <description>&lt;P&gt;EDIT: Found some more M code's now in the Heidenhain manual. I only checked the Abene short manual....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0 BEGIN PGM NASA MM&lt;BR /&gt;1 BLK FORM 0.1 Z X-82.5 Y-82.5 Z-30&lt;BR /&gt;2 BLK FORM 0.2 X+82.5 Y+82.5 Z+0.5&lt;BR /&gt;3 TOOL CALL 1 Z S2500&lt;BR /&gt;4 L Z+50 R0 FMAX M13&lt;BR /&gt;5 CYCL DEF 256 RECHTHOEKIGE TAP ~&lt;BR /&gt;Q218=+150 ;LENGTE 1E ZIJKANT ~&lt;BR /&gt;Q424=+151 ;MAAT 1 ONBEW. WRKST. ~&lt;BR /&gt;Q219=+150 ;LENGTE 2E ZIJKANT ~&lt;BR /&gt;Q425=+151 ;MAAT 2 ONBEW. WRKST. ~&lt;BR /&gt;Q220=+0.1 ;HOEKRADIUS ~&lt;BR /&gt;Q368=+0 ;OVERMAAT ZIJKANT ~&lt;BR /&gt;Q224=+0 ;ROTATIEPOSITIE ~&lt;BR /&gt;Q367=+0 ;TAPPOSITIE ~&lt;BR /&gt;Q207= FZ+0.08 ;AANZET FREZEN ~&lt;BR /&gt;Q351=+1 ;FREESWIJZE ~&lt;BR /&gt;Q201=-15 ;DIEPTE ~&lt;BR /&gt;Q202=+15 ;DIEPTEVERPLAATSING ~&lt;BR /&gt;Q206=+3000 ;AANZET DIEPTEVERPL. ~&lt;BR /&gt;Q200=+2 ;VEILIGHEIDSAFSTAND ~&lt;BR /&gt;Q203=+0 ;COORD. OPPERVLAK ~&lt;BR /&gt;Q204=+20 ;2E VEILIGHEIDSAFST. ~&lt;BR /&gt;Q370=+1 ;BAANOVERLAPPING ~&lt;BR /&gt;Q437=+0 ;BENADERINGSPOSITIE&lt;BR /&gt;6 L X+0 Y+0 R0 FMAX M99&lt;BR /&gt;7 CYCL DEF 256 RECHTHOEKIGE TAP ~&lt;BR /&gt;Q218=+106.066 ;LENGTE 1E ZIJKANT ~&lt;BR /&gt;Q424=+107.066 ;MAAT 1 ONBEW. WRKST. ~&lt;BR /&gt;Q219=+106.066 ;LENGTE 2E ZIJKANT ~&lt;BR /&gt;Q425=+107.066 ;MAAT 2 ONBEW. WRKST. ~&lt;BR /&gt;Q220=+0.1 ;HOEKRADIUS ~&lt;BR /&gt;Q368=+0 ;OVERMAAT ZIJKANT ~&lt;BR /&gt;Q224=+45 ;ROTATIEPOSITIE ~&lt;BR /&gt;Q367=+0 ;TAPPOSITIE ~&lt;BR /&gt;Q207= FZ+0.08 ;AANZET FREZEN ~&lt;BR /&gt;Q351=+1 ;FREESWIJZE ~&lt;BR /&gt;Q201=-10 ;DIEPTE ~&lt;BR /&gt;Q202=+10 ;DIEPTEVERPLAATSING ~&lt;BR /&gt;Q206=+3000 ;AANZET DIEPTEVERPL. ~&lt;BR /&gt;Q200=+2 ;VEILIGHEIDSAFSTAND ~&lt;BR /&gt;Q203=+0 ;COORD. OPPERVLAK ~&lt;BR /&gt;Q204=+20 ;2E VEILIGHEIDSAFST. ~&lt;BR /&gt;Q370=+1 ;BAANOVERLAPPING ~&lt;BR /&gt;Q437=+0 ;BENADERINGSPOSITIE&lt;BR /&gt;8 L X+0 Y+0 R0 FMAX M99&lt;BR /&gt;9 CC X+0 Y+0&lt;BR /&gt;10 LP PR+100 PA+30 R0 FMAX&lt;BR /&gt;11 L Z-10.8 R0 FMAX&lt;BR /&gt;12 LP PR+100 PA+60 R0 FZ0.1&lt;BR /&gt;13 L Z+20 R0 FMAX&lt;BR /&gt;14 LP PR+100 PA+120 R0 FMAX&lt;BR /&gt;15 L Z-10.8 R0 FMAX&lt;BR /&gt;16 LP PR+100 PA+150 R0 FZ0.1&lt;BR /&gt;17 L Z+20 R0 FMAX&lt;BR /&gt;18 LP PR+100 PA+210 R0 FMAX&lt;BR /&gt;19 L Z-10.8 R0 FMAX&lt;BR /&gt;20 LP PR+100 PA+240 R0 FZ0.1&lt;BR /&gt;21 L Z+20 R0 FMAX&lt;BR /&gt;22 LP PR+100 PA+300 R0 FMAX&lt;BR /&gt;23 L Z-10.8 R0 FMAX&lt;BR /&gt;24 LP PR+100 PA+330 R0 FZ0.1&lt;BR /&gt;25 L Z+20 R0 FMAX&lt;BR /&gt;26 CYCL DEF 257 RONDE TAP ~&lt;BR /&gt;Q223=+106.066 ;DIAMETER EINDPRODUCT ~&lt;BR /&gt;Q222=+107.066 ;DIAMETER RUWDEEL ~&lt;BR /&gt;Q368=+0 ;OVERMAAT ZIJKANT ~&lt;BR /&gt;Q207= FZ+0.08 ;AANZET FREZEN ~&lt;BR /&gt;Q351=+1 ;FREESWIJZE ~&lt;BR /&gt;Q201=-5 ;DIEPTE ~&lt;BR /&gt;Q202=+5 ;DIEPTEVERPLAATSING ~&lt;BR /&gt;Q206=+3000 ;AANZET DIEPTEVERPL. ~&lt;BR /&gt;Q200=+2 ;VEILIGHEIDSAFSTAND ~&lt;BR /&gt;Q203=+0 ;COORD. OPPERVLAK ~&lt;BR /&gt;Q204=+20 ;2E VEILIGHEIDSAFST. ~&lt;BR /&gt;Q370=+1 ;BAANOVERLAPPING ~&lt;BR /&gt;Q376=-1 ;STARTHOEK&lt;BR /&gt;27 L X+0 Y+0 R0 FMAX M99&lt;BR /&gt;28 CYCL DEF 208 BOORFREZEN ~&lt;BR /&gt;Q200=+2 ;VEILIGHEIDSAFSTAND ~&lt;BR /&gt;Q201=-15 ;DIEPTE ~&lt;BR /&gt;Q206= FZ+0.1 ;AANZET DIEPTEVERPL. ~&lt;BR /&gt;Q334=+2 ;DIEPTEVERPLAATSING ~&lt;BR /&gt;Q203=+0 ;COORD. OPPERVLAK ~&lt;BR /&gt;Q204=+20 ;2E VEILIGHEIDSAFST. ~&lt;BR /&gt;Q335=+24.8 ;NOMINALE DIAMETER ~&lt;BR /&gt;Q342=+20 ;VOORBOOR DIAMETER ~&lt;BR /&gt;Q351=+1 ;FREESWIJZE&lt;BR /&gt;29 L X+0 Y+0 R0 FMAX M99&lt;BR /&gt;30 CYCL DEF 221 MODEL OP LIJN ~&lt;BR /&gt;Q225=+55 ;STARTPUNT 1E AS ~&lt;BR /&gt;Q226=+55 ;STARTPUNT 2E AS ~&lt;BR /&gt;Q237=-110 ;AFSTAND 1e AS ~&lt;BR /&gt;Q238=-110 ;AFSTAND 2e AS ~&lt;BR /&gt;Q242=+2 ;AANTAL KOLOMMEN ~&lt;BR /&gt;Q243=+2 ;AANTAL REGELS ~&lt;BR /&gt;Q224=+0 ;ROTATIEPOSITIE ~&lt;BR /&gt;Q200=+2 ;VEILIGHEIDSAFSTAND ~&lt;BR /&gt;Q203=-10 ;COORD. OPPERVLAK ~&lt;BR /&gt;Q204=+20 ;2E VEILIGHEIDSAFST. ~&lt;BR /&gt;Q301=+1 ;VERPL.VEILIGH.HOOGTE&lt;BR /&gt;31 L Z+150 R0 FMAX&lt;BR /&gt;32 END PGM NASA MM&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:38:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7254607#M18328</guid>
      <dc:creator>m.van.hameren</dc:creator>
      <dc:date>2017-07-26T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7254994#M18329</link>
      <description>&lt;P&gt;Same situation is with Heidenhein 415b.&lt;/P&gt;&lt;P&gt;Line with M91 is not correct, than i use L Z+15 R0 FMAX (on example), and works perfect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 10:29:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7254994#M18329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain TNC620</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7475744#M18330</link>
      <description>&lt;P&gt;That line is a safety move to the Machine z 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the custom heidenhain post on our iTNC540, since our machines 0 is in the top of our machine the line is fine (for M91).&lt;/P&gt;&lt;P&gt;For our iTNC425 I had to modify the line so it went to Z-1 because the machines z0 for M91 is beyond the limit switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't really understand why it does not work for you..&amp;nbsp; unless the machine 0 is somewhere in a weird spot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens when you manually run the L Z0 R0 FMAX M91? Where is it going?&lt;/P&gt;&lt;P&gt;You also have an option in the post to use M92 instead of the M91.&lt;/P&gt;&lt;P&gt;Maybe check where the Z0 M92 is..&amp;nbsp; and if that is a safe spot use that one.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:29:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/heidenhain-tnc620/m-p/7475744#M18330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T20:29:40Z</dc:date>
    </item>
  </channel>
</rss>

