7. Setting / Reading CC mode current value(2AH/2BH)
1st byte | Start bit ( AAH ) |
2nd byte | Address |
3rd byte | Command (2AH/2BH) |
| |
|
|
4th byte | The lowest byte of current value |
5th byte | The lower byte of current value. |
6th byte | The higher byte of current value. |
7th byte | The highest byte of current value. |
From 8th To 25th byte | System reserve |
27th byte | Sum code |
NOTE
Represent current by 4 bytes of Hex. Lower bytes are in the front location, higher bytes are in the later location. For example: current is 3.0000A,Hex code is 0X00007530,NO. 4 bye is 0X30,NO. 5 bye is 0X75,NO. 6 bye is 0X00, NO. 7 bye is 0X00。
8. Setting / Reading CV mode voltage value.(2CH/2DH)
1st byte | Start bit ( AAH ) |
2nd byte | Address |
3rd byte | Command(2CH/2DH) |
| |
|
|
4th byte | The lowest byte of voltage value. |
5th byte | The lower byte of voltage value. |
6th byte | The higher byte of voltage value. |
7th byte | The highest byte of voltage value. |
From 8th to 25th byte | System reserve |
26th byte | Sum code |
NOTE
Represent voltage by 4 bytes of Hex. Lower bytes are in the front location, higher bytes are in the later location. For example :voltage is 16.000V,Hex code is 0X00003EB0,4th byte 0XB0,5TH byte is 0X3E,6th byte is 0X00,7th bytes
0X00。
9. Setting / Reading CW mode watt value(2EH/2FH)
1st byte
2nd byte
3rd byte
4th byte
5th byte
6th byte
Start bit ( AAH )
Address
Command(2EH/2FH)
The lowest byte of max power value
The lower byte of max power value
The higher byte of max power value
42