Hp-Ib Command Statements; Abort - HP 8360 B Series User Manual

Swept signal generator, including options 001, 002, 004, 006, and 008
Table of Contents

Advertisement

HP-IB Command
Statements
In the programming explanations that follow, specific examples are
included that are written in a generic dialect of the BASIC language.
BASIC was selected because the majority of HP-IB computers have
BASIC language capability. However, other languages can also be
used.
Command statements form the nucleus of HP-IB programming;
they are understood by all instruments in the network and, when
combined with the programming language codes, they provide all
management and data communication instructions for the system.
An explanation of the fundamental command statements follows.
However, some computers use a slightly different terminology,
or support an extended or enhanced version of these commands.
Consider the following explanations as a starting point, but
for detailed information consult the BASIC language reference
manual, the I/O programming guide, and the HP-IB manual for the
particular computer used.
Syntax drawings accompany each statement: All items enclosed by
a circle or oval are computer specific terms that must be entered
exactly as described; items enclosed in a rectangular box are names
of parameters used in the statement; and the arrows indicate a path
that generates a valid combination of statement elements.
The seven fundamental command statements are as follows:

Abort

Abort abruptly terminates all listener/talker activity on the interface
bus, and prepares all instruments to receive a new command from the
controller. Typically, this is an initialization command used to place
the bus in a known starting condition. The syntax is:
where the interface select code is the computer's HP-IB I/O port,
which is typically port 7. Some BASIC examples:
10
ABORT7
100
IF V>20 THEN ABORT 7
Related statements used by some computers:
ABORT10 (used by HP-80 series computers)
HALT
RESET
Getting Started Programming l-57

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

83630b83620b83640b83650b83622b83623b ... Show all

Table of Contents