Hi

I try to get the data of the ACPI thermal zones. Currently I don't know how.
As far as I believe I must access the acpi.sys driver "in a way" to get the
data. Unfortunately I dont know how.
When I searched the web for references I found a program named
"mobilemeter". This programm accesses the ACPI in a way and displays the
thermal zone. It looks like this programm accesses the ACPI driver since no
driver is shipped with this program...

Hope anybody has a idea or example. I use VC++ for development...

Thnaks in advance

P.

Re: ACPI and Thermal zones by Ivan

Ivan
Tue Feb 07 11:06:51 CST 2006

Some of the ACPI information is exposed through WMI.
If you are interested to this information from user-mode,
please search for `MSACPI_ThermalZoneTemperature`.


--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Paul Krueger" <PaulKrueger@discussions.microsoft.com> wrote in message
news:404AB642-E9C8-4B84-BD8C-6F23F090BEC2@microsoft.com...
> Hi
>
> I try to get the data of the ACPI thermal zones. Currently I don't know
> how.
> As far as I believe I must access the acpi.sys driver "in a way" to get
> the
> data. Unfortunately I dont know how.
> When I searched the web for references I found a program named
> "mobilemeter". This programm accesses the ACPI in a way and displays the
> thermal zone. It looks like this programm accesses the ACPI driver since
> no
> driver is shipped with this program...
>
> Hope anybody has a idea or example. I use VC++ for development...
>
> Thnaks in advance
>
> P.



Re: ACPI and Thermal zones by PaulKrueger

PaulKrueger
Tue Feb 07 11:41:27 CST 2006

> If you are interested to this information from user-mode,
> please search for `MSACPI_ThermalZoneTemperature`.

Great!

I searched the web but I did not find it in the MSDN described. Am I too
stupid or what is the problem?

Thnaks

P.

Re: ACPI and Thermal zones by Ivan

Ivan
Tue Feb 07 12:07:14 CST 2006

From the documentation point of view,
the classes under root\WMI are advertised by installed drivers, and,
they are supposed to be self documenting, by virtue of having
a "textual" representation in the form of a MOF.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Paul Krueger" <PaulKrueger@discussions.microsoft.com> wrote in message
news:2E432567-A96F-4512-823F-73D9A71A9DC8@microsoft.com...
>> If you are interested to this information from user-mode,
>> please search for `MSACPI_ThermalZoneTemperature`.
>
> Great!
>
> I searched the web but I did not find it in the MSDN described. Am I too
> stupid or what is the problem?
>
> Thnaks
>
> P.



Re: ACPI and Thermal zones by Maxim

Maxim
Wed Feb 08 19:18:55 CST 2006

On most mobos and laptops of Pentium-III era the temperature sensors were
NOT available via WMI due to some ACPI issues in the BIOS. Only the chipset
dependent "motherboard monitors" or "AsusProbes" could help.

Maybe it is not so on more modern computers. Same situation is with the fan
speeds.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Ivan Brugiolo [MSFT]" <Ivan.Brugiolo@online.microsoft.com> wrote in message
news:%23fHwkjALGHA.2036@TK2MSFTNGP14.phx.gbl...
> Some of the ACPI information is exposed through WMI.
> If you are interested to this information from user-mode,
> please search for `MSACPI_ThermalZoneTemperature`.
>
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of any included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
>
> "Paul Krueger" <PaulKrueger@discussions.microsoft.com> wrote in message
> news:404AB642-E9C8-4B84-BD8C-6F23F090BEC2@microsoft.com...
> > Hi
> >
> > I try to get the data of the ACPI thermal zones. Currently I don't know
> > how.
> > As far as I believe I must access the acpi.sys driver "in a way" to get
> > the
> > data. Unfortunately I dont know how.
> > When I searched the web for references I found a program named
> > "mobilemeter". This programm accesses the ACPI in a way and displays the
> > thermal zone. It looks like this programm accesses the ACPI driver since
> > no
> > driver is shipped with this program...
> >
> > Hope anybody has a idea or example. I use VC++ for development...
> >
> > Thnaks in advance
> >
> > P.
>
>