<?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 Probing issues with latest Brother Speedio Post in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/probing-issues-with-latest-brother-speedio-post/m-p/9323680#M8868</link>
    <description>&lt;P&gt;Just FYI there are output errors in the WCS output for the probing cycles. With renishaw it does not output the WCS just outputs S instead of S1. ect. I was able to fix it with the following changes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;conditional(probeWorkOffsetCode &amp;amp;&amp;amp; probeWCS, properties.probingType == "Renishaw" ? "S" : "W" + probeWorkOffsetCode)&lt;/PRE&gt;&lt;P&gt;Changed to:&lt;/P&gt;&lt;PRE&gt;conditional(probeWorkOffsetCode &amp;amp;&amp;amp; probeWCS, properties.probingType == "Renishaw" ? "S" + probeWorkOffsetCode : "W" + probeWorkOffsetCode)&lt;/PRE&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;PRE&gt;      probeWorkOffsetCode = ((properties.probingType == "Renishaw") ? ("G" + workOffset + ".") : (workOffset + 53)); // G54-&amp;gt;G59&lt;/PRE&gt;&lt;P&gt;Changed to:&lt;/P&gt;&lt;PRE&gt;probeWorkOffsetCode = ((properties.probingType == "Renishaw") ? (workOffset + ".") : (workOffset + 53)); // G54-&amp;gt;G59&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Feb 2020 19:09:36 GMT</pubDate>
    <dc:creator>bensbenz</dc:creator>
    <dc:date>2020-02-17T19:09:36Z</dc:date>
    <item>
      <title>Probing issues with latest Brother Speedio Post</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/probing-issues-with-latest-brother-speedio-post/m-p/9323680#M8868</link>
      <description>&lt;P&gt;Just FYI there are output errors in the WCS output for the probing cycles. With renishaw it does not output the WCS just outputs S instead of S1. ect. I was able to fix it with the following changes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;conditional(probeWorkOffsetCode &amp;amp;&amp;amp; probeWCS, properties.probingType == "Renishaw" ? "S" : "W" + probeWorkOffsetCode)&lt;/PRE&gt;&lt;P&gt;Changed to:&lt;/P&gt;&lt;PRE&gt;conditional(probeWorkOffsetCode &amp;amp;&amp;amp; probeWCS, properties.probingType == "Renishaw" ? "S" + probeWorkOffsetCode : "W" + probeWorkOffsetCode)&lt;/PRE&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;PRE&gt;      probeWorkOffsetCode = ((properties.probingType == "Renishaw") ? ("G" + workOffset + ".") : (workOffset + 53)); // G54-&amp;gt;G59&lt;/PRE&gt;&lt;P&gt;Changed to:&lt;/P&gt;&lt;PRE&gt;probeWorkOffsetCode = ((properties.probingType == "Renishaw") ? (workOffset + ".") : (workOffset + 53)); // G54-&amp;gt;G59&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:09:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/probing-issues-with-latest-brother-speedio-post/m-p/9323680#M8868</guid>
      <dc:creator>bensbenz</dc:creator>
      <dc:date>2020-02-17T19:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Probing issues with latest Brother Speedio Post</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/probing-issues-with-latest-brother-speedio-post/m-p/9324401#M8869</link>
      <description>&lt;P&gt;Thanks for your feedback, i´ve added a Ticket for this issue, it will be fixed soon.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/probing-issues-with-latest-brother-speedio-post/m-p/9324401#M8869</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2020-02-18T06:09:37Z</dc:date>
    </item>
  </channel>
</rss>

