Chapter
6
Software utirity
◆Hardware monitor
You can monitor hardware information such as voltage information, temperature
information, and the number of fan revolutions, by using the tRasHwMon function.
Prototype of function
int tRasHwMon ( HMVAL *val );
Argument
Specifies the first pointer to the HMVAL structure.
※ The HMVAL structure is defined in the TinyRAS.h file.
Return
value
Returns 0 when execution of the function succeeds and a value other than
0 when it fails.
Header file
TinyRAS.h
Inport library
TinyRAS.lib
DLL file
TinyRAS.dll
The header file and the library file are stored in the place specified when TinyRas is
installed.
(
Initial storage place
:
c:\ Program Files\CONTEC\TinyRAS\
)
・CPU temperature values given by the hardware monitoring function installed in
the VPC-1000 series will vary according to the stepping of the installed CPU.
Since the bundled software corrects the value according to the CPU, there is
no problem. However, if you use the hardware monitoring function through direct
hardware access or the standard Windows API, give consideration to the value
variations for each CPU.
・If a fan is replaced with service parts, fan speed may be different.
User’s Manual
89