Chapter
6
Software utirity
Example programming
#include <stdio.h>
#include <string.h>
#include “TinyRAS.h”
int main ( void ){
HMVAL val;
(void)memset(&val, 0, sizeof(val));
(void)tRasHwMon(&val);
printf("CPUtemperature %.1f℃\n", val.t_cpu) ;
printf("CPUvoltage %.1f[V]\n", val.v_cpu) ;
printf("CPUFan %d[rpm]\n", val.f_cpu) ;
return 0 ;
}
Set the threshold value optionally. (例: Sound an alarm for excessive temperatures,
etc…)
User’s Manual
91
Содержание VPC-2000
Страница 1: ...FA PC VPC Series VPC 2000 User s Manual CONTEC CO LTD...
Страница 2: ......
Страница 15: ...Chapter About the product Physical dimensions VPC 2000 mm Figure 2 1 VPC 2000 User s Manual 9...
Страница 18: ...Chapter About the product Motherboard Block chart Figure 2 4 Motherboard Block chart 12 User s Manual...
Страница 85: ...Chapter Software utirity 4 Language select Select a language and click Next 5 Setup Click Next User s Manual 79...
Страница 112: ...Chapter Software utirity 106 User s Manual...
Страница 122: ...Chapter Software RAID setup 3 Check Yes and select Next Input Name and Advanced arbitrarity 116 User s Manual...