Tutorial
KIKUSUI Electronics Corp.
PWR-01 Interface Manual
Parameter
Value
Repetition count 10000
Interval loop
Starting step: 0, ending step: 1, loop count: 3
Starting step: 4, ending step: 5, loop count: 2
User code
7890
Parameter
Steps
0
1
2
3
4
5
6
Step time
1.9 s
0.1 s 1.9 s 0.1 s 1.9 s 0.1 s 2.0 s
Voltage
5.0 V
0.0 V 5.0 V 0.0 V 5.0 V 0.0 V 0.0 V
Voltage transition
RAMP RAMP RAMP RAMP RAMP RAMP IMM
Current
1.0 A
1.0 A 1.0 A 1.0 A 1.0 A 1.0 A 1.0 A
Current transition
IMM
IMM
IMM
IMM
IMM
IMM
IMM
Trigger output
Off
Off
Off
Off
Off
Off
Off
Trigger input
Off
Off
On
Off
Off
Off
Off
Steps
0
1
2
3
4
5
6
First, reset.
*RST
Next, set the program template values.
Set the current.
Use default values for all other items (Step time: 1 s, Voltage: 0 V, Voltage transi-
tion: IMM, Current transition: IMM, Trigger output: Off, Trigger input: Off).
PROG:STEP_T:CURR 1
Delete the current sequence, and create a new 7-step program using the set tem-
plate.
PROG:CRE 7,TEMP
You cannot change the number of steps later. If you want to add or delete them,
use the PROG:CRE command to set the number again.
A 7-step program with the current set to 1 A and the remaining parameters set to
default values is created.
For step 0, set the step time to 1.9 s, the voltage to 5.0 V, and the voltage transition
to RAMP.
PROG:STEP0:DWELL 1.9
PROG:STEP0:VOLT 5,RAMP
For step 1, set the step time to 0.1 s and the voltage transition to RAMP.
PROG:STEP1:DWELL 0.1
PROG:STEP1:VOLT 0,RAMP
For step 2, set the step time to 1.9 s and the voltage to 5 V. Because we want to
start this step with an external trigger, set the trigger input to on.
PROG:STEP2:DWELL 1.9
PROG:STEP2:VOLT 5
PROG:STEP2:TRIGIN ON
For step 3, set the step time to 0.1 s and the voltage transition to RAMP.
PROG:STEP3:DWELL 0.1
PROG:STEP3:VOLT 0,RAMP
For step 4, set the step time to 1.9 s, the voltage to 5 V, and the voltage transition
to RAMP.
PROG:STEP4:DWELL 1.9
PROG:STEP4:VOLT 5,RAMP
For step 5, set the step time to 0.1 s and the voltage transition to RAMP.
PROG:STEP5:DWELL 0.1
PROG:STEP5:VOLT 0,RAMP
For step 6, set the step time to 2.0 s and the voltage transition to RAMP.
PROG:STEP6:DWELL 2
PROG:STEP6:VOLT 0,RAMP
Repeat steps 0 to 1 three times and steps 4 to 5 two times.
PROG:STEPS:LOOP:ADD 0,1,3
PROG:STEPS:LOOP:ADD 4,5,2
Interval loops cannot be changed or deleted. If you want to change or delete them,
use the PROG:CRE command to set the number again.
Set the user code to 7890. You can also view the user code on the panel.
PROG:UCOD 7890
Set the repetition count to 10000.
PROG:LOOP 10000
After you have finished configuring the sequence, execute it.