the External Power functionality in the format:
#7,EP,x,V
Off
,y,V
On
;
#7,EP,x,V
off
,y,V
on
; This function sets the
parameters of the External Power functionality.
where:
x = 0 – Power Off functionality disabled,
x = 1 – Power Off functionality enabled
(the instrument will be switched-off
after reaching the threshold level
V
Off
),
V
Off
– switch-off threshold level in [V]
(from 6.0 to 14.5),
y = 0 – Power On functionality disabled,
y = 1 – Power On functionality enabled
(the instrument will be switched-on
after reaching the threshold level
V
On
),
V
On
– switch-on threshold in [V] (from
6.5 to 15.0).
note:
if (x = 1) and (y = 1) then (V
On
–V
Off
) must
be greater then or equal to 0.5V.
#7,TL;
This function allows to read buffered time history
results. The time history buffer is organized in
circular mode; when the buffer is full new TH
results are written in place of the oldest results.
The function has an auto-increment feature with
possibility to reset the data pointer.
To read as many results as possible (max
1024B) send #7,TL;
To read selected results send
#7,TL,<mask>,<nr>;
where
<mask> - mask of the returned results, see
below
<nr> - number of the results to read
Instrument’s response:
#7,TL,<run>,<mask>,<step>,<cnt>,<left>,<dd/
mm/yyyy>,<hh:mm:ss>,<result1>,<result2>,...
<result>;
where
<run> - measurements run flag
0 - measurements are running
1 - measurements are stopped
<mask> - mask of the returned results in
hexadecimal notation
00001 - Lpeak values in profile 1
00002 - Lmax values in profile 1
00004 - Lmin values in profile 1
00008 - Leq values in profile 1
00010 - LR1 values in profile 1
00020 - LR2 values in profile 1