Write – Measurement Computing Analyzer488 User Manual

Page 186

Advertising
background image

Section 4

Serial Controller

4.92

WRITE

The WRITE command is used to put a data byte on the bus and initiate a source

handshake. WRITE may only be issued when the Analyzer488 is in the Talk State.
Handshaking must be set to STEP before using the WRITE command. The STEP
command is not required when using the WRITE command since the handshake is
automatically performed when the WRITE command is executed.

This command does not have a query option.

TYPE

Low Level Controller command

SYNTAX

WRITE [data]

data may be Decimal or Hexadecimal data

RESPONSE

None

MODE

Low Level Controller

BUS STATES

Determined by data written

QUERY

None

RESPONSE

EXAMPLES

PRINT#1,"CONTROLLER OFF"
PRINT#1,"ASSERT REN ATN"
PRINT#1,"HANDSHAKE STEP"
PRINT#1,"TALK"
PRINT#1,"WRITE &H54"

Send TAG20 bus command

Advertising