
Script
Mode
38
ET
System
electronic
GmbH
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
).
Содержание LAB-HP
Страница 2: ...Software version V178 May 2021...
Страница 8: ...Technical Specifications 4 ET System electronic GmbH TECHNICAL DRAWING...
Страница 55: ...ET System electronic GmbH 51 NOTES...
Страница 56: ...Notes 52 ET System electronic GmbH...
Страница 57: ...Notes ET System electronic GmbH 53...