Page 1 of 1

Read the logging data

Posted: Sat Jul 12, 2014 11:37 am
by Simicro
Hi,

Could you please help me to read the logging data on this example.

I am messed up :oops:

13:17:16 07/12/14,42,57,46,41,,,34,63,6,4499.58,,34,66,100,4499.58,,31,63,64,4499.58,,33,61,64,4499.58,65.6,

Re: Read the logging data

Posted: Sat Jul 12, 2014 2:28 pm
by The Coolest
The data is presented in a CSV format. Open it in any spreadsheet application and you will see the order then.
Each column has a title.

Re: Read the logging data

Posted: Sat Jul 12, 2014 6:22 pm
by Simicro
Thank you for your fast answer.

What happened is that I only opened the CSV in Excel.

I've just learned how to convert the data so that they are spread into cells.

And sorry I forgot to say: many thanks for your nice program.

May I ask you in which language you developed it?

Posted: Sat Jul 12, 2014 6:35 pm
by The Coolest
Core Temp is written in C++ with Win32 API

Sent from my SGH-i917 using Tapatalk

Re: Read the logging data

Posted: Sat Jul 12, 2014 6:43 pm
by Simicro
Great!