Disarm – Measurement Computing Micro 488/EX rev.2.1 User Manual

Page 97

Advertising
background image

Section 5

Command Descriptions

5.27

DISARM

The DISARM command prevents the Micro488/EX from sending the event's

status message to the serial host, even when the specified conditions occur. It is also
used to disable the ON <event> DOMACRO response. The user's program can still
check for the events by using the STATUS 1 command.

If the DISARM command is invoked without specifying any events, then all

events will be disabled.

The ARM or ON <event> DOMACRO commands may be used to re-enable the

event responses.

SYNTAX

DISARM

[;] [event[event…]]

or
DI

[;] [event[event…]]

event

is one of SRQ, PERIPHERAL, CONTROLLER, TRIGGER,

CLEAR

, TALK, LISTEN, IDLE, CHANGE, ERROR or STARTUP.

RESPONSE

None

MODE

Any

BUS STATES

None

EXAMPLES

PRINT#1,"DISARM"

Disable all conditions

PRINT#1,"DISARM SRQ"

Do not respond to SRQ

Advertising