<?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: Heller mc16 postprocessor in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027817#M29917</link>
    <description>&lt;P&gt;Yes, it is horizontal machining center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 13:45:38 GMT</pubDate>
    <dc:creator>mikolaj.springer</dc:creator>
    <dc:date>2023-06-12T13:45:38Z</dc:date>
    <item>
      <title>Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027608#M29914</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where i can find postprocessor for HELLER MC16- Unipro 90?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:39:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027608#M29914</guid>
      <dc:creator>mikolaj.springer</dc:creator>
      <dc:date>2023-06-12T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027723#M29915</link>
      <description>&lt;P&gt;What's the control, and do you have sample g-code that you can share? This is a horizontal machining center, right?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:14:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027723#M29915</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2023-06-12T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027803#M29916</link>
      <description>L60 Ss G1.1.1 (Zentrieren , F und S angepasst S2.11)&lt;BR /&gt;N6000 (?&lt;BR /&gt;N6010 $CAD&lt;BR /&gt;N6020 $DIA P0 (*Oberflaeche absolut)&lt;BR /&gt;N6030 $DIA P1 (*Zentrierdurchmesser)&lt;BR /&gt;N6040 $DIA P5 (*Rueckzug)&lt;BR /&gt;N6050 $DIA P6 (*Sicherheitsabstand)&lt;BR /&gt;N6060 ?)&lt;BR /&gt;N6070 $IF E.G.BPS !=1&lt;BR /&gt;N6080 P132=E.G.AFD (/Vorschub)&lt;BR /&gt;N6090 P133=E.G.ASD (/DREHZAHL)&lt;BR /&gt;N6100 P134=16000 (/Max.Drehzahl aus Masch.daten, ID7001-X)&lt;BR /&gt;N6110 $WHILE E.T.SW &amp;gt;179&lt;BR /&gt;N6120 M0 (*Spitzenwinkel 1-179 Grad eingeben)&lt;BR /&gt;N6130 $ENDWHILE&lt;BR /&gt;N6140 $WHILE E.T.X &amp;lt;.1&lt;BR /&gt;N6150 M0 (*Werkzeugradius &amp;gt; 0 eingeben)&lt;BR /&gt;N6160 $ENDWHILE&lt;BR /&gt;N6170 $WHILE P134==0&lt;BR /&gt;N6180 M0 (*Max. Drehzahl in Masch.Daten ID7001-X eingeben)&lt;BR /&gt;N6190 $ENDWHILE&lt;BR /&gt;N6200 P147=TAN(E.T.SW /2) P149=P1/2/P147&lt;BR /&gt;N6210 P140=P0+P6 P144=P0-P149 P145=P140+P5&lt;BR /&gt;N6220 P135=E.T.X *2/P1 P136=P135*P132 P137=P135*P133&lt;BR /&gt;N6230 $IF P137&amp;gt;P134&lt;BR /&gt;N6240 P136=P136/P137*P134 P137=P134&lt;BR /&gt;N6250 $ENDIF&lt;BR /&gt;N6260 $SWITCH E.G.ORIENTATION (/ 0=H,1=V,2=U-H,3=U-V,4=C-H,5=C-V)&lt;BR /&gt;N6270 $CASE 0 (/ H-Maschine)&lt;BR /&gt;N6280 $CASE 1 (/ V-Maschine)&lt;BR /&gt;N6290 P90="Z"&lt;BR /&gt;N6300 $BREAK&lt;BR /&gt;N6310 $CASE 2 (/ U-Maschine,H-orientiert)&lt;BR /&gt;N6320 P90="Z"&lt;BR /&gt;N6330 $IF E.G.HEADPOS ==1 (/ V-Stellung)&lt;BR /&gt;N6340 P90="Y"&lt;BR /&gt;N6350 $ENDIF&lt;BR /&gt;N6360 $BREAK&lt;BR /&gt;N6370 $CASE 3 (/ U-Maschine,V-orientiert)&lt;BR /&gt;N6380 P90="Z"&lt;BR /&gt;N6390 $IF E.G.HEADPOS ==0 (/ H-Stellung)&lt;BR /&gt;N6400 P90="Y"&lt;BR /&gt;N6410 $ENDIF&lt;BR /&gt;N6420 $BREAK&lt;BR /&gt;N6430 $CASE 4 (/ C-Maschine,H-orientiert)&lt;BR /&gt;N6440 $IF E.G.APL ==17 (/ H-Stellung)&lt;BR /&gt;N6450 P90="Z"&lt;BR /&gt;N6460 $ELSEIF E.G.APL ==18 (/ V-Stellung)&lt;BR /&gt;N6470 P90="Y"&lt;BR /&gt;N6480 $ELSE&lt;BR /&gt;N6490 M0 (* Unterprogramm nur fuer horizontal / vertikal)&lt;BR /&gt;N6500 $ENDIF&lt;BR /&gt;N6510 $BREAK&lt;BR /&gt;N6520 $CASE 5 (/ C-Maschine,V-orientiert)&lt;BR /&gt;N6530 $IF E.G.APL ==18 (/ H-Stellung)&lt;BR /&gt;N6540 P90="Y"&lt;BR /&gt;N6550 $ELSEIF E.G.APL ==17 (/ V-Stellung)&lt;BR /&gt;N6560 P90="Z"&lt;BR /&gt;N6570 $ELSE&lt;BR /&gt;N6580 M0 (* Unterprogramm nur fuer horizontal / vertikal)&lt;BR /&gt;N6590 $ENDIF&lt;BR /&gt;N6600 $ENDSWITCH&lt;BR /&gt;N6610 G0 G90 P90,P140&lt;BR /&gt;N6620 (* G1 P90,P144 FP136 SP137 )&lt;BR /&gt;N6630 G1 P90,P144&lt;BR /&gt;N6640 (* G0 P90,P145 FP132 SP133)&lt;BR /&gt;N6650 G0 P90,P145&lt;BR /&gt;N6660 $ENDIF&lt;BR /&gt;N6670 M17</description>
      <pubDate>Mon, 12 Jun 2023 13:43:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027803#M29916</guid>
      <dc:creator>mikolaj.springer</dc:creator>
      <dc:date>2023-06-12T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027817#M29917</link>
      <description>&lt;P&gt;Yes, it is horizontal machining center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:45:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027817#M29917</guid>
      <dc:creator>mikolaj.springer</dc:creator>
      <dc:date>2023-06-12T13:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027823#M29918</link>
      <description>&lt;P&gt;And what is the actual control on the machine?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:46:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027823#M29918</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2023-06-12T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027825#M29919</link>
      <description>&lt;P&gt;Unipro 90&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:47:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12027825#M29919</guid>
      <dc:creator>mikolaj.springer</dc:creator>
      <dc:date>2023-06-12T13:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Heller mc16 postprocessor</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12028407#M29920</link>
      <description>&lt;P&gt;This looks like some highly customized code. I would suggest working with &lt;A href="https://customersuccess.autodesk.com/partners/search?search=Post%20Processor&amp;amp;locations[]=detect" target="_blank" rel="noopener"&gt;one of our resellers&lt;/A&gt; to help you get a post processor working for your machine.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 17:29:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heller-mc16-postprocessor/m-p/12028407#M29920</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2023-06-12T17:29:26Z</dc:date>
    </item>
  </channel>
</rss>

