Address – Measurement Computing Analyzer488 User Manual

Page 112

Advertising
background image

Section 4

Serial Controller

4.18

ADDRESS

The ADDRESS command sets the IEEE 488 bus address of the Analyzer488

when functioning as a high level controller.

The query option, ADDRESS?, returns the word ADDRESS followed by a two

digit number between 00 and 30, specifying the IEEE 488 bus address of the
Analyzer488.

TYPE

High Level Controller command

SYNTAX

ADDRESS {[?]|[addr]}

addr

is an IEEE 488 bus device address.

RESPONSE

None

MODE

High Level Controller

BUS STATES

None

QUERY

ADDRESS

nn

RESPONSE

EXAMPLES

PRINT#1,"CONTROLLER ON"

select high level mode

PRINT#1,"ADDRESS 24"

set IEEE address to 24

PRINT#1,"ADDRESS?"

query the address

INPUT#1,A$

read address message

PRINT A$

display response: ADDRESS 24

Advertising