|
-
Jul 8th, 2002, 07:40 AM
#1
Thread Starter
New Member
Can API find the CPU temperature?
I was wondering is there any way to tell the CPU & Sytem Temperature of your pc using API?? i wuld love 2 kno..
Oh well if you can help me please do it wont take long thanks..
RearChud37
-
Jul 8th, 2002, 10:06 AM
#2
Unfortunately, this cannot be done with standard API functions
-
Jul 8th, 2002, 10:19 AM
#3
Unfortunately, this cannot be done with standard API functions
-
Jul 8th, 2002, 10:25 AM
#4
Unfortunately, this cannot be done with standard API functions
-
Jul 8th, 2002, 04:25 PM
#5
Addicted Member
-
Jul 8th, 2002, 04:41 PM
#6
Junior Member
Short of installing a special device that would monitor the temperature of the CPU and send it back to your computer, that would be rather impossible seeing as the CPU doesn't have a thermometer (be it mercury based ( :P ) or electronical) built in. Not to my knowledge at least.
You could build a device like that if you know how electronics works, but you could cause irrepairable damage and void your warranty if you don't know what you're doing.
-
Jul 8th, 2002, 05:44 PM
#7
Member
Most Intel Pentium III and all Intel Pentium 4 chips that I know of come with a built in heat sensor. I don't know if/what are the API calls to read PC BIOS data, but I'm sure some must exist. If you can figure out how to extract information from a PC's BIOS, you should be able to pull out the current CPU temperature.
It must be possible to do this, maybe not via VB, but certainly programs like ASUS probe and RainMaker do it. Anyone have any thoughts? I'm actually intrigued as to how this could be done.
-
Jul 8th, 2002, 09:46 PM
#8
Hyperactive Member
you could probably take a year writing an ASM dll to do it. good luck~
-
Jul 8th, 2002, 10:13 PM
#9
Thread Starter
New Member
-
Jul 8th, 2002, 11:10 PM
#10
Member
Actually, I did a bit of poking around on the web and it appears that you can obtain System specific information by utilizing the WMI scripting object. http://www.mvps.org/vbnet/index.html...ibaseboard.htm has an article on how to do this, and there are several MSDN articles on how to do it as well.
I haven't tried any of the same on the above website, but it makes reasonable sense that they'd work as advertised.
- Art
-
Jul 9th, 2002, 03:20 AM
#11
Junior Member
Originally posted by hax0r
Most Intel Pentium III and all Intel Pentium 4 chips that I know of come with a built in heat sensor.
I stand corrected. :P If that's the case, then it's just a matter of finding where the heat is stored in memory and under what format, and there you go.
-
Jul 9th, 2002, 05:00 AM
#12
Addicted Member
-
Jul 9th, 2002, 05:49 AM
#13
Thread Starter
New Member
[CPU Temperature] -- Qbasic >> VB
I stand corrected. :P If that's the case, then it's just a matter of finding where the heat is stored in memory and under what format, and there you go.
--->
OK well if all it requires is searching the memory then i suppose i culd do that. Does anyone know what the VB equivilent of QBASIC's PEEK() & POKE() so i can do this???
Then i guess thats all i need 2 know... ok thanks again..
RearChud37
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|