<?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 ArcPad 10.0 R2 large tracklog re-drawing extremely slowly in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181853#M1298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an application which requires the tracklog to&amp;nbsp; log 1 per second for up to 10 hours. This was never a problem in ArcPad 8 but in 10 it takes up to 2-3 minutes to redraw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when moving the screen needs to refresh so the tracklog never actually completes the redraw. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading the file as a normal layer has it displaying instantaneously. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried it on a number of computers with the same result.&amp;nbsp; any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jlucas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 07:54:29 GMT</pubDate>
    <dc:creator>JohnLucas</dc:creator>
    <dc:date>2011-08-25T07:54:29Z</dc:date>
    <item>
      <title>ArcPad 10.0 R2 large tracklog re-drawing extremely slowly</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181853#M1298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an application which requires the tracklog to&amp;nbsp; log 1 per second for up to 10 hours. This was never a problem in ArcPad 8 but in 10 it takes up to 2-3 minutes to redraw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when moving the screen needs to refresh so the tracklog never actually completes the redraw. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading the file as a normal layer has it displaying instantaneously. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried it on a number of computers with the same result.&amp;nbsp; any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jlucas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 07:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181853#M1298</guid>
      <dc:creator>JohnLucas</dc:creator>
      <dc:date>2011-08-25T07:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad 10.0 R2 large tracklog re-drawing extremely slowly</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181854#M1299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi John&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had exactly the same problem, and the only way that I could fix this was by implementing my own (text-file) tracklock, where I append the track points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fortunately I did not have to display it on Arcpad as it is captured, so the append to text file is very quick.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 09:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181854#M1299</guid>
      <dc:creator>EddieViljoen</dc:creator>
      <dc:date>2011-12-20T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad 10.0 R2 large tracklog re-drawing extremely slowly</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181855#M1300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are a few bugs logged on this behavior.&amp;nbsp; I'll explain the nuts and bolts below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Back towards ArcPad 7.1.1 there was a substantial amount of available memory given to the tracklog.&amp;nbsp; This caused the tracklog to draw extremely fast.&amp;nbsp; What was found, however, was that the location of the GPS cursor was lagging behind the location of your actual gps position.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To make the location of the gps cursor as accurate as possible, some of that memory which was once allocated to the tracklog was moved to the gps cursor.&amp;nbsp; This caused both the cursor and tracklog to display in the exact location where you are.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem here is that the reduction in available memory for the tracklog has caused it to draw at a slower rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The development team is working on different possibilities for improving this performance but also keeping the location of these items as accurate as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, I'd take a look at an applet that Gareth recently created that's up on the resource center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/arcpad/details?entryID=11B7935D-1422-2418-7F5D-E71FAE34DB9F"&gt;How to archive GPS Tracklog&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This applet will archive the tracklog once an hour (or however often you'd prefer) to a new shapefile.&amp;nbsp; The less points there are in the current tracklog, the faster the tracklog draws.&amp;nbsp; You could then create a model (or something similar) to merge these shapefiles back in the office.&amp;nbsp; Yes, you'll only be able to see up to an hour's worth of the tracklog, but it should display at a faster rate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 13:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad-10-0-r2-large-tracklog-re-drawing-extremely/m-p/181855#M1300</guid>
      <dc:creator>TimHopper</dc:creator>
      <dc:date>2011-12-20T13:48:45Z</dc:date>
    </item>
  </channel>
</rss>

