<?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: Doosan DNM 500ii Sinumerik Post Processor in Manufacturing (CAM)</title>
    <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225150#M231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified your macros little bit.&lt;/P&gt;&lt;P&gt;Notice that Cimfil MACHIN macro was added too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,PPRINT&lt;BR /&gt;$$ Macro to store the tool name in a variable&lt;BR /&gt;$$ to re-issue with the tool change&lt;/P&gt;&lt;P&gt;TXT=TEXT/CLW $$ Text of message&lt;BR /&gt;TEST=TEXT/'TOOL NAME' $$ Text to test for&lt;BR /&gt;OKCOM=INDXF(TXT,TEST)&lt;/P&gt;&lt;P&gt;IF (OKCOM.NE.0) THEN&lt;BR /&gt;&amp;nbsp; $$ This is a tool comment&lt;BR /&gt;&amp;nbsp; MESS=TEXT/OMIT,TXT,1 $$ Omit trailing blank&lt;BR /&gt;&amp;nbsp; COL=TEXT/':'&lt;BR /&gt;&amp;nbsp; COLPOS=INDXF(MESS,COL) $$ position of : in MESS&lt;BR /&gt;&amp;nbsp; LEN=CANF(MESS,1) $$ number of char in MESS&lt;BR /&gt;&amp;nbsp; NMESS=TEXT/RANGE,MESS,COLPOS+1,LEN $$ Extract from : to end&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;NMESS=TEXT/OMIT,NMESS,3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $$ Omit all spaces&lt;/STRONG&gt;&lt;BR /&gt;ELSE&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,LOADTL&lt;/P&gt;&lt;P&gt;IF (OKCOM.EQ.0) THEN&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;BR /&gt;ELSE&lt;BR /&gt;&amp;nbsp; $$ Tool name programmed&lt;BR /&gt;&amp;nbsp; XX=POSTF(2,1,1867,1) $$ no tape output&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ process tool change&lt;BR /&gt;&amp;nbsp; TNUM=POSTF(7,4) $$ Tool number&lt;BR /&gt;&amp;nbsp; XX=POSTF(2,1,1867,0) $$ re-activate tape output\&lt;BR /&gt;&lt;STRONG&gt;$$&amp;nbsp; INSERT/'T',TNUM,'M6(',NMESS,')$'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; INSERT/' T="',NMESS,'" M6$'&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;OKCOM=0&amp;nbsp;&amp;nbsp;&amp;nbsp; $$ Initialization&lt;/STRONG&gt;&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CIMFIL/ON,MACHIN&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; OKCOM=0&amp;nbsp;&amp;nbsp; $$ Initialization&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CIMFIL/OFF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when the tool name is outputed via PPRINT, tool record will be in format: T="TOOL_NAME" M6&lt;/P&gt;&lt;P&gt;When the tool name is NOT outputed via PPRINT, tool record will be in format: T=TOOL_NUMBER M6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 14:33:21 GMT</pubDate>
    <dc:creator>rlysy</dc:creator>
    <dc:date>2016-10-31T14:33:21Z</dc:date>
    <item>
      <title>Doosan DNM 500ii Sinumerik Post Processor</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225147#M228</link>
      <description>Hi there,I am currently setting up a 3-Axis DNM Doosan 500ii with a Siemens Sinumerik 828D Control and Creo 3.0 as the CAM softwareI am having some issues with the output G-Code concerning the tool Change. At the moment I get:N9 M5N10 T9 M6N11 S4000 M3with T(Position Number)What I</description>
      <pubDate>Sun, 13 Dec 2020 18:37:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225147#M228</guid>
      <dc:creator>mbitterwolf</dc:creator>
      <dc:date>2020-12-13T18:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan DNM 500ii Sinumerik Post Processor</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225148#M229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an instant solution you can easily substitute T9 by "ENDMILL DIA 10" by example.&lt;/P&gt;&lt;P&gt;On a longer term you have to correct your postprocessor.&lt;/P&gt;&lt;P&gt;We did it for our own DMG machining centre with Siemens 840Dsl.&lt;/P&gt;&lt;P&gt;If you send me a CL file, I can postprocess it for you to show you that it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jef Verheyen,&lt;/P&gt;&lt;P&gt;KU Leuven&lt;/P&gt;&lt;P&gt;Faculty of Industrial Engineering&lt;/P&gt;&lt;P&gt;Campus De Nayer&lt;/P&gt;&lt;P&gt;2860 Sint-Katelijne-Waver&lt;/P&gt;&lt;P&gt;Belgium&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 10:18:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225148#M229</guid>
      <dc:creator>jverheyen-2</dc:creator>
      <dc:date>2016-10-29T10:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan DNM 500ii Sinumerik Post Processor</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225149#M230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your fast reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the instant solution I already had my code running but because I am working as a student for a chair of my univerisity they want me to correct the postprocessor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting in some fil data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,PPRINT&lt;/P&gt;&lt;P&gt;$$ Macro to store the tool name in a variable&lt;/P&gt;&lt;P&gt;$$ to re-issue with the tool change&lt;/P&gt;&lt;P&gt;TXT=TEXT/CLW $$ Text of message&lt;/P&gt;&lt;P&gt;TEST=TEXT/'TOOL NAME' $$ Text to test for&lt;/P&gt;&lt;P&gt;OKCOM=INDXF(TXT,TEST)&lt;/P&gt;&lt;P&gt;IF (OKCOM.NE.0) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp; $$ This is a tool comment&lt;/P&gt;&lt;P&gt;&amp;nbsp; MESS=TEXT/OMIT,TXT,1 $$ Omit trailing blank&lt;/P&gt;&lt;P&gt;&amp;nbsp; COL=TEXT/':'&lt;/P&gt;&lt;P&gt;&amp;nbsp; COLPOS=INDXF(MESS,COL) $$ position of : in MESS&lt;/P&gt;&lt;P&gt;&amp;nbsp; LEN=CANF(MESS,1) $$ number of char in MESS&lt;/P&gt;&lt;P&gt;&amp;nbsp; NMESS=TEXT/RANGE,MESS,COLPOS+1,LEN $$ Extract from : to end&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,LOADTL&lt;/P&gt;&lt;P&gt;IF (OKCOM.EQ.0) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp; $$ Tool name programmed&lt;/P&gt;&lt;P&gt;&amp;nbsp; XX=POSTF(2,1,1867,1) $$ no tape output&lt;/P&gt;&lt;P&gt;&amp;nbsp; DMY=POSTF(13) $$ process tool change&lt;/P&gt;&lt;P&gt;&amp;nbsp; TNUM=POSTF(7,4) $$ Tool number&lt;/P&gt;&lt;P&gt;&amp;nbsp; XX=POSTF(2,1,1867,0) $$ re-activate tape output\&lt;/P&gt;&lt;P&gt;&amp;nbsp; INSERT/'T',TNUM,'M6(',NMESS,')$'&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it had some issues with this code and output an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone can spot my mistake or point me in the right direction? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 09:45:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225149#M230</guid>
      <dc:creator>mbitterwolf</dc:creator>
      <dc:date>2016-10-30T09:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan DNM 500ii Sinumerik Post Processor</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225150#M231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified your macros little bit.&lt;/P&gt;&lt;P&gt;Notice that Cimfil MACHIN macro was added too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,PPRINT&lt;BR /&gt;$$ Macro to store the tool name in a variable&lt;BR /&gt;$$ to re-issue with the tool change&lt;/P&gt;&lt;P&gt;TXT=TEXT/CLW $$ Text of message&lt;BR /&gt;TEST=TEXT/'TOOL NAME' $$ Text to test for&lt;BR /&gt;OKCOM=INDXF(TXT,TEST)&lt;/P&gt;&lt;P&gt;IF (OKCOM.NE.0) THEN&lt;BR /&gt;&amp;nbsp; $$ This is a tool comment&lt;BR /&gt;&amp;nbsp; MESS=TEXT/OMIT,TXT,1 $$ Omit trailing blank&lt;BR /&gt;&amp;nbsp; COL=TEXT/':'&lt;BR /&gt;&amp;nbsp; COLPOS=INDXF(MESS,COL) $$ position of : in MESS&lt;BR /&gt;&amp;nbsp; LEN=CANF(MESS,1) $$ number of char in MESS&lt;BR /&gt;&amp;nbsp; NMESS=TEXT/RANGE,MESS,COLPOS+1,LEN $$ Extract from : to end&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;NMESS=TEXT/OMIT,NMESS,3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $$ Omit all spaces&lt;/STRONG&gt;&lt;BR /&gt;ELSE&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ON,LOADTL&lt;/P&gt;&lt;P&gt;IF (OKCOM.EQ.0) THEN&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;BR /&gt;ELSE&lt;BR /&gt;&amp;nbsp; $$ Tool name programmed&lt;BR /&gt;&amp;nbsp; XX=POSTF(2,1,1867,1) $$ no tape output&lt;BR /&gt;&amp;nbsp; DMY=POSTF(13) $$ process tool change&lt;BR /&gt;&amp;nbsp; TNUM=POSTF(7,4) $$ Tool number&lt;BR /&gt;&amp;nbsp; XX=POSTF(2,1,1867,0) $$ re-activate tape output\&lt;BR /&gt;&lt;STRONG&gt;$$&amp;nbsp; INSERT/'T',TNUM,'M6(',NMESS,')$'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; INSERT/' T="',NMESS,'" M6$'&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;OKCOM=0&amp;nbsp;&amp;nbsp;&amp;nbsp; $$ Initialization&lt;/STRONG&gt;&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CIMFIL/ON,MACHIN&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; DMY=POSTF(13) $$ Process&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; OKCOM=0&amp;nbsp;&amp;nbsp; $$ Initialization&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CIMFIL/OFF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when the tool name is outputed via PPRINT, tool record will be in format: T="TOOL_NAME" M6&lt;/P&gt;&lt;P&gt;When the tool name is NOT outputed via PPRINT, tool record will be in format: T=TOOL_NUMBER M6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 14:33:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/Doosan-DNM-500ii-Sinumerik-Post-Processor/m-p/225150#M231</guid>
      <dc:creator>rlysy</dc:creator>
      <dc:date>2016-10-31T14:33:21Z</dc:date>
    </item>
  </channel>
</rss>

