Jump to content

reading HDF 4.x


SHO

Recommended Posts

right now i was in a project using HDF 4.x as an input so...

is there any chance that i could read HDF 4.x in LV?

(sory for the english btw :oops: )

HDF5 is not downwards compatible with HDF5 so you cannot use HDF5 libraries directly. However you can convert HDF4 files to HDF5 files either using a command line tool or by calling a DLL library. For HDF5 there are sever libraries. I've implemented HDF5 1.8.0 alpha for LabVIEW. If you are interested in this package, you can send me a personal message and we can add you to the beta program. The package very strictly follows HDF5 C API and even has a reference manual for LabVIEW.

Link to comment
HDF5 is not downwards compatible with HDF5 so you cannot use HDF5 libraries directly. However you can convert HDF4 files to HDF5 files either using a command line tool or by calling a DLL library. For HDF5 there are sever libraries. I've implemented HDF5 1.8.0 alpha for LabVIEW. If you are interested in this package, you can send me a personal message and we can add you to the beta program. The package very strictly follows HDF5 C API and even has a reference manual for LabVIEW.

thx for the offer of the package, but the thing that i really need is the LabVIEW directly read the HDF4 file :( is it possible :blink: ?

for the command line tool i've found it at http://www.hdfgroup.org, but it needs zlib1.dll to run :(

(again sorry for my bad english :headbang: )

Link to comment
thx for the offer of the package, but the thing that i really need is the LabVIEW directly read the HDF4 file :( is it possible :blink: ?

You can call the HDF4 DLL directly from LabVIEW, I don't kwow if there is any workaround.

for the command line tool i've found it at http://www.hdfgroup.org, but it needs zlib1.dll to run :(

Well zlib shouldn't be a problem as you can download it for free from http://www.zlib.net/ .

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.