Asterion DC Multioutput Series
Programming Manual
10-96
M330517-01 Rev C
10.13.5
Ramp V Example 2
Program a unit with no load at the output of channel 3, 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.
SOUR3:CURR 33.0
// program channel 3 output current to 33.0 A.
SOUR3:VOLT 5.0
// program channel 3 output voltage to 5.0 VDC.
SOUR3:VOLT:RAMP:TRIG 25.0 30.0
// program channel 3 voltage to ramp from the present
// value (5.0 VDC) to 25.0 VDC in 30 secs.
// upon the trigger command.
TRIG3:RAMP
// start ramp execution of channel 3.
TRIG3:ABORT
// turn off channel 3 trigger mode.
10.13.6
Power On INIT Example
Program a unit to power-on with initialize 2 VDC @ 1A with an overvoltage protection
level of 3 VDC for channel1, initialize 5 VDC @ 2A with an overvoltage protection level of
6 VDC for channel 2 and initialize 10 VDC @ 5A with an Overvoltage protection level of
11 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.
CAL1:INIT:CURR 1.0
// set power-on initial current of channel 1 to 1.0 A.
CAL1:INIT:CURR?
// confirm power-on initial current setting.
CAL1:INIT:VOLT 2.0
// set power-on initial voltage of channel 1 to 2.0 VDC.
CAL1:INIT:VOLT?
// confirm power-on initial voltage setting.
CAL1:INIT:VOLT:PROT 3.0
// set power-on initial overvoltage protection of channel 1 to 3.0
//VDC.
CAL1:INIT:VOLT:PROT?
// confirm power-on initial overvoltage protection setting.
CAL2:INIT:CURR 2.0
// set power-on initial current of channel 2 to 2.0 A.
CAL2:INIT:CURR?
// confirm power-on initial current setting.
CAL2:INIT:VOLT 5.0
// set power-on initial voltage of channel 2 to 5.0 VDC.
CAL2:INIT:VOLT?
// confirm power-on initial voltage setting.
CAL2:INIT:VOLT:PROT 6.0
// set power-on initial overvoltage protection of channel 2 to 6.0
//VDC.
CAL2:INIT:VOLT:PROT?
// confirm power-on initial overvoltage protection setting.
Summary of Contents for Sorensen Asterion DC ASM
Page 1: ...M330517 01 Rev C Asterion DC Multioutput Series Programming Manual...
Page 6: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C v SAFETY SYMBOLS...
Page 145: ...Asterion DC Multioutput Series Programming Manual 13 128 M330517 01 Rev C CAL n LOCK...
Page 162: ...M330461 01 Rev C 14 145...