<?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 problem WCS  G54 G55 in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233753#M13659</link>
    <description>&lt;P&gt;What i did to post processor is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (workOffset = 1) {&lt;BR /&gt;&lt;BR /&gt;var workOffset = currentSection.workOffset;&lt;/P&gt;&lt;P&gt;writeln("G" + 53 + workOffset );&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;what kind of work i just need to sum numbers 53 with 1-6 from current position...&amp;nbsp;&lt;BR /&gt;but have no idea how&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 20:14:08 GMT</pubDate>
    <dc:creator>emzy4k</dc:creator>
    <dc:date>2018-08-29T20:14:08Z</dc:date>
    <item>
      <title>Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8232812#M13656</link>
      <description>&lt;P&gt;Hi im trying to modify my post processor for multiple offsets . but it dont got in...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do i need to specify it before i write in to ´´ function on Section ´´ ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// wcs&lt;BR /&gt;if (insertToolCall) { // force work offset when changing tool&lt;BR /&gt;currentWorkOffset = undefined;&lt;BR /&gt;}&lt;BR /&gt;var workOffset = currentSection.workOffset;&lt;BR /&gt;if (workOffset == 0) {&lt;BR /&gt;warningOnce(localize("Work offset has not been specified. Using G54 as WCS."), WARNING_WORK_OFFSET);&lt;BR /&gt;workOffset = 1;&lt;BR /&gt;}&lt;BR /&gt;if (workOffset &amp;gt; 0) {&lt;BR /&gt;if (workOffset &amp;gt; 6) {&lt;BR /&gt;var p = workOffset; // 1-&amp;gt;... // G59 P1 is the same as G54 and so on&lt;BR /&gt;if (p &amp;gt; 254) {&lt;BR /&gt;error(localize("Work offset out of range."));&lt;BR /&gt;} else {&lt;BR /&gt;if (workOffset != currentWorkOffset) {&lt;BR /&gt;writeBlock(gFormat.format(59), "P" + p); // G59 P&lt;BR /&gt;currentWorkOffset = workOffset;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;} else {&lt;BR /&gt;if (workOffset != currentWorkOffset) {&lt;BR /&gt;writeBlock(gFormat.format(53 + workOffset)); // G54-&amp;gt;G59&lt;BR /&gt;currentWorkOffset = workOffset;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:59:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8232812#M13656</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-29T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233027#M13657</link>
      <description>&lt;P&gt;I'm not shure what you want to achieve. Can you show the code you get now and the code you want?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:48:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233027#M13657</guid>
      <dc:creator>ArjanDijk</dc:creator>
      <dc:date>2018-08-29T15:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233068#M13658</link>
      <description>&lt;P&gt;Hi yes and thank you for reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Now my post processor dont show work offset&amp;nbsp; like G54 or G55 in Gcode for my machine.&amp;nbsp;&lt;BR /&gt;and im planing to work with multiple work offsets so need to change post processor ...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now im getting this&amp;nbsp;&lt;BR /&gt;G90&lt;BR /&gt;G21&lt;BR /&gt;G64 P0.0254&lt;BR /&gt;G00 Z20.500&lt;BR /&gt;S 1800&lt;BR /&gt;M03&lt;BR /&gt;(--- Drill14 ---)&lt;BR /&gt;S 1800&lt;BR /&gt;M08&lt;BR /&gt;G43 H1&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X29.000 Y36.000 Z9.500&lt;BR /&gt;G01 X29.000 Y36.000 Z0.500 F100&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z9.500&lt;BR /&gt;G01 X169.000 Y36.000 Z0.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z20.500&lt;BR /&gt;(--- Drill14 ---)&lt;BR /&gt;S 1800&lt;BR /&gt;M08&lt;BR /&gt;G43 H1&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X29.000 Y36.000 Z9.500&lt;BR /&gt;G01 X29.000 Y36.000 Z0.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z9.500&lt;BR /&gt;G01 X169.000 Y36.000 Z0.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z20.500&lt;BR /&gt;G00 Z20.500&lt;BR /&gt;M9&lt;BR /&gt;M5&lt;BR /&gt;G49&lt;BR /&gt;M2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i want this&amp;nbsp;&lt;BR /&gt;G90&lt;BR /&gt;G21&lt;BR /&gt;G64 P0.0254&lt;BR /&gt;G00 Z20.500&lt;BR /&gt;S 1800&lt;BR /&gt;M03&lt;BR /&gt;(--- Drill14 ---)&lt;BR /&gt;S 1800&lt;BR /&gt;M08&lt;BR /&gt;G54&lt;BR /&gt;G43 H1&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X29.000 Y36.000 Z9.500&lt;BR /&gt;G01 X29.000 Y36.000 Z0.500 F100&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z9.500&lt;BR /&gt;G01 X169.000 Y36.000 Z0.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z20.500&lt;BR /&gt;(--- Drill14 ---)&lt;BR /&gt;S 1800&lt;BR /&gt;M08&lt;BR /&gt;G55&lt;BR /&gt;G43 H1&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z20.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X29.000 Y36.000 Z9.500&lt;BR /&gt;G01 X29.000 Y36.000 Z0.500&lt;BR /&gt;G00 X29.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z9.500&lt;BR /&gt;G01 X169.000 Y36.000 Z0.500&lt;BR /&gt;G00 X169.000 Y36.000 Z10.500&lt;BR /&gt;G00 X169.000 Y36.000 Z20.500&lt;BR /&gt;G00 Z20.500&lt;BR /&gt;M9&lt;BR /&gt;M5&lt;BR /&gt;G49&lt;BR /&gt;M2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did attach my post processor file if someone want to look at it ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233068#M13658</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-29T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233753#M13659</link>
      <description>&lt;P&gt;What i did to post processor is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (workOffset = 1) {&lt;BR /&gt;&lt;BR /&gt;var workOffset = currentSection.workOffset;&lt;/P&gt;&lt;P&gt;writeln("G" + 53 + workOffset );&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;what kind of work i just need to sum numbers 53 with 1-6 from current position...&amp;nbsp;&lt;BR /&gt;but have no idea how&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 20:14:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8233753#M13659</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-29T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234083#M13660</link>
      <description>What you are trying is standard functionality. No need to change the post. In the setup choose "multiple wc's offset" in the last tab and set the standard offset to 1.</description>
      <pubDate>Wed, 29 Aug 2018 23:29:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234083#M13660</guid>
      <dc:creator>ArjanDijk</dc:creator>
      <dc:date>2018-08-29T23:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234471#M13661</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Yes that is what im doing to get specific number from fusion for specific section , number like ( 1-6 )..&lt;BR /&gt;And those im getting in dump file&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;currentSection.unit=1&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.workOrigin=(0, 0, 0)&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.workPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.wcsOrigin=(0, 0, 0)&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.wcsPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.workOffset=2&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.dynamicWCSOrigin=(0, 0, 0)&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.dynamicWCSPlane=[[1, 0, 0], [0, 1, 0], [0, 0, 1]]&lt;/EM&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;currentSection.dynamicWorkOffset=2&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But im not getting numbers 54-59 in Gcode , thats why i need postprocessor&lt;BR /&gt;I will do some screen shots for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 06:12:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234471#M13661</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-30T06:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234495#M13662</link>
      <description>&lt;P&gt;This are some screen shots&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 06:35:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234495#M13662</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-30T06:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234612#M13663</link>
      <description>&lt;P&gt;Done &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;iv just put&amp;nbsp; &amp;nbsp; "G" + [ 53 + workOffset ]&amp;nbsp;&lt;BR /&gt;in those&amp;nbsp;parenthesis and it working like i want ... &amp;gt;D&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 07:48:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234612#M13663</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-30T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234666#M13664</link>
      <description>&lt;P&gt;Its pretty brave what you accomplished, but I still don't know why you needed a post edit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I get with the standard ISO post, which is just what you asked, isnt it?&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="WCSedit.JPG" style="width: 314px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/540655i4244AE1A1370B343/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCSedit.JPG" alt="WCSedit.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multwcsiso.JPG" style="width: 528px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/540656i93ED5F138E8B7C4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="multwcsiso.JPG" alt="multwcsiso.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:05:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234666#M13664</guid>
      <dc:creator>ArjanDijk</dc:creator>
      <dc:date>2018-08-30T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234826#M13665</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; thanks&amp;nbsp;&lt;BR /&gt;ive&amp;nbsp; needed it because i have chines cnc controll and works just in specific Gcode format,&amp;nbsp;&lt;BR /&gt;Ive tryed tormach, mach3, fanuc postprocesses - non has worked&lt;BR /&gt;&lt;BR /&gt;Anyway thank you and i hope all those screenshots will help to someone else too ...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/8234826#M13665</guid>
      <dc:creator>emzy4k</dc:creator>
      <dc:date>2018-08-30T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Post processor problem WCS  G54 G55</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/13311253#M13666</link>
      <description>&lt;P&gt;what worked for me is to edit and add a ' before the G so it outputs 'G54 as a comment&lt;/P&gt;&lt;P&gt;// wcs definiton&lt;BR /&gt;wcsDefinitions = {&lt;BR /&gt;useZeroOffset: false,&lt;BR /&gt;wcs : [&lt;BR /&gt;{name:"Standard", format:"'G", range:[54, 59]},&lt;BR /&gt;{name:"Extended", format:"G59 P", range:[7, 28]}&lt;BR /&gt;]&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 21:55:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-problem-wcs-g54-g55/m-p/13311253#M13666</guid>
      <dc:creator>zaratiegui.137947</dc:creator>
      <dc:date>2025-02-10T21:55:31Z</dc:date>
    </item>
  </channel>
</rss>

