12-13-2012 07:00 AM - edited 12-13-2012 07:00 AM
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.
12-13-2012 08:16 AM
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?
12-13-2012 08:21 AM
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
12-13-2012 08:26 AM
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.
12-13-2012 11:22 AM
Do you know what kind of temeperature ranges you expect in the file? Are the lines with only 2 bytes something else?
12-14-2012 02:08 AM
Hi,
The temperature ranges are from 80°c to 100°c . There are only 2 bytes of data, notging other than that.
12-14-2012 02:30 AM
Try this. No guarantees.... You really need to get the full file format specification Anything else is just guessing.....
12-14-2012 02:45 AM
Hi,
Thanks a lot, I'll try to get more info regarding full frames.