The Lowest byte of max current value
The Lowest byte of max current value
The higher byte of max current value
The highest byte of max current value
Represent an current value by 4 bytes of Hex .Lower bytes are in the front location, higher
bytes are in the later location.1 represent 0.1mA,If setting upper limit is 3.0000A,the hex code
is 0X00007530,then the 4th byte is 0X30,5th is 0X75,6th is 0X00,7th is 0X00。
5. Set / Read max input power(26H/27H)
The lowest byte of max power value.
The lower byte of max power value
The higher byte of max power value.
The highest byte of max power value.
Represent power value by 4 bytes of Hex. Lower bytes are in the
Front location, higher bytes are in the later location. 1 represents 1mW. If setting upper value is
200.000W,the hex code is 0X00030d40,then the 4th byte is
0X40,5th is 0X0d,6th is 0X03,7th is 0X00.
6. Select / Read operation mode(CC/CV/CW/CR) of electronic load.(28H/29H)
Mode(0 is CC mode, 1 is CV mode , 2 is CW mode , 3 is CR mode )
7. Set / Read current value of CC mode(2AH/2BH)
The lowest byte of current value
The lower byte of current value.