<?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 Record Pdop etc. with simple setup? in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480170#M3445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running ArcPad 8 on an HP211 using a RoyalTek bluetooth data logger to record points etc.&amp;nbsp; It is WAAS enabled so I get DGPS. I can see that pdop is calculated when I go to the various satellite screens, but I want it to be recorded when I collect a point. Is there an easy way to record these values automatically in an attribute when saving a point using the GPS? Or is it already in the shape file somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe there is some script out there that will automatically tranfer the info into the attribute table if I add those items beforehand?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Sep 2010 20:55:26 GMT</pubDate>
    <dc:creator>PatrickMurphy</dc:creator>
    <dc:date>2010-09-02T20:55:26Z</dc:date>
    <item>
      <title>Record Pdop etc. with simple setup?</title>
      <link>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480170#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running ArcPad 8 on an HP211 using a RoyalTek bluetooth data logger to record points etc.&amp;nbsp; It is WAAS enabled so I get DGPS. I can see that pdop is calculated when I go to the various satellite screens, but I want it to be recorded when I collect a point. Is there an easy way to record these values automatically in an attribute when saving a point using the GPS? Or is it already in the shape file somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe there is some script out there that will automatically tranfer the info into the attribute table if I add those items beforehand?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 20:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480170#M3445</guid>
      <dc:creator>PatrickMurphy</dc:creator>
      <dc:date>2010-09-02T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Record Pdop etc. with simple setup?</title>
      <link>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480171#M3446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;HI all,&lt;BR /&gt;I am running ArcPad 8 on an HP211 using a RoyalTek bluetooth data logger to record points etc.&amp;nbsp; It is WAAS enabled so I get DGPS. I can see that pdop is calculated when I go to the various satellite screens, but I want it to be recorded when I collect a point. Is there an easy way to record these values automatically in an attribute when saving a point using the GPS? Or is it already in the shape file somewhere?&lt;BR /&gt;&lt;BR /&gt;Maybe there is some script out there that will automatically tranfer the info into the attribute table if I add those items beforehand?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pat&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check this out&lt;/SPAN&gt;&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 21:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480171#M3446</guid>
      <dc:creator>KhalidMehmood</dc:creator>
      <dc:date>2010-09-02T21:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Record Pdop etc. with simple setup?</title>
      <link>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480172#M3447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That script is pretty cool, but if you just wanted to record a single property of the GPS signal, such as PDOP, it might be easier to just reference the GPS Object. For instance:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;editForm.Fields("PDOPField").value = GPS.Properties("PDOP")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in your edit form's onload event would capture the PDOP when the point is taken. Search for "GPS Object" in the help to see the other properties you can pull from the GPS object. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480172#M3447</guid>
      <dc:creator>EricHajek1</dc:creator>
      <dc:date>2010-09-08T15:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Record Pdop etc. with simple setup?</title>
      <link>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480173#M3448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How would I incorporate this command into an existing .apl?&amp;nbsp; I've taken my target shapefile and added a "PDOP" field.&amp;nbsp; Here is the existing code I'm using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**********&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ArcPad&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;LAYER name="Point_Collection.shp"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;FORMS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;EDITFORM name="EDITFORM" caption="Point_collection" width="130" height="80" attributespagevisible="false" symbologypagevisible="false" geographypagevisible="false" picturepagevisible="true" required="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PAGE name="PAGE1" caption="Page 1"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LABEL name="LABEL1" x="21" y="3" width="24" height="12" caption="Type" tooltip="" border="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;COMBOBOX name="Type" x="45" y="1" width="84" height="12" defaultvalue="" listtable="" listvaluefield="" listtextfield="" tooltip="" tabstop="true" border="true" field="TYPE"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Sign" text="Sign"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Other" text="Other"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Slab" text="Slab"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Fence" text="Fence"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Parking Lot" text="Parking Lot"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Building" text="Building"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Generator" text="Generator"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Gate" text="Gate"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Tank" text="Tank"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Rec Feature" text="Rec Feature"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Water Utility" text="Water Utility"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Sewer Utility" text="Sewer Utility"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Comm Utility" text="Comm Utility"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Electric Utility" text="Eletric Utility"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LISTITEM value="Monitoring Well" text="Monitoring Well"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/COMBOBOX&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LABEL name="LABEL3" x="5" y="18" width="38" height="12" caption="Comments" tooltip="" border="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EDIT name="Comments" x="45" y="18" width="84" height="38" defaultvalue="" tooltip="" tabstop="true" border="true" field="Comments"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PAGE&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/EDITFORM&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/FORMS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/LAYER&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ArcPad&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;**********&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would I just insert the command somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;editForm.Fields("PDOP").value = GPS.Properties("PDOP")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/record-pdop-etc-with-simple-setup/m-p/480173#M3448</guid>
      <dc:creator>deleted-user-5rGCC1WKrhju</dc:creator>
      <dc:date>2010-11-17T16:18:51Z</dc:date>
    </item>
  </channel>
</rss>

