beautypg.com

ETS-Lindgren 2090 Controller User Manual

Page 119

background image

Model 2090 Multi-Device Controller


S#

Compatibility:

2090 (Firmware Rev 2.1)

Description:

Changes the speed selection of a two speed or variable speed device.

Devices:

Towers, Turntables

Syntax:

Sn

#

For a two speed device: 1 = high, 2 = low
For variable speed devices: 1-8 = preset speed
selection. (Firmware versions prior to V3.00 only
support 1-4 preset speeds.)

Example:

CALL ibwrt (TableUD%, "S1")

' Change to high speed/preset 1

See Also:

S?, SS#, SS#?


S?

Compatibility:

2090 (Firmware Rev 2.1)

Description:

Queries the speed selection of a two speed or variable speed device. For a
two speed device, a single digit value of "1" is returned if in high speed mode.
Otherwise a value of "2" is returned for low speed mode. For a variable
speed device, returns a single digit value of 1-8 to report the currently
selected speed preset.

Devices:

Towers, Turntables

Syntax:

S?

Response:

Value between 1 and 8 indicating the currently
selected speed setting.

Example:

CALL ibwrt (TableUD%, "S?")

' Query turntable speed

CALL ibrd (TableUD%, rdbuf$)

' Read response

See Also:

S#, SS#, SS#?


SC

Compatibility:

1090, 2090

Description:

Instructs the device to begin scanning between preset lower and upper limits.
The number of scans performed is determined by the value of cycles (CY)
parameter which must be set prior to issuing the scan command.

Devices:

Towers, Turntables

Syntax:

SC

Example:

CALL ibwrt (TowerUD%, "SC")

' Put tower in scan mode

CALL ibwrt (TableUD%, "SC")

' Put turntable in scan mode

See Also:

CY, CY?, SC?

©ETS-Lindgren, April 2006

119

Revision G– P#399199