User guide

38 Monitoring/Control Functions
floatTemp4Reading;//Temperature sensor#4 reading (°C)
floatTemp5Reading;//Temperature sensor#5 reading (°C)
floatTemp6Reading;//Temperature sensor#6 reading (°C)
floatTemp7Reading;//Temperature sensor#7 reading (°C)
floatTemp8Reading;//Temperature sensor#8 reading (°C)
//DC status and reading
BYTEDC1Status;//DC 5Vsb status
BYTEDC2Status;//DC 3.3V status
BYTEDC3Status;//DC 5V status
BYTEDC4Status;//DC 12V status
BYTEDC5Status;//DC -12V status
floatDC1Reading;//DC 5Vsb voltage
floatDC2Reading;//DC 3.3V voltage
floatDC3Reading;//DC 5V voltage
floatDC4Reading;//DC 12V voltage
floatDC5Reading;//DC -12V voltage
} ChassisStatus;
4.1.2 ChassisSetting
Includes Target Temperature, Temperature Threshold, Fan Speed
Threshold and Power Threshold:
typedef struct tagChassisSetting
{
int TargetTemp;//Target Temerature
int ThresholdTemp;//Temperature Threshold
int ThresholdFan;//Fan Speed Threshold
int Threshold5V_H;//5V High Threshold
int Threshold5V_L;//5V Low Threshold
int Threshold3V3_H;//3.3V Hight Threshold
int Threshold3V3_L;//3.3V Low Threshold
int Threshold12V_H;//12V High Threshold
int Threshold12V_L;//12V Low Threshold
int ThresholdN12V_H;//-12V High Threshold
int ThresholdN12V_L;//-12V Low Threshold