37
◎
MFR_SERIAL_B0B5 (
) and MFR_SERIAL_B6B11 (
) are
0x0087
0x0088
defined as manufacture date and manufacture serial number (ASCII)
EX:
The first unit manufactured on 2018/01/01→MFR_SERIAL_B0B5:
;MFR_SERIAL_B6B11:
180101
000001
0x31
0x30
0x38
0x30
0x30
0x30
0x31
0x30
0x30
0x30
0x31
0x31
Byte 0
Byte 6
Byte 1
Byte 7
Byte 2
Byte 8
Byte 3
Byte 9
Byte 4
Byte 10
Byte 5
Byte 11
0x31
0x38
0x30
0x31
0x30
0x31
Byte 0
Byte 1
Byte 2
Byte 3
Byte 4
Byte 5
◎
MFR_DATE_B0B5 (
) is manufacture date (ASCII)
0x0086
EX:
MFR_DATE_B0B5 is 180101, meaning 2018/01/01
◎
SCALING_FACTOR (0x00C0)
:
Bit7
Bit7
Bit7
Bit7
Bit6
Bit6
Bit6
Bit6
Bit5
Bit5
Bit5
Bit5
Reserved
Reserved
FAN_SPEED Factor
IOUT Factor
IIN Factor
TEMPERATURE_1 Factor
VIN Factor
VOUT Factor
Bit4
Bit4
Bit4
Bit4
Bit7~Bit0
Reserved
Bit3
Bit3
Bit3
Bit3
Bit2
Bit2
Bit2
Bit2
Bit1
Bit1
Bit1
Bit1
Bit0
Bit0
Bit0
Bit0
byte4~5
byte3
byte2
byte1
byte0
byte0:
Bit 0:3 VOUT Factor:
The factor of output voltage
0x =
0
Output voltage relevant commands not supported
0x4=0.001
0x5=0.01
0x6=0.1
0x7=1.0
0x8=10
0x9=100
6
38
Bit 4:7 IOUT Factor:
The Factor of DC current
0x =
0
Output current relevant commands not supported
0x4=0.001
0x5=0.01
0x6=0.1
0x7=1.0
0x8=10
0x9=100
byte1:
Bit 0:3 VIN Factor:
The Factor of AC input voltage
0x =
0
AC input relevant commands not supported
0x4=0.001
0x5=0.01
0x6=0.1
0x7=1.0
0x8=10
0x9=100
Bit 4:7 FAN_SPEED Factor:
The Factor of fan speed
0x =
0
Fan speed relevant commands not supported
0x4=0.001
0x5=0.01
0x6=0.1
0x7=1.0
0x8=10
0x9=100
byte2:
Bit :3 TEMPERATURE_1 Factor:
0
The Factor of internal ambient temperature
0x =
0
Internal ambient temperature relevant commands not supported
0x4=0.001
0x5=0.01
0x6=0.1
0x7=1.0
0x8=10
0x9=100
6