<?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: Question to understanding turning I-J-K-Values in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090319#M26289</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;AndrewWard  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;OK, and the effects are also on I and K Values. Right?&lt;BR /&gt;&lt;BR /&gt;Thank you Andrew</description>
    <pubDate>Tue, 01 Sep 2015 12:13:39 GMT</pubDate>
    <dc:creator>makko74</dc:creator>
    <dc:date>2015-09-01T12:13:39Z</dc:date>
    <item>
      <title>Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090317#M26287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yesterday i've made 3 little nc-programs for a friendly company.&lt;BR /&gt;My first simple turning Parts with HSM. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;For the Post-Process i've used the fanuc turning.cps.&lt;BR /&gt;Now my question:&lt;BR /&gt;on milling I,J,K values are incremental from arc-start to centerpoint.&lt;BR /&gt;in the fanuc turning.cps stands:&lt;BR /&gt;&lt;BR /&gt;&lt;SUB&gt;var xFormat = createFormat({decimals:(unit == MM ? 3 : 4), forceDecimal:true, scale:2}); // diameter mode&lt;/SUB&gt;&lt;BR /&gt;&lt;BR /&gt;and for I and K outputs&lt;BR /&gt;&lt;BR /&gt;&lt;SUB&gt;// circular output&lt;BR /&gt;var kOutput = createReferenceVariable({prefix:"K"}, xFormat);&lt;BR /&gt;var iOutput = createReferenceVariable({prefix:"I"}, xFormat); // no scaling&lt;/SUB&gt;&lt;BR /&gt;&lt;BR /&gt;Is this normal thats I- and K-Values must also scale with 2 on turning?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Tue, 01 Sep 2015 11:51:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090317#M26287</guid>
      <dc:creator>makko74</dc:creator>
      <dc:date>2015-09-01T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090318#M26288</link>
      <description>Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference. The Haas turning post is does not have scaled IJK. So the answer is they are different.&lt;BR /&gt;&lt;BR /&gt;http://forums.ge-ip.com/showthread.php?t=14635&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:01:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090318#M26288</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2015-09-01T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090319#M26289</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;AndrewWard  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;OK, and the effects are also on I and K Values. Right?&lt;BR /&gt;&lt;BR /&gt;Thank you Andrew</description>
      <pubDate>Tue, 01 Sep 2015 12:13:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090319#M26289</guid>
      <dc:creator>makko74</dc:creator>
      <dc:date>2015-09-01T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090320#M26290</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;makko  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;AndrewWard  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;OK, and the effects are also on I and K Values. Right?&lt;BR /&gt;&lt;BR /&gt;Thank you Andrew&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;The way the k&amp;amp;iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&amp;amp;i will be too.</description>
      <pubDate>Tue, 01 Sep 2015 12:21:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090320#M26290</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2015-09-01T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090321#M26291</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Laurens-3DTechDraw  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;makko  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;AndrewWard  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;Some machines can be programmed with either diameter or radius values for X. It can be changed by a machine parameter in the controller to suit the users preference.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;OK, and the effects are also on I and K Values. Right?&lt;BR /&gt;&lt;BR /&gt;Thank you Andrew&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;The way the k&amp;amp;iOutputs are set-up here means are scaled like the X-value. So if X is scaled to diameter mode the k&amp;amp;i will be too.&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;It was just incomprehensible to me thats the K -Values must also entered in diameter mode.&lt;BR /&gt;Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation, &lt;BR /&gt;so i'm asking here.&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and answers Laurens and Andrew&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090321#M26291</guid>
      <dc:creator>makko74</dc:creator>
      <dc:date>2015-09-01T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question to understanding turning I-J-K-Values</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090322#M26292</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;makko  wrote:&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;It was just incomprehensible to me thats the K -Values must also entered in diameter mode.&lt;BR /&gt;Now its a little bit clearer, i've no Lathe and the machinist is up to next week on vacation, &lt;BR /&gt;so i'm asking here.&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and answers Laurens and Andrew&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Works like a charm on our Fanuc machine. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:40:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/question-to-understanding-turning-i-j-k-values/m-p/6090322#M26292</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2015-09-01T12:40:00Z</dc:date>
    </item>
  </channel>
</rss>

