The
screen
returns
to
the
analyzer
display
.
Running
(Executing)
Programs
Press
the
following
key
and
softkeys
from
the
front
panel
to
execute
the
program:
4
System
5
NNNNNNNNNNNNNNNNNNNN
IBASIC
NNNNNNNNNNN
Run
The
system
executes
the
program.
Y
ou
can
execute
the
RUN
statement
from
the
keyboard.
Type
and
press
as
follows:
RUN
4
Enter
5
Listing
Programs
The
system
can
list
the
program
on
the
screen
and
to
a
printer
.
Listing
on
the
Screen
Y
ou
can
list
a
program
on
the
screen
as
follows:
Let's
Try
1.
Because
the
system
lists
a
program
in
the
area,
the
Area
must
be
allocated
on
the
screen.
F
or
example:
4
Displa
y
5
N
NNNNNNNNNNNNN
MORE
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
DISPLAY
ALLOCATE
NNNNNNNNNNNNNNNNNNNNNNNNNNNNN
ALL
BASIC
All
of
the
screen
area
is
allocated
for
the
area.
2.
Type
as
follows:
LIST
4
Enter
5
The
system
lists
the
program
as
follows:
d
a
10
ASSIGN
@Hp4396
TO
800
20
OUTPUT
@Hp4396;";PRES"
30
OUTPUT
@Hp4396;";NA;MEAS
AR"
40
OUTPUT
@Hp4396;";CENT
70E6;SPAN
100E3"
50
OUTPUT
@Hp4396;";AUTO"
60
END
Writing
and
Running
Programs
3-5