I wrote a LV program to log a bunch of data.
The data are stored in DTLG files (2D array of dbl). To generate these files, I used the Write File function, and wired a 2D dbl array to the data type as well as to the data input. I wrote one 2D array per file. Now somebody wants to read this data from Matlab, but doesn't want to write a conversion utility. They want to know the binary structure of my DTLG files. I haven't a clue. I can read them in a byte stream read and do back flips and inward 1 1/2 tucks but I always come up with garbage. Can someone tell me what the format of my file should be?
I see the DTLG header tag and the names of the variables comprising my 2D array, but I can't seem to find the correct byte order, n
or the correct starting point for the array data.
jc
Mac 10.4
LV7.1
CLD