.
.
.
610
Loadlimit:
!
620
INPUT
"ENTER
SWEEP
PARAMETER
(Hz)",Table(I,1)
630
INPUT
"ENTER
UPPER
LIMIT
VALUE",Table(I,2)
640
INPUT
"ENTER
LOWER
LIMIT
VALUE",Table(I,3)
650
I;TAB(11);Table(I,1);TAB(27);Table(I,2);TAB(42);Table(I,3 )
660
RETURN
Lines
60
and
70
the
limit
table
heads
on
the
B
ASIC
SCREEN.
Line
90
denes
the
table
(array
Table(1:18,1:3) )
used
to
hold
the
limit
values
.
It
contains
the
sweep
parameter
,
the
upper
limit
value
,
and
the
lower
limit
value
as
follows:
Segment
Sweep
P
arameter
Upper
Limit
Lower
Limit
1
Table(1,1)
Table(1,2)
Table(1,3)
2
Table(2,1)
Table(2,2)
Table(2,3)
.
.
.
.
.
.
.
.
.
.
.
.
Lines
110
to
130
call
the
subroutine
Loadlimit
(line
610)
to
edit
and
as
many
segments
as
you
dened
in
line
100
(the
analyzer
can
retain
up
to
18
segments).
d
a
Segment
Swp.Prmtr(Hz)
Upper
Lower
1
2.E+6
0
-10
2
3.E+6
10
-20
3
4.E+6
10
-10
The
loop
,
lines
150
to
210,
determines
if
you
want
to
edit
the
table
and
conrms
that
the
segment
is
in
the
table
.
Set
Limit
Line
230
OUTPUT
@Hp4396;"EDITLIML"
Start
to
set
the
limit
line
240
OUTPUT
@Hp4396;"LIMCLEL"
Clear
existing
limit
table
250
FOR
K=1
TO
Numb
260
OUTPUT
@Hp4396;"LIMSADD"
Start
to
set
a
segment
270
OUTPUT
@Hp4396;";LIMPRM
";Table(K,1)
Enter
sweep
parameter
280
OUTPUT
@Hp4396;";LIMU
";Table(K,2)
Enter
upper
limit
290
OUTPUT
@Hp4396;"LIML
";Table(K,3)
Enter
lower
limit
300
OUTPUT
@Hp4396;"LIMSDON"
Complete
the
segment
310
NEXT
K
320
OUTPUT
@Hp4396;"LIMEDONE"
Complete
the
limit
line
330
OUTPUT
@Hp4396;"LIMILINE
ON"
Set
limit
line
ON
In
this
portion
of
the
program,
the
limit
table
(edited
using
B
ASIC)
is
transferred
to
the
analyzer
.
Programming
Limit
T
est
from
Remote
8-3