![Acrosser Technology ANR-C236N1-K1D00 Скачать руководство пользователя страница 54](http://html1.mh-extra.com/html/acrosser-technology/anr-c236n1-k1d00/anr-c236n1-k1d00_user-manual_2841642054.webp)
ANR-C236N1-K Series User Manual
54
Acrosser Technology Co., Ltd.
Syntax:
int get_i2c_psu_fan_status(int fan)
Description:
This function can get which power supply fan status.
Parameters:
fan: 0-1.
Return Value:
0: Fail, 1: Good.
Syntax:
int get_i2c_psu_status(int psu)
Description:
This function can get which power supply status.
Parameters:
psu: 0-1.
Return Value:
0: Fail, 1: Good.
4.3.8. Application Notes for R1V2-5275V/I
2
C
PS Fan Status Monitor:
The value can be obtained by reading CR92 which represents ps fan status.
Bit Number
Meaning
0
If bit 0=0 then ps1 fan fail else fan ok
1
If bit 1=0 then ps2 fan fail else fan ok
PS Status/present Monitor:
The value can be obtained by reading CR92 which represents ps status.
Bit Number
Meaning
0
If bit 0=0 then ps1 fail else ps1 ok
1
If bit 1=0 then ps2 fail else ps2 ok
Note 1: Bus address Select function:
The Address is 5A.
Note 2: Temperature Measurement Function:
The value can be obtained by reading
CR14, 1LSB = 1 degree.
Note 3: Voltage Monitor Function:
The VIN value can be obtained by reading CR10-12
which repr3.3v, +5v, and +12v respectively, 1LSB = 0.0078125V
Example: (Please note that the value of 2, 6, and 11 were derived from component
values.)
If CR10 = D7, then the +3.3V voltage = 0.0078125 * D7 * 2 = 3.359V
If CR11 = 6C, then the +5V voltage = 0.0078125 * 6C * 6 = 5.06V
If CR12 = 92, then the m12V voltage = 0.0078125 * 92 * 11 = 12.5V