<?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: machine definitions - feed units to post processor in HSM Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7223095#M10160</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1941261"&gt;@Laurens-3DTechDraw&lt;/a&gt;&amp;nbsp;nope - I pestered one of them autodesk employees not too long ago, and was told there wasn't a good solution, and I didn't see any reason to not believe him &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take a look and see if that has any ill effects, or if it solves the issue. Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 17:33:23 GMT</pubDate>
    <dc:creator>Rob_Lockwood</dc:creator>
    <dc:date>2017-07-12T17:33:23Z</dc:date>
    <item>
      <title>machine definitions - feed units to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7220195#M10158</link>
      <description>&lt;P&gt;Having multiple machines, that work in different units, i'm frequently annoyed with posting to the wrong units. I use machine definitions, which does a good job of selecting the proper post processor, but post units either matches the file, or has a selection. Is there anything on the roadmap, or can it be put there, to drive/connect the machine definition to the post units, or even a method to force the post units in the post processor itself? Or is this possible? Currently my posts are setup to fail if I post the wrong units, which works well as a failsafe to avoid any damage or issues, but it's still pretty annoying.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 17:48:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7220195#M10158</guid>
      <dc:creator>Rob_Lockwood</dc:creator>
      <dc:date>2017-07-11T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: machine definitions - feed units to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7221464#M10159</link>
      <description>&lt;P&gt;Dear Mister Level 72 Machinist,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried adding the following line as the first line in onOpen(){}&lt;/P&gt;
&lt;PRE&gt;unit = IN;&lt;/PRE&gt;
&lt;P&gt;Or respectively&lt;/P&gt;
&lt;PRE&gt;unit = MM;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same part with only that change gives these outputs:&lt;/P&gt;
&lt;P&gt;INCH:&lt;/P&gt;
&lt;PRE&gt;20 * - Face1
21 TOOL CALL 10 Z S1314
22 TOOL DEF 16
23 L Z+0 R0 FMAX M91
24 M126
25 M3
26 LBL 1
27 CYCL DEF 247 DATUM SETTING ~
  Q339=4 ; DATUM NUMBER
28 LBL 0
29 PLANE RESET TURN FMAX
30 L X+1.7061 Y+1.221 R0 FMAX
31 L Z+0.5906 R0 FMAX
32 M9
33 M17
34 CYCL DEF 32.0 TOLERANCE
35 CYCL DEF 32.1 T+0.0004
36 CYCL DEF 32.2 HSC-MODE:1 TA0.01
37 FN0: Q50=64.65 ; Cutting
38 FN0: Q52=64.65 ; Finish
39 FN0: Q53=64.65 ; Entry
40 FN0: Q54=64.65 ; Exit
41 L Z+0.2126 FMAX
42 L Z+0.2087 FQ53
43 L Y+1.2209 Z+0.2047
44 L X+1.706 Y+1.2207 Z+0.2008
45 L Y+1.2205 Z+0.1969
46 L X+1.7059 Y+1.2203 Z+0.1929
47 L X+1.7057 Y+1.22 Z+0.189&lt;/PRE&gt;
&lt;P&gt;MM:&lt;/P&gt;
&lt;PRE&gt;20 * - Face1
21 TOOL CALL 10 Z S1314
22 TOOL DEF 16
23 L Z+0 R0 FMAX M91
24 M126
25 M3
26 LBL 1
27 CYCL DEF 247 DATUM SETTING ~
  Q339=4 ; DATUM NUMBER
28 LBL 0
29 PLANE RESET TURN FMAX
30 L X+43.3356 Y+31.0136 R0 FMAX
31 L Z+15 R0 FMAX
32 M9
33 M17
34 CYCL DEF 32.0 TOLERANCE
35 CYCL DEF 32.1 T+0.01
36 CYCL DEF 32.2 HSC-MODE:1 TA0.01
37 FN0: Q50=1642.07 ; Cutting
38 FN0: Q52=1642.07 ; Finish
39 FN0: Q53=1642.07 ; Entry
40 FN0: Q54=1642.07 ; Exit
41 L Z+5.4 FMAX
42 L X+43.3353 Y+31.0128 Z+5.3 FQ53
43 L X+43.3345 Y+31.0106 Z+5.2001
44 L X+43.3332 Y+31.0068 Z+5.1002
45 L X+43.3313 Y+31.0016 Z+5.0004
46 L X+43.3288 Y+30.9949 Z+4.9007
47 L X+43.3259 Y+30.9867 Z+4.8011&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only setback&amp;nbsp;to this is that that it doesn't yet load your formats in that unit. (So as you see less decimals in the examples)&lt;/P&gt;
&lt;P&gt;If you want those to be correct as well you need a to add the&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;unit = IN;&lt;/PRE&gt;
&lt;P&gt;Also in the Collected State.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 07:13:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7221464#M10159</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-12T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: machine definitions - feed units to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7223095#M10160</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1941261"&gt;@Laurens-3DTechDraw&lt;/a&gt;&amp;nbsp;nope - I pestered one of them autodesk employees not too long ago, and was told there wasn't a good solution, and I didn't see any reason to not believe him &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take a look and see if that has any ill effects, or if it solves the issue. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:33:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7223095#M10160</guid>
      <dc:creator>Rob_Lockwood</dc:creator>
      <dc:date>2017-07-12T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: machine definitions - feed units to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7223125#M10161</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2299210"&gt;@Rob_Lockwood&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Pfff, Autodesk employee's like they are the smart one's here.&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://forums.autodesk.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pretty sure we did something like that to Brad&amp;nbsp;from TacticalKeyChains RoboDrill post:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/post-process-unit-default/m-p/6089156/highlight/true#M4113" target="_blank"&gt;https://forums.autodesk.com/t5/hsm-post-processor-forum/post-process-unit-default/m-p/6089156/highlight/true#M4113&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next time I talk to Achim I'll ask him. He's probably seen/done this before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But doing some checks is not all that hard of course since you can just post out in the correct unit without the edits to the post.&lt;/P&gt;
&lt;P&gt;And then do the changes, set the post window to the wrong unit and see if there are differences in the output.&lt;/P&gt;
&lt;P&gt;If not, party hardy all night long, if yes cry, stamp &amp;amp; call for mama.&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.autodesk.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:45:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-forum/machine-definitions-feed-units-to-post-processor/m-p/7223125#M10161</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-07-12T17:45:22Z</dc:date>
    </item>
  </channel>
</rss>

