<?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 Tagging Points with PDOP in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535547#M3860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks.&amp;nbsp; Is there a way to populate a field with the PDOP value when a point is collected?&amp;nbsp; I'd like to have that data in my layer.&amp;nbsp; Any info helps.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 21:01:56 GMT</pubDate>
    <dc:creator>ScottKeith</dc:creator>
    <dc:date>2011-06-03T21:01:56Z</dc:date>
    <item>
      <title>Tagging Points with PDOP</title>
      <link>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535547#M3860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks.&amp;nbsp; Is there a way to populate a field with the PDOP value when a point is collected?&amp;nbsp; I'd like to have that data in my layer.&amp;nbsp; Any info helps.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 21:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535547#M3860</guid>
      <dc:creator>ScottKeith</dc:creator>
      <dc:date>2011-06-03T21:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Points with PDOP</title>
      <link>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535548#M3861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the following ArcScript (unsupported by ESRI Support) to populate the PDOP, along with quite a few other attributes, to features taken with the gps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add XYZ to Table&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16785"&gt;http://arcscripts.esri.com/details.asp?dbid=16785&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested this applet several weeks ago using ArcPad 10 and had success.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fields need to be named/spelled exactly as they are shown in the readme.txt file.&amp;nbsp; From what I recall you need to specify the proper field type before it will log the data.&amp;nbsp; My gut tells me that the majority of fields need to be of type "Float", however, I'm not 100% sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My suggestion is to set up a test feature class first, to make sure you've got it working correctly.&amp;nbsp; If you go out and data isn't recorded into your field, try a different field type, such as double.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any issues getting this to work correctly, I'd advise using the "Contact Author" button from the ArcScript page and send a message to the author.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 14:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535548#M3861</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2011-06-06T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Points with PDOP</title>
      <link>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535549#M3862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that in the summary for this script it says: "The applet works with ArcPad 7.1.1 and 8.0 SP2."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this also work in ArcPad 10? Would there need to be a change as to where the applet is stored?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gregory&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 15:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535549#M3862</guid>
      <dc:creator>GregoryElwood</dc:creator>
      <dc:date>2011-06-06T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Points with PDOP</title>
      <link>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535550#M3863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gregory,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested with ArcPad 10 a while back and from what I recall it worked just fine.&amp;nbsp; The location for applets has not changed.&amp;nbsp; A lot of the older applets written for ArcPad will work successfully at newer versions.&amp;nbsp; Worst that can happen is you try it and it doesn't work!&amp;nbsp; But like I said, seemed to work fine for me at ArcPad 10.&amp;nbsp; If you try it and nothing gets recorded, your field types are probably incorrect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 16:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/tagging-points-with-pdop/m-p/535550#M3863</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2011-06-06T16:35:33Z</dc:date>
    </item>
  </channel>
</rss>

