LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with getting information from mainboard

Hi.
I need help with getting information from probe on mainboard. I want to
get innformationa about voltage and temperature on processor. I know
that in Windows this informationa are in class Win32_VoltageProbe
(information about voltage)
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_voltageprobe.asp,
but i don't know how can i use it, which options and element i should
use it. Please help me.
I'm using LabView 6.0.
0 Kudos
Message 1 of 2
(2,596 Views)
Hey kotwik,

Trying to instantiate the class that you referenced in your post in LabVIEW might be a bit difficult.  The easiest method would probably be to use an ActiveX server (since LabVIEW 6.0 doesn't support .NET) to call a VBScript Server and running VBScript from LabVIEW.  Something similar to this post could be used.  Making a DLL call to a driver would be much much easier, however finding out which DLL and function will probably vary from one driver to the next. 

Repost if you have any specific questions about this issue.
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 2
(2,571 Views)