I compared h5labview2 driver write speed with my own h5 dll driver based on the C interface library from HDF5 group. The h5labview2 driver is 16% slower than my own C driver. I didn't use chunking. I used the same labview application to do the tests, the only difference is to either use h5labview2 or hdf5 C dll (which I wrote). Is this what's expected? From what I can tell, the main difference is that in my own dll driver, I combined multiple attributes into one long string and let the C code to...
I couldn't make zmq example work on private network (192.168.xxx.xxx). Though it works without a hitch on the public network. Does anyone else have similar problem? I must be doing something wrong, or lvzmq is not fully supporting all features yet. I am using the latest version "labview-zmq-3.5.1.109.vip" with labview 2017 64 bit.