07-31-2008 08:36 AM
07-31-2008 09:28 AM
11-12-2009 11:56 AM
DFgray,
I'm just getting started with HDF5, and your streaming example should be most helpful. I managed to locate correct substitute VIs from the current API, except for two: H5Sset_extent_simple.vi and DU64_2U32PlusU32.vi. I can probably create the latter, but the former is mysterious. Can you direct me to a replacement for that? Looks like you working from an older version of the API...
-Gary
11-12-2009 12:27 PM
11-13-2009 02:50 AM
Thank you for getting back to me. I was trying to get a common file format (HDF5) which I could open files up in Labview and Matlab. I have investigated this subject a little more but came across yet more problems. I successfully wrote and read data using the Labview VI’s downloadeded from the HDF5 site and also successfully viewed the data in the HDF5 viewer program but for some reason Matlab was unable to read the HDF5 files produced by Labview and likewise the reverse. I spent a lot of time on this and concluded that I should approach the problem from a different way, and just gave up!
11-13-2009 08:12 AM - edited 11-13-2009 08:13 AM
The version of HDF5 used by the National Instruments utilities is very old (1.4.4). This version has a known bug which prevents it from working in some cases with newer versions of HDF5. This is one of the reasons we have never updated it.
If you still need a solution, try TDMS. It is native to LabVIEW, and we have a plug-in which allows Matlab to read it.
11-13-2009 08:20 AM