
293
Chapter 6, IBASIC Controller
Method #1. Program Development on an External BASIC Language Computer
Downloading Programs to the Test Set through GPIB
An IBASIC PROGram subsystem has been developed to allow the external
BASIC language controller to download programs to the Test Set through GPIB
(refer to the
"PROGram Subsystem Commands" on page 315
for more information
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 GPIB
Mode
field must be set to
Talk&Lstn
, and the
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 GPIB 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
"Method #2. Developing Programs on the Test Set Using
the IBASIC EDIT Mode" on page 296
for details).
After the program is working properly in the Test Set IBASIC environment, it
should be stored for backup purposes.
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание E8285A
Страница 18: ...Contents 17 Index Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 100: ...99 4 Status Reporting Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 268: ...267 6 IBASIC Controller Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 346: ...345 A Error Messages Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...