<?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: HDF5 data chunking example code in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790565#M1069249</link>
    <description>&lt;P&gt;Hi Jim,&lt;/P&gt;
&lt;P&gt;please find HDFSaveWF.vi to store an array of Waveforms in chunks.&lt;/P&gt;
&lt;P&gt;The chunk size is the size of the Y-Array in the waveforms multiplied by ChunkFactor.&lt;/P&gt;
&lt;P&gt;It stores also all attributes of simple types. Complex types (cluster, arrays) result in an error. Time t0 as number (seconds since 1.1.1904 UTC) and as xml string.&lt;/P&gt;
&lt;P&gt;It use &lt;A href="https://sourceforge.net/projects/h5labview/files/h5labview2-2.13.1.143.vip/download" target="_blank"&gt;https://sourceforge.net/projects/h5labview/files/h5labview2-2.13.1.143.vip/download&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;_MGI\Error Handling\MGI Append String to Error Source.vi&lt;BR /&gt;_OpenG.lib\lvdata\lvdata.llb\Get TDEnum from Data__ogtk.vi&lt;BR /&gt;_OpenG.lib\lvdata\lvdata.llb\Array Size(s)__ogtk.vi&lt;/P&gt;
&lt;P&gt;_OpenG.lib\array\array.llb\Remove Duplicates from 1D Array (Variant)__ogtk.vi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 16:50:47 GMT</pubDate>
    <dc:creator>Peter_S</dc:creator>
    <dc:date>2018-05-08T16:50:47Z</dc:date>
    <item>
      <title>HDF5 data chunking example code</title>
      <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790467#M1069220</link>
      <description>&lt;P&gt;Can anyone provide example code of how to save and read "chunked" data using HDF5?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 14:07:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790467#M1069220</guid>
      <dc:creator>Jim12345678</dc:creator>
      <dc:date>2018-05-08T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: HDF5 data chunking example code</title>
      <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790471#M1069222</link>
      <description>&lt;P&gt;You should search the forum in the future. Here is the exact same question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/LabVIEW/HDF5-and-LabVIEW/td-p/3546387" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/HDF5-and-LabVIEW/td-p/3546387&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 14:12:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790471#M1069222</guid>
      <dc:creator>aeastet</dc:creator>
      <dc:date>2018-05-08T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: HDF5 data chunking example code</title>
      <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790475#M1069226</link>
      <description>&lt;P&gt;I did search the community and found the very same post you directed me to.&amp;nbsp; The thread doesn't address my question.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 14:18:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790475#M1069226</guid>
      <dc:creator>Jim12345678</dc:creator>
      <dc:date>2018-05-08T14:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: HDF5 data chunking example code</title>
      <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790565#M1069249</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;
&lt;P&gt;please find HDFSaveWF.vi to store an array of Waveforms in chunks.&lt;/P&gt;
&lt;P&gt;The chunk size is the size of the Y-Array in the waveforms multiplied by ChunkFactor.&lt;/P&gt;
&lt;P&gt;It stores also all attributes of simple types. Complex types (cluster, arrays) result in an error. Time t0 as number (seconds since 1.1.1904 UTC) and as xml string.&lt;/P&gt;
&lt;P&gt;It use &lt;A href="https://sourceforge.net/projects/h5labview/files/h5labview2-2.13.1.143.vip/download" target="_blank"&gt;https://sourceforge.net/projects/h5labview/files/h5labview2-2.13.1.143.vip/download&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;_MGI\Error Handling\MGI Append String to Error Source.vi&lt;BR /&gt;_OpenG.lib\lvdata\lvdata.llb\Get TDEnum from Data__ogtk.vi&lt;BR /&gt;_OpenG.lib\lvdata\lvdata.llb\Array Size(s)__ogtk.vi&lt;/P&gt;
&lt;P&gt;_OpenG.lib\array\array.llb\Remove Duplicates from 1D Array (Variant)__ogtk.vi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 16:50:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3790565#M1069249</guid>
      <dc:creator>Peter_S</dc:creator>
      <dc:date>2018-05-08T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: HDF5 data chunking example code</title>
      <link>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3791232#M1069511</link>
      <description>&lt;P&gt;Thank you to those who sent suggestions.&amp;nbsp; I wrote some example code.&amp;nbsp; It is intentionally written to be step-by-step to allow someone to follow the discrete steps.&amp;nbsp; It uses the h5labview2 add on.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 20:52:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/HDF5-data-chunking-example-code/m-p/3791232#M1069511</guid>
      <dc:creator>Jim12345678</dc:creator>
      <dc:date>2018-05-09T20:52:33Z</dc:date>
    </item>
  </channel>
</rss>

