HP 8920A Programmer's Manual page 391

Rf communications test set
Hide thumbs Also See for 8920A:
Table of Contents

Advertisement

Downloading Programs to the Test Set through HP-IB
Method #1. Program Development on an External BASIC Language Computer
An IBASIC PROGram subsystem has been developed to allow the external
BASIC language controller to download programs to the Test Set through HP-IB
(refer to the
"PROGram Subsystem Commands" on page 413
on the PROGram Subsystem). Four commands from the external BASIC
language controller to the Test Set are necessary to transfer the program. The
commands are executed serially allowing enough time for each command to finish
executing. (The Test Set's HP-IB
TESTS (IBASIC CONTROLLER) screen must be displayed).
1. OUTPUT 714;"PROG:DEL:ALL"
Deletes any programs that reside in Test Set RAM.
2. OUTPUT 714;"PROG:DEF #0"
Defines the address in Test Set RAM where the downloaded program will be stored.
3. LIST #714
Causes all program lines to transfer over HP-IB to the Test Set which is at address
714.
4. OUTPUT 714;" "END
Defines end of download process by generating an EOI command.
After the above commands complete the program code will be in the Test Set
ready to run. If any bugs are detected when the program is run, the program can be
uploaded back into the external BASIC language controller to correct the error.
Alternately the full screen IBASIC EDIT function through RS-232 can be used to
correct the error (refer to
the IBASIC EDIT Mode" on page 394
After the program is working properly in the Test Set IBASIC environment, it
should be stored for backup purposes.
field must be set to
Mode
"Method #2. Developing Programs on the Test Set Using
for details).
Chapter 7, IBASIC Controller
for more information
, and the
Talk&Lstn
391

Advertisement

Table of Contents
loading

Table of Contents