LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Lin Frame

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.

0 Kudos
Message 1 of 8
(3,092 Views)

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?

0 Kudos
Message 2 of 8
(3,079 Views)

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



0 Kudos
Message 3 of 8
(3,073 Views)

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.

0 Kudos
Message 4 of 8
(3,071 Views)

Do you know what kind of temeperature ranges you expect in the file? Are the lines with only 2 bytes something else?

0 Kudos
Message 5 of 8
(3,053 Views)

Hi,

 

       The temperature ranges are from 80°c to 100°c . There are only 2 bytes of data, notging other than that.

0 Kudos
Message 6 of 8
(3,034 Views)

Try this. No guarantees.... You really need to get the full file format specification Anything else is just guessing.....

 

 

0 Kudos
Message 7 of 8
(3,032 Views)

Hi,

 

    Thanks a lot, I'll try to get more info regarding full frames.

0 Kudos
Message 8 of 8
(3,029 Views)