47
CHAPTER 5: Command Descriptions
DELAY Command
The DELAY command allows the user to place time delays when executing a macro.
The amount of time delayed is specified in seconds in the range of 0 to 65535 (2
16
-1) seconds.
SYNTAX
DELAY [;] time
time is specified in seconds, 0 to 65535 (2
16
-1)
RESPONSE
None
MODE
Any
BUS STATES
None
EXAMPLE:
PRINT#1,"DELAY 20"
PRINT #1,"COMMENT 'I am back' "
INPUT #1, C$
Read the comment string
PRINT C$
Printed to the screen 20 seconds later
DISARM Command
The DISARM command prevents the 488 Controller 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 command 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, or ERROR.
RESPONSE
None
MODE
Any
BUS STATES
None
EXAMPLES:
PRINT#1,"DISARM"
Disable all conditions
PRINT#1,"DISARM SRQ"
Do not respond to SRQ
Содержание 488 Controller
Страница 94: ...488 CONTROLLER 92 9 2 Board Layout Figure 9 1 The 488 Controller s motherboard...
Страница 95: ...93 CHAPTER 9 Theory of Operation Board Layout Figure 9 2 The interface converter s serial I O board...
Страница 102: ...488 CONTROLLER 100 How To Read the Chart Hexadecimal Decimal Equivalent Equivalent ASCII Character Address or Command...