<?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: How to get Fixture offset value by using FIL? in Manufacturing (CAM)</title>
    <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212812#M125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome!!&lt;/P&gt;&lt;P&gt;Thanks so much for your willingness to consider my suggestion, thank you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day!!&lt;/P&gt;&lt;P&gt;Mark Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 02:38:59 GMT</pubDate>
    <dc:creator>mrao</dc:creator>
    <dc:date>2017-06-21T02:38:59Z</dc:date>
    <item>
      <title>How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212803#M116</link>
      <description>Hello Programmer,I met a problem of FIL that I need to get "Fixture offset" value by using FIL, I can't find the number code of "Fixture offset" in the Gpost. Can you teach me how to compile FIL to get "fixture offset value?&amp;nbsp; thanks!!Have a good day!!Mark Rao</description>
      <pubDate>Wed, 02 May 2018 23:30:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212803#M116</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2018-05-02T23:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212804#M117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the section of code I use to handle this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- [ Begin Code ] ---&lt;/P&gt;&lt;P&gt;$$&lt;/P&gt;&lt;P&gt;$$ --[ SET ]------------------------------------------------------------&lt;/P&gt;&lt;P&gt;$$&lt;/P&gt;&lt;P&gt;$$ None of the processors seem to handle the offset register indicated&lt;/P&gt;&lt;P&gt;$$ by the programmer, so this code will output it as the appropriate&lt;/P&gt;&lt;P&gt;$$ G-code.&amp;nbsp; Note that it is only output once per program or tool change,&lt;/P&gt;&lt;P&gt;$$ to avoid redundant calls from every NC sequence, which can cause&lt;/P&gt;&lt;P&gt;$$ troubles on some machines.&lt;/P&gt;&lt;P&gt;$$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ ON, SET, OFSETL&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSTYP = POSTF ( 6, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSREG = POSTF ( 7, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( OFSTYP .EQ. 1 ) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( OFSREG.GE.54.AND.OFSREG.LE.59.AND.CURREG.NE.OFSREG ) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURREG = OFSREG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OFSCMD = TEXT/ 'G', CONVI, OFSREG, 2, '$'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSERT/ OFSCMD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/ OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- [ End Code ] ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I only output the G54, G55, etc if it's a valid offset number (54 - 59), and if it is a "new" offset number. The current offset number is stored in a variable called "CURREG" in my code.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 12:31:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212804#M117</guid>
      <dc:creator>KenFarley</dc:creator>
      <dc:date>2017-06-06T12:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212805#M118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Hello Kenneth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Thanks for your help, thanks!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;After testing, I still can't post G54 in the CNC program. Do you know why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;I would like to use FIL to generate G54P1 or P2 etc when I was set up deference fixture offset in each cog of my machining part. ( Like following illustration ). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;IMG class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/116690_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;SUP style="font-size: 10pt;"&gt;st&lt;/SUP&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, I set up 1 into “FIXT_OFFSET_REG” parameter so that CL generated “SET/OFSETL, 1”.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;IMG class="jive-image image-2" src="https://community.ptc.com/legacyfs/online/116691_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;SUP style="font-size: 10pt;"&gt;nd&lt;/SUP&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, I set up Minimum for 54, Maximum for 59 and &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000000; font-size: 12pt; text-decoration: underline;"&gt;Default for 54&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;. Please note the default.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;IMG class="jive-image image-3" src="https://community.ptc.com/legacyfs/online/116692_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;3&lt;/SPAN&gt;&lt;SUP style="font-size: 10pt;"&gt;rd&lt;/SUP&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, I used this POST to generate a CNC program like following contents.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;IMG class="jive-image image-4" src="https://community.ptc.com/legacyfs/online/116693_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;My purpose, I want to know how to get “FIXT_OFFSET_REG” parameter value then insert a text “P” and the value in the G54 (Default value) by the side?&amp;nbsp; (Like G0G54P1X-.915Y-24.803)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Thanks so much for your help!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Have a good day!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Mark Rao&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:39:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212805#M118</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2017-06-06T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212806#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see what you're doing. I only use the FIXT_OFFSET_REG setting in my sequences to assign one of the "valid" G54, G55,...,G59 values. For what you are doing, I suppose you could always use G54 and add on the "P" code. It might be easier if you just output the offset with its P code on a line by itself. Maybe with something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ ON, SET, OFSETL&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSTYP = POSTF ( 6, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSREG = POSTF ( 7, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( OFSTYP .EQ. 1 ) THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OFSCMD = TEXT/ 'G54P', CONVI, OFSREG, 2, '$'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSERT/ OFSCMD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/ OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll probably have to do a bit of testing to get this to work just right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 16:00:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212806#M119</guid>
      <dc:creator>KenFarley</dc:creator>
      <dc:date>2017-06-06T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212807#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kenneth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome!! it can be worked, cool!!&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following section is my final version for your reference!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIMFIL/ ON, SET, OFSETL&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSTYP = POSTF ( 6, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFSREG = POSTF ( 7, 5 )&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( OFSTYP .EQ. 1 ) THEN&lt;/P&gt;&lt;P&gt;IF ( OFSREG.GE.54.AND.OFSREG.LE.59 ) THEN&lt;/P&gt;&lt;P&gt; OFSCMD = TEXT/'G',CONVI,OFSREG,2,'$'&lt;/P&gt;&lt;P&gt; INSERT/ OFSCMD&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OFSCMD = TEXT/'G54P',CONVI,OFSREG,2,'$'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSERT/ OFSCMD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;CIMFIL/ OFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt;Mark Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 01:48:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212807#M120</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2017-06-07T01:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212808#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm making this reply for all the users out there.&amp;nbsp; The Fixture Offset screen in the Option File Generator is somewhat confusing!&amp;nbsp; It will do what you are looking for but it will still take some FIL code since the PTC command SET/OFSETL,# is not what the G-Post expects.&amp;nbsp; Fist off your Offset Register will need to be "P".&amp;nbsp; To get G54P# the post has to read the command SELECT/gg,ADJUST,dd, the "gg" is the G code value and the "dd" is the P value.&amp;nbsp; So in FIL you will need to take the SET/OFSETL,v value and plug it into this command.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way Kenneth does it in the FIL file is really easier I just wanted to explain how this works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:54:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212808#M121</guid>
      <dc:creator>AustinN.C.,Inc.</dc:creator>
      <dc:date>2017-06-09T14:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212809#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it!!&lt;/P&gt;&lt;P&gt;Thanks for your detail explain, thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day!!&lt;/P&gt;&lt;P&gt;Mark Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 07:47:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212809#M122</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2017-06-12T07:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212810#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there the Austin could consider to add some items of fixture offset extension in the Gpost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meaning is that user don't use FIL to do that, they only set up this request from Gpost items.&lt;/P&gt;&lt;P&gt;Like following illustration.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="117242" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/117242_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day!!&lt;/P&gt;&lt;P&gt;Mark Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 08:39:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212810#M123</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2017-06-20T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212811#M124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will bring this suggestion to my development team! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:39:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212811#M124</guid>
      <dc:creator>AustinN.C.,Inc.</dc:creator>
      <dc:date>2017-06-20T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Fixture offset value by using FIL?</title>
      <link>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212812#M125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome!!&lt;/P&gt;&lt;P&gt;Thanks so much for your willingness to consider my suggestion, thank you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day!!&lt;/P&gt;&lt;P&gt;Mark Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 02:38:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Manufacturing-CAM/How-to-get-Fixture-offset-value-by-using-FIL/m-p/212812#M125</guid>
      <dc:creator>mrao</dc:creator>
      <dc:date>2017-06-21T02:38:59Z</dc:date>
    </item>
  </channel>
</rss>

