LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read HDF5 dataset only first column using LiveHDF5 labivew as due to high size it is showing Memory Err

I have used addon Live HDF5 in LabVIEW Lhttps://sine.ni.com/nips/cds/view/p/lang/en/nid/21298L
file size or dataset length is too high 100000x100 so reading it all together in Labview is tough

so I want to how to the read-only first column of the dataset using Labview i.e read 100000x1 only and store it in an array


**My attempt:**

- I used the open h5 file
- I used simpleh5 read
- I used close h5 file

Now that h5 file has a dataset namely data, which is 1000000x100

I want to read only 1st column of data instead of all together as I am getting error of memory limit

 

0 Kudos
Message 1 of 1
(1,124 Views)