<?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: TDMS Timestamp Decoding - Help!! in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/811589#M369727</link>
    <description>&lt;P&gt;Danigno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of questions:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I understand that you are not reciving any error messages; the script runs, but you&amp;nbsp;know that data is missing.&amp;nbsp; Is this true?&lt;/P&gt;&lt;P&gt;2) Do you know where the data is missing from?&amp;nbsp; Is it itntermittant loss, or are the arrays truncated (just missing begining or ending sections)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2008 18:01:07 GMT</pubDate>
    <dc:creator>bradh</dc:creator>
    <dc:date>2008-11-19T18:01:07Z</dc:date>
    <item>
      <title>TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/691745#M317079</link>
      <description>&lt;DIV&gt;I&amp;nbsp;am in need of help with decoding the timestamp in TDMS files.&amp;nbsp; Specifically in the properties section.&amp;nbsp; The following (very vague documentation) provides limited details:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://www.ni.com/en/support/documentation/supplemental/07/tdms-file-format-internal-structure.html" target="_blank" rel="noopener"&gt;https://www.ni.com/en/support/documentation/supplemental/07/tdms-file-format-internal-structure.html&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Specifically looking for bit definition of the "tdstimestamp" type.&amp;nbsp; As an example I extract the following hex values from a TDMS file:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;44 00 00 00 EA D8 C5 AC 4F 9E 56 BC C2 2F F3 C3 00 00 00 00&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I know that the first four bytes (44 00 00 00) signify the timestamp datatype, but how do I decode the remaining bytes.&amp;nbsp;&amp;nbsp;&amp;nbsp; The approximate time of above is 11:55:41AM on March 4, 2008.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for any help!&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Mar 2026 16:44:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/691745#M317079</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2026-03-03T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693233#M317779</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Are you trying to read in values to C?&lt;/P&gt;
&lt;P&gt;LabVIEW has a Get and Set Properties VI as well as a TDMS File Viewer VI that may help.&lt;/P&gt;
&lt;P&gt;Or are you looking to actually decode manually (via C or some other language) the hex code and be able to interpret the proper time?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2008 18:03:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693233#M317779</guid>
      <dc:creator>David_B</dc:creator>
      <dc:date>2008-04-21T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693249#M317787</link>
      <description>I have it partially figured out.&lt;BR /&gt;&lt;BR /&gt;The bytes are in reverse order.&amp;nbsp; The 0x0000 0000 appears to be unused and doesn't change.&lt;BR /&gt;&lt;BR /&gt;the 0xC3F3 2FC2 is a DBL correspoding to the number of secs since 12:00 a.m., Friday, January 1, 1904.&amp;nbsp; In your case 3,287,494,594, which is 11:56:34 AM on 3/4/2008.&amp;nbsp; The other bytes represent the milliseconds, but I have not determined yet how to use them.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Apr 2008 18:26:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693249#M317787</guid>
      <dc:creator>Matthew_Kelton</dc:creator>
      <dc:date>2008-04-21T18:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693253#M317790</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Matt,&amp;nbsp; Thanks!&amp;nbsp; I verified this works.&amp;nbsp; I'll take a look at the milliseconds.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Dave , I have&amp;nbsp;a .tdms&amp;nbsp;to .mat&amp;nbsp;(MATLAB) file translator written.&amp;nbsp;&amp;nbsp; This by the way was VERY frustrating as the documentation on the page above is very vague/ambious and I hope does not represent internal documentation standards at NI.&amp;nbsp; Why does diadem have a .mat file conversion but LabView does not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2008 18:40:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/693253#M317790</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-04-21T18:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694004#M318112</link>
      <description>Finally had a chance to look at the ms part.&amp;nbsp; The remaining data (in your case 0xBC56 9E4F ACC5 D8EA) is the numerator of the fractional seconds.&amp;nbsp; Divide that 64-bit number by 0xFFFF FFFF FFFF FFFF and you get the franctional seconds.&lt;BR /&gt;&lt;BR /&gt;So, in your case:&lt;BR /&gt;&lt;BR /&gt;13,571,208,592,165,820,650 / 18,446,744,073,709,551,615 = 0.735697s&lt;IMG src="file:/J:/DOCUME%7E1/MATTHE%7E1.AIT/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;BR /&gt;&lt;BR /&gt;Matthew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Apr 2008 16:40:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694004#M318112</guid>
      <dc:creator>Matthew_Kelton</dc:creator>
      <dc:date>2008-04-22T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694259#M318227</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;I don't know if you've checked into using a data plugin (you may be writing your own), but we do have one available for .MAT files on our website:&amp;nbsp; &lt;A href="https://www.ni.com/en/support/downloads/dataplugins.html" target="_blank" rel="noopener"&gt;DataPlugins: Supported Data Formats&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Additional resources that you may find helpful would include &lt;SPAN class="title1"&gt;&lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019NdwSAE&amp;amp;l=en-US" target="_blank" rel="noopener"&gt;Reading and Writing TDM/TDMS Files&lt;/A&gt;&amp;nbsp;that contains links to a number of guides regarding the TDMS file format as well as interfacing with third-party data files.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 16:45:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694259#M318227</guid>
      <dc:creator>David_B</dc:creator>
      <dc:date>2026-03-03T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694322#M318254</link>
      <description>&lt;DIV&gt;Matt - Thanks, that works great!!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Dave,&amp;nbsp; I see that the MATLAB pluggin was just updated to include MATLAB 2008b.&amp;nbsp; We take data in our labratory using the TDMS format.&amp;nbsp; When we distribute this to other researchers, they often use MATLAB (and of course Labview).&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For about a year now, the Matlab pluggin has been out of date and would not work with the last 3 releases of MATLAB.&amp;nbsp; Since it is a compiled C library, we're stuck and can not modify it.&amp;nbsp; As the internal TDMS format is not changing and only low level matlab commands are required to read it, I believe that Matlab users have been looking for a simple Matlab function to just take a tdms file and make a similar .mat file (not a dll).&amp;nbsp; This is what I have done (and thanks to Matt for the timestamp help).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The&amp;nbsp;Excel TDMS add-in is very nice and is a good reason to use the TDMS format (in addition to its good support in VI libraries), but I often have to fend off requests to write large ASCII or flat binary files (in addition to our TDMS files) so that they can be read in MATLAB.&amp;nbsp; I don't want to have the burden of making/distributing a LV executable that makes this interim file format and then&amp;nbsp;creates a&amp;nbsp;.mat file.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Apr 2008 03:20:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694322#M318254</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-04-23T03:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694595#M318365</link>
      <description>bradh,&lt;BR /&gt;&lt;BR /&gt;Are you able to post or submit the matlab script that auto-converts TDMS to .mat?&amp;nbsp; Were you able to do it generically?&amp;nbsp; Or do you have to hardcode some of the properties, channel names, etc.?&lt;BR /&gt;&lt;BR /&gt;There have been a few threads where people (myself included) have been having trouble with just this sort of conversion...&lt;BR /&gt;&lt;BR /&gt;-Kevin P.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Apr 2008 12:43:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694595#M318365</guid>
      <dc:creator>Kevin_Price</dc:creator>
      <dc:date>2008-04-23T12:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694710#M318421</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Yes, I am just about done with it. I will upload it probably later today.&amp;nbsp; It is generic and does not require any other information than the file name.&amp;nbsp; It works with TDMS files as generated on our systems.&amp;nbsp; We&amp;nbsp;write waveform data types to the &amp;nbsp;high speed G TDMS blocks which are optimized for speed but seem to write some repetitive property infomation.&amp;nbsp; It would be great if you could try the code with some of your tdms files and let me know how they work.&amp;nbsp; I would like to make sure the code is robust to changes&amp;nbsp;in methods of writing to TDMS files.&amp;nbsp;</description>
      <pubDate>Wed, 23 Apr 2008 14:34:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694710#M318421</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-04-23T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694894#M318487</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;A copy of the MATLAB conversion function is attached.&amp;nbsp; On a first glance, it looks overly complicated but was done so to maximize speed (we convert 100MB tdms files in about 2 minutes).&amp;nbsp; I would love to get feedback from other users on it's compatibilty with other TDMS structures.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;(Had to change the file extention to .txt as .m was not allowed - needs to be changed back)&lt;/P&gt;
&lt;P&gt;Thanks again to Matthew K on decoding the timestamp.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2008 18:28:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/694894#M318487</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-04-23T18:28:19Z</dc:date>
    </item>
    <item>
      <title>回复： Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/701281#M321235</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;FONT color="#330000"&gt;hello,I run your code,but some error occur:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;??? Attempt to reference field of non-structure array.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;Error in ==&amp;gt; convertTDMS at 218&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ssamples=ob.(cname).nsamples;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#330000"&gt;what is the problem? I run the code under matalab r14&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#330000"&gt;thank you &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2008 06:01:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/701281#M321235</guid>
      <dc:creator>iBiR</dc:creator>
      <dc:date>2008-05-06T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734185#M336141</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;First of all I just want to tank you for the code you attached. I have TDMS files with measurement data and corresponding time stamps for each sample and want to import this data to Matlab. Basically the same thing as you want to do, I suppose? I tried your attached code and got the following message:&lt;/P&gt;
&lt;P&gt;??? Error using ==&amp;gt; fread&lt;BR /&gt;Invalid precision.&lt;/P&gt;
&lt;P&gt;Error in ==&amp;gt; convertTDMS at 215&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [data cnt]=fread(fid,nvals,LV2MatlabDataType(index.dataType(r)));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does "invalid precision" mean here and how can I correct this? Gratetful for any help! /J&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:25:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734185#M336141</guid>
      <dc:creator>Josefin</dc:creator>
      <dc:date>2008-06-30T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734224#M336153</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Ibir, Josefin,&lt;/P&gt;
&lt;P&gt;Would it be possible for you to upload a small tdms data file that you are using?&amp;nbsp;&amp;nbsp;&amp;nbsp;I believe&amp;nbsp;(espically in Josefin's case) that this is just an issue with decoding a datatype.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Bradh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:14:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734224#M336153</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-06-30T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734454#M336267</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Absolutely! Here is a file with streamed data where the sample timestamps are stored under ther group name "Time" and measurements stored under the "Data Ch: 1"-group. Changed the file extension to txt from tdms just to be able to upload it. Hope that it works when you change it back to tdms.&lt;BR /&gt;&lt;BR /&gt;It would be absolutely great if you can help me find what is wrong here! Cos it really would make my life a whole lot easier if this could be solved with a matlab script like that. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for helping me out! /J&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jun 2008 16:32:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/734454#M336267</guid>
      <dc:creator>Josefin</dc:creator>
      <dc:date>2008-06-30T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/735178#M336576</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Had a chance to look at it, and it seems to be a problem interpreting the time stamp.&amp;nbsp; We figured this out when the timestamp was in the meta data, but when it is written as a channel as you have done, it seems to be causing a compatibilty issue.&amp;nbsp; I have a couple of fires burning right now.&amp;nbsp; Will be looking at it later today/tomorrow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NI folks - Can you provide more information than what is in:&lt;/P&gt;
&lt;DIV&gt;&lt;A href="http://zone.ni.com/devzone/cda/tut/p/id/5696" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;http://zone.ni.com/devzone/cda/tut/p/id/5696&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:21:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/735178#M336576</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-07-01T13:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/735602#M336762</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi bradh,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I can try to provide more information, but you will have to be a little more specific as to what additional information you are looking for.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This &lt;A href="http://digital.ni.com/public.nsf/allkb/0EEADA99DC7D00A4862572E30037C3A2?OpenDocument" target="_blank"&gt;article&lt;/A&gt; specifically addresses the issue of "&lt;SPAN class="title1"&gt;Reading TDM/TDMS Files with The MathWorks, Inc. MATLAB® Software".&amp;nbsp; &lt;/SPAN&gt;There's also an example.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope this helps,&lt;/DIV&gt;
&lt;DIV&gt;Kevin S.&lt;/DIV&gt;
&lt;DIV&gt;Applications Engineer&lt;/DIV&gt;
&lt;DIV&gt;National Instruments&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Jul 2008 21:56:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/735602#M336762</guid>
      <dc:creator>Kevin_S</dc:creator>
      <dc:date>2008-07-01T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/745199#M341410</link>
      <description>Sorry for the delay.&amp;nbsp; I found the problem and believe I have fixed it.&amp;nbsp; See the attached m file (you will need to change the extention back to ".m").&amp;nbsp; Please let me know if you experience any other problems or have any feedback as I would like to perfect this.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kevin S. - As mentioned previously in this thread, the problem with the page you linked is that it is a compiled non-open c dll.&amp;nbsp; Therefore when software versions change, we are all stuck until NI catches up.&amp;nbsp; Honestly, I have never been able to get it to work either.&amp;nbsp; That is why I went to the NI page that I linked to.&amp;nbsp; The information there is incomplete/vague/ambigous (time stamp is not properly defined for decoding, the version number is not properly defined for decoding, it is unclear as to when data objects may or may not show up, etc.).&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Some of the nice things about the .tdms format is its stability, size, speed, self documenting.&amp;nbsp; It is currently our "standard" collection format in our labratory.&amp;nbsp; As we deciminate this data to non-Labview users we have to provide reliable means for them to utilize the format (or I start getting requests to write data in flat binary or even worse ASCII!).&amp;nbsp; I keep getting back the "use diadem"; it is highly impractical for me to go to our data users that utilize MATLAB and say if you want to use our data, you need to buy this software and go get trained or go buy it just to use it's data plugin to convert files&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Jul 2008 14:38:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/745199#M341410</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-07-16T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/810611#M369315</link>
      <description>&lt;P&gt;bradh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used your convertor, and it is working, thanks! But there's a little problem: the data arrays don't get&amp;nbsp;bigger than 1080000 and I'm losing data... any idea on how to fix that? As I'm acquiring on 2.5MHz for about 5 seconds, I would need something arround 12x10^6 arrays, and not 1.8x10^6... I've tested and Matlab does support that size...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2008 13:15:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/810611#M369315</guid>
      <dc:creator>Danigno</dc:creator>
      <dc:date>2008-11-18T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/811589#M369727</link>
      <description>&lt;P&gt;Danigno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of questions:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I understand that you are not reciving any error messages; the script runs, but you&amp;nbsp;know that data is missing.&amp;nbsp; Is this true?&lt;/P&gt;&lt;P&gt;2) Do you know where the data is missing from?&amp;nbsp; Is it itntermittant loss, or are the arrays truncated (just missing begining or ending sections)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2008 18:01:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/811589#M369727</guid>
      <dc:creator>bradh</dc:creator>
      <dc:date>2008-11-19T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: TDMS Timestamp Decoding - Help!!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/811947#M369857</link>
      <description>&lt;P&gt;Hi Brad, thx for the promt answer! I didn't think it would be that fast! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So,&amp;nbsp;I think I&amp;nbsp;found the problem at my program, when I'm still acquiring the data from LabView. I haven't solved it yet, but I don't think it is your program's problem anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, now that you've already come here, the number I get from the timestamps... aer they in DAYs units?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your program, it is really helping me here!&lt;/P&gt;&lt;P&gt;Rafael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:27:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TDMS-Timestamp-Decoding-Help/m-p/811947#M369857</guid>
      <dc:creator>Danigno</dc:creator>
      <dc:date>2008-11-20T06:27:35Z</dc:date>
    </item>
  </channel>
</rss>

