LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the .dat file which stored by using the Hex format ?

Solved!
Go to solution

How to read the .dat file which using the Hex format ?

Logger2.dat is the raw data; Plot.jpg is the plot for the Logger2.dat.

thanks

Download All
0 Kudos
Message 1 of 4
(4,300 Views)
Solution
Accepted by topic author LC0815

Your file is not in HEX format (exclusively using characters 0..F and maybe delimiters)

 

You file seems to be mostly binary, with some header sections consisting of readable strings.

 

You need to know the structure of the file (header size, datatype, byte order, etc.) Do you have more information? Do you have the program that created the file?

 

(I am sure with some twiddling most of the data could be retrieved by trial and error ...)

0 Kudos
Message 2 of 4
(4,281 Views)

Hi altenbach

Thanks for your replying.

I have the Matlab code which can read this file, see attach.

Previous file is the High Speed Dat File.

Could you help to confirm?

thanks again

best regards

 

 

 

 

0 Kudos
Message 3 of 4
(4,256 Views)

Hi altenbach

    thanks for your reminder, you are right I can read the file now.

    

 

0 Kudos
Message 4 of 4
(4,232 Views)