Controller – Measurement Computing Analyzer488 User Manual

Page 118

Advertising
background image

Section 4

Serial Controller

4.24

CONTROLLER

The CONTROLLER command is used to configure the Analyzer488 to operate as

a High Level System Controller (CONTROLLER ON) or a Low Level System
Controller (CONTROLLER OFF). High Level Controller commands may only be
used when the Analyzer488 is in the High Level Controller Mode. Low Level
Controller commands may only be used when the Analyzer488 is in the Low Level
Controller Mode.

Issuing a CONTROLLER OFF command unasserts all bus management and data

lines. Issuing a CONTROLLER ON command pulses the IFC bus management line.

The query option, CONTROLLER?, returns the operational mode of the

Analyzer488.

TYPE

System command

SYNTAX

CONTROLLER {[?]|[ON|OFF]}

RESPONSE

None

MODE Any

BUS STATES

All data and management lines unasserted
(CONTROLLER

OFF)

IFC, *IFC (CONTROLLER ON)

QUERY

CONTROLLER ON

RESPONSE

or
CONTROLLER OFF

EXAMPLES

Using High Level Control

PRINT #1,"CONTROLLER ON"

Select high level control

PRINT #1,"CLEAR 12"

Issue a Selected Device Clear
to device at address 12

Advertising