ETS-Lindgren 2090 Controller User Manual
Page 125

Model 2090 Multi-Device Controller
TG?
Compatibility:
1090, 2090
Description:
Query the seek target for the device. The value returned is either in N1
(XXX) or N2 (XXX.X) format depending upon the current numeric mode.
Negative values are preceded by a "-" minus sign.
Devices:
Towers, Turntables
Syntax:
TG?
Response:
[-]XXX[.X]
Value of the preset seek target in centimeters for
towers or degrees for turntables.
Example:
CALL ibwrt (TableUD%, "TG?")
' Query turntable target
CALL ibrd (TableUD%, rdbuf$)
' Read response
See Also:
SK, TG?
TT
Compatibility:
2090
Description:
Selects turntable mode of operation. Allows the selection of normal, two
speed, and air flotation turntables. In the air flotation mode of operation, the
UP/DOWN is controlled automatically by the 2090, assuring that the table is
floating before a movement is made. This command is intended to allow
automated configuration of the 2090 and should not be used by most
programs.
Devices:
Towers, Turntables
Syntax:
TT
NRM
Normal
turntable
AIR
Air
flotation
turntable
TWO
Two speed turntable
CONT
Continuos
rotation
turntable
NONCONT
Non-continuous rotation turntable
' continuous turntable
Example:
CALL ibwrt (TowerUD%, "TT NRM CONT")
' Change device from a
' tower to a normal,
See Also:
TWR, TYP?
TWR
Compatibility:
2090
Description:
Selects tower mode of operation. Allows the selection of both normal and
bore sight towers. In the bore sight mode of operation, the separation
distance is taken into account when reporting boom height. This command is
intended to allow automated configuration of the 2090 and should not be used
by most programs.
Devices:
Towers, Turntables
Syntax:
TWR
NRM
Normal
tower
BOR
Bore
sight
tower
Example:
CALL ibwrt (TowerUD%, "TWR NRM")
' Change device to a
' normal tower
See Also:
TT, TYP?
©ETS-Lindgren, April 2006
125
Revision G– P#399199