<?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 macro command, checking toolpath is cutter compensation is on in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/12631335#M2100</link>
    <description>&lt;P&gt;I need a little macro to loop through drilling toolpaths (only profile and champfer) and check if cutter compensation is on.&lt;/P&gt;&lt;P&gt;The macro should give a message box with all toolpath where compensation is on.&lt;/P&gt;&lt;P&gt;can anybody help me?&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="t_dueber_0-1710134080217.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335581i1654EB3108F8ECA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_dueber_0-1710134080217.png" alt="t_dueber_0-1710134080217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t_dueber_1-1710134124991.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335582iB5BC2D6F4F17F847/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_dueber_1-1710134124991.png" alt="t_dueber_1-1710134124991.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>Mon, 11 Mar 2024 05:16:44 GMT</pubDate>
    <dc:creator>t_dueber</dc:creator>
    <dc:date>2024-03-11T05:16:44Z</dc:date>
    <item>
      <title>macro command, checking toolpath is cutter compensation is on</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/12631335#M2100</link>
      <description>&lt;P&gt;I need a little macro to loop through drilling toolpaths (only profile and champfer) and check if cutter compensation is on.&lt;/P&gt;&lt;P&gt;The macro should give a message box with all toolpath where compensation is on.&lt;/P&gt;&lt;P&gt;can anybody help me?&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="t_dueber_0-1710134080217.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335581i1654EB3108F8ECA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_dueber_0-1710134080217.png" alt="t_dueber_0-1710134080217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t_dueber_1-1710134124991.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335582iB5BC2D6F4F17F847/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_dueber_1-1710134124991.png" alt="t_dueber_1-1710134124991.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>Mon, 11 Mar 2024 05:16:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/12631335#M2100</guid>
      <dc:creator>t_dueber</dc:creator>
      <dc:date>2024-03-11T05:16:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro command, checking toolpath is cutter compensation is on</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/12631559#M2101</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;string $msg = ""
foreach $tp in filter(folder('toolpath'),'this.Strategy == "drill" and this.Drill.Type == "profile" and this.Drill.DepthType == "chamfer" and this.CNCCutterCompensation.Active') {
	$msg = $msg + $tp.Name + CRLF
}

message info $msg&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 07:53:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/12631559#M2101</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2024-03-11T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Betreff: macro command, checking toolpath is cutter compensation is on</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/13042884#M2102</link>
      <description>&lt;P&gt;is there a way to tell me what toolpaths use cutter comp, what type and make a list of that ( toolpath and what tool used)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 00:28:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/13042884#M2102</guid>
      <dc:creator>todd.murphy8YH67</dc:creator>
      <dc:date>2024-09-25T00:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: macro command, checking toolpath is cutter compensation is on</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/13043185#M2103</link>
      <description>&lt;P&gt;I have implimented most of those things into my renaming macro, It does some mathematical calculations based on the hole feature size and what your thickness value is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some extra bits of information for us as programmers, and for the shop floor to be able to catch a mistake before it happens.&lt;/P&gt;&lt;P&gt;Variable names it will generate:&lt;/P&gt;&lt;P&gt;HF : Hole feature set diameter from the selected featureset. (not Compound hole ready yet)&lt;/P&gt;&lt;P&gt;PD : Programmed diameter ( hole size + - thickness value for a given toolpath) (profile/helical)&lt;/P&gt;&lt;P&gt;PK : Peck distance for all drilling toolpaths&lt;/P&gt;&lt;P&gt;P : pitch for tapping / Thread milling (from toolpath settings)&lt;/P&gt;&lt;P&gt;RH / LH : Hand of threads ( Tapping and Threadmilling)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;Macro Attached&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 04:31:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-command-checking-toolpath-is-cutter-compensation-is-on/m-p/13043185#M2103</guid>
      <dc:creator>nathanANTQX</dc:creator>
      <dc:date>2024-09-25T04:31:31Z</dc:date>
    </item>
  </channel>
</rss>

