Jump to content

CPU temperature monitor (laptop)


memphissk

Recommended Posts

Hi,

I am new member of this forum and i find some information for school project with labview. I am asking you, if i can monitor CPU temperature in any computer. Now i have laptop (Lenovo SL 400) and i need to monitor temperature or any parameters such as CPU clock, HDD temperature or others. CPU temperature is most important.

I am using OS windows XP and Labview 8.5.x for studying purpose only. Is anythink solution for me how read this temperature from notebooks hardware ?

pls help

Link to comment

A quick google search (which you should do too) shows that you can get the data through the standard chip/motherboard api's, you just have to know what motherboard/temp sensor chip is installed.

That is all the help I will give you since it is a school project, and you need to learn how to do it yourself.

If you start coding and get stuck, then post back with some code, and what you are stuck on.

Link to comment

If you are really keen you should be able to get that info off the SMBus (see: http://en.wikipedia.org/wiki/System_Management_Bus).

I think it is also accessible through a win API (see: http://msdn.microsoft.com/en-us/library/aa394493.aspx).

A quick Google search also revealed the following link: http://temperature.myweb.hinet.net/index_en.htm , but I havent tested or even looked at the source code, so I have no idea if it works or not.

Link to comment
  • 1 month later...

QUOTE (Maca @ Jan 30 2009, 04:34 PM)

Hi,

can you help me with applying winbond driver ( http://temperature.myweb.hinet.net/index_en.htm ) with applying to Labview? If i run winbond.exe i see specific temperatures, but i dont know how apply the C# code and use this driver in LabView. Or how apply information from http://social.msdn.microsoft.com/forums/en...4-c492124bc029/ to labview.

thanks a lot for your help

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.