<?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: 4th axis rotary in eding.cps in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6232050#M23634</link>
    <description>&lt;P&gt;You have to add a machine config into the beginning of onOpen() like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], cyclic:true, preference:1});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }&lt;/PRE&gt;</description>
    <pubDate>Thu, 24 Mar 2016 09:15:20 GMT</pubDate>
    <dc:creator>AchimN</dc:creator>
    <dc:date>2016-03-24T09:15:20Z</dc:date>
    <item>
      <title>4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6209328#M23631</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to use a&amp;nbsp;&lt;SPAN&gt;4th rotary (A) axis on my vertical mill, but the pp I use will not support this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to add this option&amp;nbsp;in the postprocessor (Eding.cps) I use?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your&amp;nbsp;assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;André&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:05:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6209328#M23631</guid>
      <dc:creator>andrefc101v88</dc:creator>
      <dc:date>2016-03-10T18:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6210011#M23632</link>
      <description>&lt;P&gt;The best option would be to speak with a local reseller as they should be able to assist in the modification of the post processor.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;It would be possible to add this functionality, but we would need more information about your machine. Firstly, do you have a sample program that uses the rotary axis? If so, could you post it on here?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;What is the make / model of your machine?&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Would you be looking for the PP to be set up so the A axis is just used for positioning?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 22:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6210011#M23632</guid>
      <dc:creator>George-Roberts</dc:creator>
      <dc:date>2016-03-10T22:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6211013#M23633</link>
      <description>&lt;P&gt;Hello George,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My milling machine is a standard vertical mill (x, y, z axis) with EdingCNC CPU 5b controller and EdingCNC software. The 4th axis is a rotary A-axis with stepper motor, also connected to the &amp;nbsp;EdingCNC controller. When using the A-axis, the table only movers in Y direction, Z direction (mill), and rotary A (degrees) direction.&lt;/P&gt;&lt;P&gt;Part of a g-code can be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;M3 S10.000&lt;/P&gt;&lt;P&gt;G0 X 100.00&lt;/P&gt;&lt;P&gt;G0 Z 5.00&lt;/P&gt;&lt;P&gt;G0 A0&lt;/P&gt;&lt;P&gt;G1 Z-1 F300&lt;/P&gt;&lt;P&gt;G1 A360 F300 ; milling a path around a pipe&lt;/P&gt;&lt;P&gt;G0 Z5.00&lt;/P&gt;&lt;P&gt;M5&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this give you the info you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, André&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:10:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6211013#M23633</guid>
      <dc:creator>andrefc101v88</dc:creator>
      <dc:date>2016-03-11T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6232050#M23634</link>
      <description>&lt;P&gt;You have to add a machine config into the beginning of onOpen() like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], cyclic:true, preference:1});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Mar 2016 09:15:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6232050#M23634</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2016-03-24T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6680712#M23635</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have inserted the above code into the postprocessor file (edingkopie.cps)&lt;/P&gt;&lt;P&gt;sample cad/cam file (test4de-as.f3d)&lt;/P&gt;&lt;P&gt;when i post the g-code for Adaptive1 i get good g-code with a-axis output line 22 (N55 G0 A0.)&lt;/P&gt;&lt;P&gt;when i post the g-code for Adaptive5 or Setup1 i get error output (test4de-as.cnc.failed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have i made a mistake somewhere or is there something wrong with the code above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;carlo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 19:20:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6680712#M23635</guid>
      <dc:creator>ferranti_boy</dc:creator>
      <dc:date>2016-11-10T19:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6681926#M23636</link>
      <description>&lt;P&gt;Carlo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is because you changed the tool list and you maybe deleted too much code out of the original code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;search for this into your post:&lt;BR /&gt; var comment = "Diepte :" + xyzFormat.format(zRanges[tool.number].getMinimum());&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and modify it to this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if (zRanges[tool.number]) {&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; var comment = "Diepte :" + xyzFormat.format(zRanges[tool.number].getMinimum());&lt;BR /&gt; }&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 10:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6681926#M23636</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2016-11-11T10:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: 4th axis rotary in eding.cps</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6683972#M23637</link>
      <description>&lt;P&gt;hello AchimN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the anwser but it won't work&lt;/P&gt;&lt;P&gt;i went back to the original eding.cps&lt;/P&gt;&lt;P&gt;i have put in the code for activating the 4th-axis and this is giving wrong z-axis value's&lt;/P&gt;&lt;P&gt;the first operation is good all z value's where positif&lt;/P&gt;&lt;P&gt;the second operation give's negatief z value's and that's wrong&lt;/P&gt;&lt;P&gt;i found a solution in a other posting&lt;/P&gt;&lt;P&gt;the solution for acitvating the 4th-axis in edingcnc is that you most also set var tcp from true to false&lt;/P&gt;&lt;P&gt;now i get always z value's that are positief&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it seems also that if i make g-code for 4th-axis miling the z-min value is missing&lt;/P&gt;&lt;P&gt;in a normal workpiece i can get the value with "operation:bottomHeight_value"&lt;/P&gt;&lt;P&gt;i like to see this value because i working self made machine and i want to avoid collisions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;carlo&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 13:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/4th-axis-rotary-in-eding-cps/m-p/6683972#M23637</guid>
      <dc:creator>ferranti_boy</dc:creator>
      <dc:date>2016-11-12T13:00:23Z</dc:date>
    </item>
  </channel>
</rss>

