<?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: Does anyone know about TDMS format data converting into JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367502#M61744</link>
    <description>&lt;P&gt;One of my&amp;nbsp;colleagues did recently have same issue. I think in the end he used JMP to run PowerShell which was then used to run Excel addin to do the conversion to .xlsx which then can be opened in JMP. I think this could also be done with JMP and Python combination.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly new feature request to JMP Wish list about opening TDMS data directly with JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ni.com/fi-fi/support/documentation/supplemental/06/the-ni-tdms-file-format.html" target="_blank" rel="noopener"&gt;The NI TDMS File Format&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 15:43:21 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-03-12T15:43:21Z</dc:date>
    <item>
      <title>Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367497#M61743</link>
      <description>&lt;P&gt;I am trying to read data files in TDMS format by NI, with JMP to analyze.&lt;/P&gt;&lt;P&gt;However, I cannot do this until I convert it to excel or any other format.&lt;/P&gt;&lt;P&gt;What will I need to import such format?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:27:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367497#M61743</guid>
      <dc:creator>joelahn</dc:creator>
      <dc:date>2023-06-10T23:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367502#M61744</link>
      <description>&lt;P&gt;One of my&amp;nbsp;colleagues did recently have same issue. I think in the end he used JMP to run PowerShell which was then used to run Excel addin to do the conversion to .xlsx which then can be opened in JMP. I think this could also be done with JMP and Python combination.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly new feature request to JMP Wish list about opening TDMS data directly with JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ni.com/fi-fi/support/documentation/supplemental/06/the-ni-tdms-file-format.html" target="_blank" rel="noopener"&gt;The NI TDMS File Format&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 15:43:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367502#M61744</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-03-12T15:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367551#M61745</link>
      <description>&lt;P&gt;The &lt;A href="https://www.ni.com/en-us/support/documentation/supplemental/06/the-ni-tdms-file-format.html" target="_self"&gt;NI documentation about the TDMS file format&lt;/A&gt; mentions that they provide a DLL that might be used by third-party software like JMP. You must write a JMP script to &lt;A href="https://www.jmp.com/support/help/en/15.2/#page/jmp/dynamic-link-libraries.shtml" target="_self"&gt;access and use a DLL&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 17:19:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367551#M61745</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-12T17:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367590#M61750</link>
      <description>&lt;P&gt;I am actually working on an addin to do this. However, the DLL provided by NI requires, for some of the functions, that an array of strings be passed back... currently, JMP does not offer this support in its DLL package... only an array of doubles can be passed. So, it is currently necessary to write a separate DLL as a go-between, to work around this. I am working on this, but it is a learning process for me... I am currently working my way through K&amp;amp;R as it has been a LONG time since I used C.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if I can get this to work, we'll have something... but not in the immediate future, unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, interested users should add "increased support for arrays in JMP's DLL capabilities" to the development wish list!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Brady&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 21:25:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/367590#M61750</guid>
      <dc:creator>brady_brady</dc:creator>
      <dc:date>2021-03-12T21:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/474580#M71941</link>
      <description>&lt;P&gt;I have now created wish list item for this &lt;LI-MESSAGE title="Extend the support of arrays in JMP's DDL capabilities beyod double" uid="474573" url="https://community.jmp.com/t5/JMP-Wish-List/Extend-the-support-of-arrays-in-JMP-s-DDL-capabilities-beyod/m-p/474573#U474573" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;as I tried to write a script to open TDMS files but ran into same issues as &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3552"&gt;@brady_brady&lt;/a&gt; mentioned.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 17:56:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/474580#M71941</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-30T17:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know about TDMS format data converting into JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/642862#M83956</link>
      <description>&lt;P&gt;There is a python package that imports this type of file:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/adamreeve/npTDMS/tree/master" target="_blank"&gt;https://github.com/adamreeve/npTDMS/tree/master&lt;/A&gt;.&amp;nbsp; You could use JMP's python JSL functions to use this package.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 13:46:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-anyone-know-about-TDMS-format-data-converting-into-JMP/m-p/642862#M83956</guid>
      <dc:creator>SamGardner</dc:creator>
      <dc:date>2023-06-15T13:46:20Z</dc:date>
    </item>
  </channel>
</rss>

