53
CHAPTER 5: Command Descriptions
LOCAL Command
In the System Controller mode, the LOCAL command without optional addresses causes the 488 Controller
to unassert the Remote Enable line. This causes devices on the bus to return to manual operation. As the
Active Controller, with bus addresses specified, bus devices are placed in the local mode by the Go To Local
(GTL) bus command. If addresses are specified, the state of the Remote Enable line is not affected.
SYNTAX
LOCAL or LO
RESPONSE
None
MODE
SC
BUS STATES
*REM
EXAMPLE:
PRINT#1,"LOCAL"
Unassert the REN Line
SYNTAX
LOCAL addr[,addr] or LO addr[,addr]
addr is a bus device address
RESPONSE
None
MODE
CA
BUS STATES
ATNUNL, MTA, LAG,GTL
EXAMPLE:
PRINT#1,"LOCAL 12,16"
Send Go To Local to devices 12 and 16
LOCAL LOCKOUT or LOL Command
The LOCAL LOCKOUT command causes the 488 Controller to issue a Local Lockout IEEE bus command.
Bus devices that support this command are thereby inhibited from being controlled manually from their
front panels.
SYNTAX
LOCAL LOCKOUT or LOL
RESPONSE
None
MODE
CA
BUS STATES
ATNLLO
EXAMPLES:
PRINT#1,"LOCAL LOCKOUT"
Send Local Lockout command.
PRINT#1,"LOL"
Same as above.