ETS-Lindgren 2090 Controller User Manual
Page 104

Appendix A: Model 2090 GPIB Command Reference
Model 2090 Multi-Device Controller
Detailed Command List
AIR
Compatibility: 2090
Description: Activates or deactivates flotation on air flotation turntables. Simple on/off
control.
Devices: Turntables
Syntax: AIR
ON/OFF
Air ON or OFF
Example: CALL ibwrt (TableUD%, "AIR ON")
' Turns AIR on
CALL ibwrt (TableUD%, "AIR OFF")
' Turns AIR off
AUX
Compatibility:
2090
Description:
Activates or deactivates one or more auxiliary devices.
Devices:
Auxiliary devices (command can be sent to Towers or Turntables)
Syntax:
AUX
Device
#
List of one or more Auxiliary Control device
numbers separated by white space. . Valid values are
in the range of 1-4.
ON/OFF
Set the listed auxiliary ports ON or OFF.
Example:
CALL ibwrt (TowerUD%, "AUX 1 ON")
' Turn auxiliary 1 on
CALL ibwrt (TableUD%, "AUX 3 4 OFF")
' Turn auxiliaries 3 and 4 off
See Also:
AUX#, AUX#?
AUX#
Compatibility:
2090 (Firmware Rev. 3.00)
Description:
Activates or deactivates specified auxiliary device. This command is slightly
different from the original AUX command (above) in that there is no white
space between AUX and the device number, and that only one device can be
set at a time.
Devices:
Auxiliary devices (command can be sent to Towers or Turntables)
Syntax:
AUX#
#
Desired Auxiliary Control device number. Valid
values are in the range of 1-4.
ON/OFF
Set the specified auxiliary port ON or OFF.
Example:
CALL ibwrt (TowerUD%, "AUX1 ON")
' Turn auxiliary 1 on
CALL ibwrt (TableUD%, "AUX3 OFF")
' Turn auxiliary 3 off
See Also:
AUX, AUX#?
104
© ETS-Lindgren– April, 2006
Revision G– P# 399199