Hi,
I have a .log file. I wanted to know how to read these Lin frames from .log file in Labview? these are temperatures measurement. If there are any examples pls do post.
You have about 10 columns of various formats (time, text, hex, etc).
Which column is the temperature data? Do you have a document that describes the formatting?
jay090909,
I'm assuming you are using Local Interconnect Network and have seen this: http://www.ni.com/white-paper/9733/en
Are you using any NI hardware when getting this data?
Regards,
-SS
Hi,
I don't have any document wrt this case, but as i saw few documents in internet i feel it might be like this pattern.
511:26:27.953 00000029 LIN Full Frame 4 94 46 00 03
Time stamp Frame id bytes Temperature Data.
Do you know what kind of temeperature ranges you expect in the file? Are the lines with only 2 bytes something else?
Try this. No guarantees.... You really need to get the full file format specification Anything else is just guessing.....