
IFC (interface clear)
The IFC command is sent by the controller to place the Model 2000 multimeter in the local,
talker, listener idle states. The unit responds to the IFC command by canceling front panel TALK
or LSTN lights, if the instrument was previously placed in one of those states.
Note that this command does not affect the status of the instrument; settings, data, and event
registers are not changed.
To send the IFC command, the controller need only set the IFC line true for a minimum of
100µs.
Program fragment
PRINT #1, "output 16; *idn?"
'Send query command
PRINT #1, "enter 16"
'Read data; turn on TALK annunci-
ator
SLEEP 3
'Wait 3 seconds
PRINT #1, "abort"
'Talker idle state; turn off TALK
annunciator
LLO (local lockout)
Use the LLO command to prevent local operation of the instrument. After the unit receives
LLO, all its front panel controls except the POWER are inoperative. In this state, pressing the
LOCAL will not restore control to the front panel. The GTL command restores control to the
front panel.
Program fragment
PRINT #1, "remote 16"
'Place 2000 in remote
PRINT #1, "local lockout"
'Lock out front panel (including
LOCAL key)
SLEEP 6
'Wait 6 seconds
PRINT #1, "local 16"
'Restore front panel operation
GTL (go to local)
Use the GTL command to put a remote-mode instrument into local mode. The GTL com-
mand also restores front panel key operation.
Program fragment
PRINT #1, "remote 16"
'Place 2000 in remote
SLEEP 3
'Wait 3 seconds
PRINT #1, "local 16"
'Place 2000 in local mode
Remote Operation
4-15
Содержание 2000
Страница 1: ...Model 2000Multimeter User s Manual A G R E A T E R M E A S U R E O F C O N F I D E N C E...
Страница 13: ...1 General Information...
Страница 19: ...2 Basic Measurements...
Страница 54: ...2 36 Basic Measurements...
Страница 55: ...3 Measurement Options...
Страница 87: ...4 Remote Operation...
Страница 139: ...5 SCPI CommandReference...
Страница 215: ...A Specifications...
Страница 226: ...A 12 Specifications...
Страница 227: ...B Statusand ErrorMessages...
Страница 233: ...C Example Programs...
Страница 246: ...C 14 Example Programs...
Страница 247: ...D Models196 199and 8840A 8842ACommands...
Страница 255: ...E IEEE 488 BusOverview...
Страница 271: ...F IEEE 488andSCPI ConformanceInformation...