Introduction To Programming Talking To The Instrument - HP 54620A Programmer's Manual

Logic analyzer
Hide thumbs Also See for 54620A:
Table of Contents
Introduction to Programming
Talking to the instrument
Talking to the instrument
Computers acting as controllers communicate with the instrument by
sending and receiving messages over a remote interface. Instructions for
programming normally appear as ASCII character strings embedded inside
the output statements of a "host" language available on your controller. The
input statements of the host language are used to read in responses from the
logic analyzer.
For example, HP BASIC uses the OUTPUT statement for sending commands
and queries. After a query is sent, the response is usually read in using the
ENTER statement.
Messages are placed on the bus using an output command and passing the
device address, program message, and terminator. Passing the device address
ensures that the program message is sent to the correct interface and
instrument.
The following HP BASIC statement sends a command which sets the
threshold voltage for channels 0 through 7 to TTL:
OUTPUT < device address > ;
":LCHANNEL:THRESHOLD LCHAN0_7,TTL"
The < device address > represents the address of the device being
programmed. Each of the other parts of the above statement are explained in
the "Program Message Syntax" which follows.
11
Table of Contents
loading

This manual is also suitable for:

54620c

Table of Contents