<?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: Post Processor Script: Checking axis mode for all toolpaths in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304541#M3164</link>
    <description>&lt;P&gt;Axis mode for every toolpath is stored in CLData. So it is enough to have a script or expression to check those stored values. No need to a UDP.&amp;nbsp; I guess it's simple but beyond my knowledge.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 15:36:36 GMT</pubDate>
    <dc:creator>Jaanyaar</dc:creator>
    <dc:date>2023-10-13T15:36:36Z</dc:date>
    <item>
      <title>Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12303307#M3159</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are built in parameters that check a toolpath axis mode:&lt;/P&gt;&lt;P&gt;1. Axis Mode&lt;/P&gt;&lt;P&gt;2. Toolpath Axis Mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are useful for one toolpath or move. I need a function or expression to check all toolpaths at the beginning of the post processing.&lt;/P&gt;&lt;P&gt;If all toolpaths are 3 axis then A.&lt;/P&gt;&lt;P&gt;If there is a non 3 axis toolpath then B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 07:05:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12303307#M3159</guid>
      <dc:creator>Jaanyaar</dc:creator>
      <dc:date>2023-10-13T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12303989#M3160</link>
      <description>&lt;P&gt;If you write an if expression in the 'Toolpath Start' command like %p(Toolpath Axis Mode)% == "3AXIS" with your commands underneath it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then an else if expression like&amp;nbsp;%p(Toolpath Axis Mode)% != "3AXIS" with&amp;nbsp;your commands underneath that and end if to close it, wouldn't that work for all toolpaths?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iamcdn79_0-1697199501855.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1278943i274AB19AF6463C25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iamcdn79_0-1697199501855.png" alt="iamcdn79_0-1697199501855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 12:28:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12303989#M3160</guid>
      <dc:creator>iamcdn79</dc:creator>
      <dc:date>2023-10-13T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304203#M3161</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3960527"&gt;@iamcdn79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That expression is suitable for one toolpath. It doesn't check all toolpaths in a program. Your structure is correct but the expression is not. A tweak is needed.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 13:46:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304203#M3161</guid>
      <dc:creator>Jaanyaar</dc:creator>
      <dc:date>2023-10-13T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304376#M3162</link>
      <description>&lt;P&gt;By more examination, I've found that the following expression works for the &lt;FONT color="#FF0000"&gt;1st&lt;/FONT&gt; toolpath.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;program.Toolpaths.Item(&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;).AxisMode=="&lt;FONT color="#00FFFF"&gt;1&lt;/FONT&gt;"&lt;/P&gt;&lt;P&gt;Where &lt;FONT color="#00FFFF"&gt;1&lt;/FONT&gt; = 3AXIS&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00FFFF"&gt;2&lt;/FONT&gt; = 5AXIS&lt;/P&gt;&lt;P&gt;and...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I check all toolpaths?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 14:41:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304376#M3162</guid>
      <dc:creator>Jaanyaar</dc:creator>
      <dc:date>2023-10-13T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304516#M3163</link>
      <description>&lt;P&gt;I think the only to do what you want is to create a UDP&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/powermill-forum/get-toolpath-tool-parameters-in-ampu-script/m-p/9736314#M21531" target="_blank"&gt;https://forums.autodesk.com/t5/powermill-forum/get-toolpath-tool-parameters-in-ampu-script/m-p/9736314#M21531&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 15:28:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304516#M3163</guid>
      <dc:creator>iamcdn79</dc:creator>
      <dc:date>2023-10-13T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304541#M3164</link>
      <description>&lt;P&gt;Axis mode for every toolpath is stored in CLData. So it is enough to have a script or expression to check those stored values. No need to a UDP.&amp;nbsp; I guess it's simple but beyond my knowledge.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 15:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12304541#M3164</guid>
      <dc:creator>Jaanyaar</dc:creator>
      <dc:date>2023-10-13T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor Script: Checking axis mode for all toolpaths</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12309828#M3165</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sean571_0-1697482504532.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279913iC2953D7C36B5FAC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sean571_0-1697482504532.png" alt="Sean571_0-1697482504532.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sean571_1-1697483474101.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279919i755193F60F998D06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sean571_1-1697483474101.png" alt="Sean571_1-1697483474101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 19:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/post-processor-script-checking-axis-mode-for-all-toolpaths/m-p/12309828#M3165</guid>
      <dc:creator>Sean571</dc:creator>
      <dc:date>2023-10-16T19:11:41Z</dc:date>
    </item>
  </channel>
</rss>

