<?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 Simulation (reverse A axis direction) in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10587209#M59660</link>
    <description>&lt;P&gt;This was actually the issue, I guess it either wasn't saving or I was re-uploading the simulation file incorrectly, or a combo of both. Thanks for all the help! glad it is working now.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2021 11:56:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-08-31T11:56:30Z</dc:date>
    <item>
      <title>Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585656#M59655</link>
      <description>&lt;P&gt;I have made a simulation file with a Haas VF2 with a TRT160 rotary attached. the simulation file functions well, the issue I am having is that my post processor will only post A- directions instead of A+. essentially I want my rotary platter facing the operator side when doing my 5 axis work so I can see the part easier.&amp;nbsp; I can get the simulation file to change A axis directions in the machine builder settings, but I am having a hard time figuring out how to get my NC code to post as an A+ direction. I know this can be done somewhere in the post configuration, can anyone point me to the right area to edit? I am using the latest Haas Next Generation post. I know the axis direction can be changed in the rotary settings file on the Haas control (I used to work as an Applications Engineer) but I would like to avoid doing this and would prefer being able to control the direction in the post itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 20:17:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585656#M59655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-30T20:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585722#M59656</link>
      <description>&lt;P&gt;Not at my computer at the mo so can’t provide more details. However you should be able to go to the machine library then edit the machine configuration. If you got to the A axis there should be a preference drop down menu for “positive, don’t care or negative” this should be the setting you’re looking for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 20:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585722#M59656</guid>
      <dc:creator>mattdlr89</dc:creator>
      <dc:date>2021-08-30T20:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585803#M59657</link>
      <description>&lt;P&gt;Thanks for the reply. I have played with that setting and not seeing any difference. I may be doing something wrong in the simulation file, but what I mean is that in my actual posted NC code, the A axis is always in the negative direction. When I change the setting you mentioned, the simulation turns in the correct manner, but the actual posted code is opposite from the simulation. Again I may be doing something wrong but I know there should be a way to force A in the positive direction, regardless of the machine simulation file settings.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 21:45:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585803#M59657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-30T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585914#M59658</link>
      <description>&lt;P&gt;Ok In that case I think you need to go back to that page where the setting is but change the orientation for the A axis. The x value is probably set to 1 but you need to change that to -1. This should correct the machine simulation for you.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope you follow that if not I’ll try and be clearer when I’m next at my computer with a screenshot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 22:50:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10585914#M59658</guid>
      <dc:creator>mattdlr89</dc:creator>
      <dc:date>2021-08-30T22:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10587160#M59659</link>
      <description>&lt;P&gt;check around line ~445 for this in your HAAS post&lt;BR /&gt;&lt;BR /&gt;if (hasA) { // A Axis - For horizontal machines and trunnions&lt;BR /&gt;var dir = properties.hasAAxis == "reversed" ? -1 : 1;&lt;BR /&gt;if (hasC || hasB) {&lt;BR /&gt;var aMin = (dir == 1) ? -120 - 0.0001 : -30 - 0.0001;&lt;BR /&gt;var aMax = (dir == 1) ? 30 + 0.0001 : 120 + 0.0001;&lt;BR /&gt;aAxis = createAxis({coordinate:0, table:true, axis:[dir, 0, 0], range:[aMin, aMax], &lt;STRONG&gt;preference:dir});&lt;/STRONG&gt;&lt;BR /&gt;} else {&lt;BR /&gt;aAxis = createAxis({coordinate:0, table:true, axis:[dir, 0, 0], cyclic:true});&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 11:29:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10587160#M59659</guid>
      <dc:creator>programming2C78B</dc:creator>
      <dc:date>2021-08-31T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Simulation (reverse A axis direction)</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10587209#M59660</link>
      <description>&lt;P&gt;This was actually the issue, I guess it either wasn't saving or I was re-uploading the simulation file incorrectly, or a combo of both. Thanks for all the help! glad it is working now.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 11:56:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/machine-simulation-reverse-a-axis-direction/m-p/10587209#M59660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-31T11:56:30Z</dc:date>
    </item>
  </channel>
</rss>

