Information

Command code & return value
Function
Example
Input Command:
VOLT<voltage>[CR]
Return value:
OK[CR]
Preset Voltage value
<voltage>=000<???<Max-Volt
*Max-Volt value refer to product specification
Input command:
VOLT127[CR]
Return value:
OK[CR]
Meaning:
Set Voltage value as 12.7V
Input Command:
CURR<current>[CR]
Return value:
OK[CR]
Preset Current value
<current>=000<???<Max-Curr
*Max-Curr value refer to product specification
Input command:
CURR120[CR]
Return value:
OK[CR]
Meaning:
Set Current value as 12.0A
Input Command:
GETS[CR]
Return value:
<voltage><current>[CR]
OK[CR]
Get PS preset Voltage & Current value
<voltage>=???
<current>=???
Input command:
GETS[CR]
Return value:
150180[CR]
OK[CR]
Meaning:
The Voltage value set at 15V
and Current value set at 18A
Input Command:
GETD[CR]
Return value:
<voltage><current><status>[CR]
OK[CR]
Get PS Display values of Voltage, Current and
Status of CC/CV
<voltage>=????
<current>=????
<status>=0/1 (0=CV, 1=CC)
Input command:
GETD[CR]
Return value:
150016001[CR]
OK[CR]
Meaning:
The PS Display value is 15V and 16A.
It is in CC mode.
Input Command:
PROM<voltage0><current0>
<voltage1><current1>
<voltage2><current2>[CR]
Return value:
OK[CR]
Save Voltage and Current value into 3 PS
memory locations
<voltageX>=???
<currentX>=???
(X is memory location
number start from 0 to
2)
Input command:
PROM111111022122033133[CR]
Return value:
OK[CR]
Meaning:
Preset Memory 0 as 11.1V and 11.1A
Preset Memory 1 as 2.2V and 12.2A
Preset Memory 2 as 3.3V and 13.3A
Input Command:
GETM[CR]
Return value:
<voltage0><current0>[CR]
<voltage1><current1>[CR]
<voltage2><current2>[CR]
OK[CR]
Get saved Voltage and Current value from 3
PS memory loctions
<voltageX>=???
<currentX>=???
(X is memory location number start from 0 to
2)
Input command:
GETM[CR]
Return value:
111111[CR]
122122[CR]
133133[CR]
OK[CR]
Meaning:
PS return following preset value from 3
memory locations;
Memory 0 is 11.1V and 11.1A
Memory 1 is 12.2V and 12.2A
Memory 2 is 13.3V and 13.3A
Input Command:
RUNM<memory>[CR]
Return value:
OK[CR]
Set Voltage and Current using values saved in
memory locations
<memory>=0/1/2
Input command:
RUNM1[CR]
Return value:
OK[CR]
Meaning:
Set Voltage and Current using values
saved in memory location 1