Script Mode
40
USER - Set points current and voltage
This command generates the set points for current and voltage by using the internal table. Thereby, different UI
characteristics can be created. The tables can be created beforehand by using the command
WAVE
.
WAIT - Waiting for user action
The program is stopped until the user pushes the button
Standby
.
Example:
; Starter characteristic:
UI
; UI mode
I 10
; Current limitation 10 A
U 12
; Output voltage 12 V (->100%)
RUN
; Activate output
LOOP
; Start address after end of the script
WAIT
; Waits until rotary pulse encoder is pushed
U 10,5
; 1. ramp
U 9
; Command is processed within 1 ms. Therefore the
U 7,5
; ramp has 5 interim values.
U 6
U 4,5
DELAY 15
; 15 ms pause
U 4,8
; 2. ramp
U 5,1
; Command is processed within 1 ms. Therefore
U 5,4
; the ramp has 5 interim values.
U 5,7
U 6
DELAY 2000
; 2000 ms pause
U 6,6
; 3. ramp
U 7,2
; Command is processed within 1 ms. Daher
U 7,8
; The ramp has 10 interim values.
U 8,4
U 9
U 9,6
U 10,2
U 10,8
U 11,4
U 12
WAVE, WAVELIN - Characteristic programming
The command
WAVE
is used to start the characteristic programming. The command is followed by numerical values,
which indicate the desired voltage and current. Finally, followed by the command with a prefixed '-' characteristic (
-
WAVE
).
WAVE
<U1> <I1>
<U2> <I2>
<U3> <I3>
...
<Un> <In>
-WAVE
The command
WAVELIN
equals the command
WAVE
.
WAVELIN
<U1> <I1>
<U2> <I2>
<U3> <I3>
...
<Un> <In>
-WAVELIN
Summary of Contents for RS 232
Page 2: ......
Page 3: ......
Page 4: ...Software version V21 June 2014 ...
Page 7: ...Technical Specifications ...
Page 10: ...Technical Specifications 6 TECHNICAL DRAWING ...
Page 51: ...Notes NOTES ...
Page 52: ...Notes 48 ...
Page 53: ...Notes ...