<div dir="ltr"><div>Hi all,</div><div>I have published 
NITDMSReader, a prototype and proof of concept for reading National Instrument TDMS data files.</div><div>Those binary files are produced by N.I. softwares like Labview and are mainly used for data acquisition of various sensors.</div><div><br></div><div>The interesting bytes is that I tried to carry bulk data transfer via BitBlt.</div><div>I published a BulkDataTransfer package for that too. I think it may be of general use for transfer of bytes across bit arrays. <br></div><div><br></div><div>An example usage is:</div><div>AndreasSystemProfiler spyOn:</div><div>    [NITDMSFileReader new<br>              filename: 'c:\MyPath\MyFile.tdms';<br>            scan;<br>         readValuesForChannel: #('MyGroup' 'MyChannel').] </div><div>I can extract one channel of 60k records from a 16MBytes file in approximately half a second, but Time seems dominated by file access.<br></div><div><br></div><div>This is all on STEM, <a href="http://www.squeaksource.com/STEM.html">http://www.squeaksource.com/STEM.html</a>.</div><div>For now the package rely on BinaryStream, MultipleDimensionArray and on my inbox Collection refactorings (Long64Array) and recent Float64Array too, as well as ExternalFloatComplexArray from Smallapack... If ever you try to lad the package, don't be surprised to see a few undeclared. I'll clean that later and will provide some Metacello recipe.</div><div><br></div><div><br></div></div>