
DC Module Remote Programming ReFlex Power™ Programming Manual
M380056-03 Rev L 87
EXAMPLE: Program a DC power supply (with no load at the output) to change its output voltage and
current to 5 VDC @ 1A at the same time.
// Use SYST:ERR? after each command to verify no programming errors.
*CLS // clear the error queue.
*RST // reset the unit.
SOUR<n>:CURR 1 // program output current to 1.0 A.
SOUR<n>:VOLT 5 // program output voltage to 5.0 VDC.
OUTP<n>:STAT 1 // turn on the supply
MEAS<n>:VOLT? // measure the actual output voltage (response: ~ 5. 0 depending on
timing).
MEAS<n>:CURR? // measure the actual output current (response: ~ 0. 0 with no load on
output).
MEAS<n>:VOLT? // measure the actual output voltage (response: 5.0).
EXAMPLE: Program DC power supply 32V Modules Channels 3, 4, & 5 for parallel operation, 10VDC,
and 75A.
// Use SYST:ERR? after each command to verify no programming errors.
// turn on the unit.
*CLS // clear error queue.
*RST // reset modules.
SYST:GRO:DEF:PAR 3,4,5 // parallel modules 3,4,5. Channel 3 is the master.
SOUR1003:CURR 75 // set current to 75A
SOUR1003:VOLT 10 // set voltage to 10V
OUTP1003:STAT 1 // close output relays, and turn the supply on.
MEAS1003:VOLT? // measure output voltage
MEAS1003:CURR? // measure output current
EXAMPLE: Program DC power supply PS 33V Module Channel 3 Over Voltage, Over Current and
Under Voltage Protection.
// Use SYST:ERR? after each command to verify no programming errors.
*CLS // clear error queue.
*RST // reset module.
OUTP3:STAT 1 // close output relay, and turn supply on.
SOUR3:CURR:PROT 6 // set OCP to 6A
SOUR3:CURR 5 // set Current to 5A
SOUR3:VOLT:PROT 21 // set OVP to 21
SOUR3:VOLT 20 // set Voltage to 20V
SOUR3:UNDERVOLT:PROT 18 // set UVP to 18
MEAS3:VOLT? // measure output voltage
MEAS3:CURR? // measure output current
Komentáře k této Příručce