SG Series Programming
SCPI Command Operation
M550129-03 Rev L
6-45
// value (5.0 A) to 25.0 A in 30 seconds.
6.14.7
Ramp V Example 2
Program a unit with no load at the output, to ramp its output voltage from
5 VDC to 25 VDC in 30 seconds upon the trigger command.
// Use
SYST:ERR?
after each command to verify no programming errors.
// turn on the unit.
*CLS
// clear the unit to its power-on default settings.
*RST
// reset the unit.
SOUR:CURR 33.0
// program output current to 33.0 A.
SOUR:VOLT 5.0
// program output voltage to 5.0 VDC.
SOUR:VOLT:RAMP:TRIG 25.0 30.0
// program voltage to ramp from the present
// value (5.0 VDC) to 25.0 VDC in 30 secs.
// upon the trigger command.
TRIG:RAMP
// start ramp execution.
TRIG:ABORT
// turn off trigger mode.
6.14.8
Power On INIT Example
Program a unit to power-on and initialize to 2 VDC @ 1A with an
overvoltage protection level of 3 VDC. Verify proper power-on
initialization.
// Use
SYST:ERR?
after each command to verify no programming errors.
// turn on the unit.
*CLS
// clear the unit to its power on default settings.
*RST
// reset the unit.
CAL:INIT:CURR 1.0
// set power-on initial current to 1.0 A.
CAL:INIT:CURR?
// confirm power-on initial current setting.
CAL:INIT:VOLT 2.0
// set power-on initial voltage to 2.0 VDC.
CAL:INIT:VOLT?
// confirm power-on initial voltage setting.
CAL:INIT:VOLT:PROT 3.0
// set power-on initial overvoltage protection to 3.0 VDC.
CAL:INIT:VOLT:PROT?
// confirm power-on initial overvoltage protection setting.
CAL:UNLOCK “6867”
// unlock nonvolatile memory for calibration value storage.
CAL:STORE
// store the calibration values in nonvolatile memory.
CAL:LOCK
// lock nonvolatile memory for calibration value protection.
// cycle power to the unit.
// note voltage is initialized to 2.0 VDC via front panel.
SOUR:CURR?
// confirm power-on initial current setting.
SOUR:VOLT?
// confirm power-on initial voltage setting.
SOUR:VOLT:PROT?
// confirm power-on initial overvoltage protection setting.
Содержание Sorensen SG Series
Страница 2: ......
Страница 4: ...Contents SG Series Programming viii M550129 03 Rev L This page intentionally left blank...
Страница 6: ...Contents SG Series Programming x M550129 03 Rev L This page intentionally left blank...
Страница 8: ...Contents SG Series Programming xii M550129 03 Rev L This page intentionally left blank...
Страница 14: ...Contents SG Series Programming xviii M550129 03 Rev L This page intentionally left blank...
Страница 16: ...Overview SG Series Programming 1 2 M550129 03 Rev L This page intentionally left blank...
Страница 126: ...SCPI Command Operation SG Series Programming 6 60 M550129 03 Rev L This page intentionally left blank...
Страница 143: ...M550129 03 Rev L 8 1 SECTION 8 SCPI STATUS IMPLEMENTATION...
Страница 144: ...SCPI Status Implementation SG Series Programming 8 2 M550129 03 Rev L This page intentionally left blank...
Страница 146: ...This page intentionally left blank...