<?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: GPS time format in Counter/Timer</title>
    <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255965#M2575</link>
    <description>&lt;SPAN class="noindex"&gt;Hi..&lt;BR /&gt;
&amp;nbsp;I modfied the vi (attached) according to your idea. Did you mean
to divide
the timervalue by 1000, that time value is in Second? If second , then
my vi may be correct to get the milli-second. But it still gives me the
data as the time stamp 12:23:34.345,12:23:34.345,12:23:34.345 (as
hh:mm:ss.sss) and then the sss changes. Do you think, is there again
any problem in my modified vi?&amp;nbsp; Or something wrong with the Serial
Communication?&lt;BR /&gt;
Pls do reply&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 18 Aug 2005 10:16:03 GMT</pubDate>
    <dc:creator>sandy</dc:creator>
    <dc:date>2005-08-18T10:16:03Z</dc:date>
    <item>
      <title>GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255340#M2564</link>
      <description>Hi..&lt;BR /&gt;
I am using NAVILI&amp;gt;CK GPS for our work related to Laser radar data
aquisition. Through the simple code attached, I can read the time stamp
in the way 12:23:45 (say UTC, hh:mm:ss). But I want to have the time
stamp as 12:23:45.7653 (see change in the ss stamp). How to generate
this? &lt;BR /&gt;
Pls post your reply&lt;BR /&gt;
Regards&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Aug 2005 08:02:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255340#M2564</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-17T08:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255404#M2566</link>
      <description>Hi..&lt;BR /&gt;
Here is the attached file&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Aug 2005 10:14:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255404#M2566</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-17T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255903#M2572</link>
      <description>Hello Sandy,&lt;BR /&gt;
&lt;BR /&gt;
as I can see in your programming, you retrieve the timestamp&amp;nbsp;
information from your GPS device via the serial port. Can you configure
the device to send the millisecond information you need? &lt;BR /&gt;
Otherwise you would have to generate your own timestamp in LabVIEW.
Maybe you can use the VI "Tick count (ms).vi" out of the
time&amp;amp;dialog palette to get the ms information. This VI is reading
out an internal timer and displaying the result in milliseconds. You
could calculate an offset from a starting point of the measurement and
add the information to the timestamp you get from your device.
Generating a timestamp beyond the millisecond resolution is tricky on
windows systems, because 1ms is the smallest unit in software timing.
You would need a counter signal or some other kind of hardware you
could use to time your loop.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 07:35:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255903#M2572</guid>
      <dc:creator>Ingo_Schumacher</dc:creator>
      <dc:date>2005-08-18T07:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255924#M2573</link>
      <description>&lt;SPAN class="noindex"&gt;Hi..Ingo Schumacher&lt;BR /&gt;
Thanks a lot. If I could understand you properly, then I have to
calculate the start time in milli-second and then calcuate the offset
by subtracting it from milli-second timer.Well,&amp;nbsp; I want only&amp;nbsp;
a precision of second like 31.33, 31.66 and 31.99 second like this..
Can you pls correct me.&lt;BR /&gt;
Regards&lt;BR /&gt;
Sandy&lt;BR /&gt;
P.S: Earlier we used the time stamp from the processor and now we want
to use the GPS time at every data file. Unfortunately the GPS device
does not create the ss.sss precision. &lt;BR /&gt;
 &lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 08:44:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255924#M2573</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-18T08:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255945#M2574</link>
      <description>Hello Sandy,&lt;BR /&gt;
&lt;BR /&gt;
yes, this is what I meant. What you also can do, instead of calculating
the difference, is to use the quotient and remainer function to divide
the timervalue by 1000. The remainder output will then give you a value
between 0 and 1000, corresponding to the ms in a second. You would only
have to add this value to your timestring.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 09:21:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255945#M2574</guid>
      <dc:creator>Ingo_Schumacher</dc:creator>
      <dc:date>2005-08-18T09:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255965#M2575</link>
      <description>&lt;SPAN class="noindex"&gt;Hi..&lt;BR /&gt;
&amp;nbsp;I modfied the vi (attached) according to your idea. Did you mean
to divide
the timervalue by 1000, that time value is in Second? If second , then
my vi may be correct to get the milli-second. But it still gives me the
data as the time stamp 12:23:34.345,12:23:34.345,12:23:34.345 (as
hh:mm:ss.sss) and then the sss changes. Do you think, is there again
any problem in my modified vi?&amp;nbsp; Or something wrong with the Serial
Communication?&lt;BR /&gt;
Pls do reply&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 10:16:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255965#M2575</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-18T10:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255966#M2576</link>
      <description>Sorry..again forget to attach&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 10:16:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255966#M2576</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-18T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255972#M2577</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
have a look at the attatched VI. I had to remove the Serial VIs and added string controls so I could test it. &lt;BR /&gt;
But it should explain more clearly what I meant.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 11:07:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255972#M2577</guid>
      <dc:creator>Ingo_Schumacher</dc:creator>
      <dc:date>2005-08-18T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255993#M2578</link>
      <description>Hi..&lt;BR /&gt;
Thanks a lot..It works out the HH:mm:ss.sss&lt;BR /&gt;
Regards&lt;BR /&gt;
Sandy&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 12:21:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/255993#M2578</guid>
      <dc:creator>sandy</dc:creator>
      <dc:date>2005-08-18T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: GPS time format</title>
      <link>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/1798486#M10003</link>
      <description>&lt;P&gt;Hi Sandy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to disturb you. Just now i have the same question as you. i want to use the serial port to read the GPS time in HH:mm:ss.sss. i saw you have figured it out, so I just wonder how did you achieve that? Thanks very much for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Henry&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 15:34:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Counter-Timer/GPS-time-format/m-p/1798486#M10003</guid>
      <dc:creator>henry Henry</dc:creator>
      <dc:date>2011-12-05T15:34:29Z</dc:date>
    </item>
  </channel>
</rss>

