beautypg.com

ETS-Lindgren 2090 Controller User Manual

Page 111

background image

Model 2090 Multi-Device Controller


ERE

Compatibility:

2090 (Firmware Rev 2.3)

Description:

Set Device Dependent Error Enable Register. Causes changes in the contents
of the Device Dependent Error Enable Register. Requires a decimal
argument in binary form to set the register. The bits of the argument
correspond to the bits of the Device Dependent Error Register. Setting a bit
in this register allows the corresponding bit in the Device Dependent Error
Register to cause the DDE bit in the Status Byte Register to be set.

Devices:

Towers, Turntables

Syntax:

ERE XXXXX

XXXXX

Integer value representing a sixteen bit binary
number 0-65535

Example:

CALL ibwrt (TowerUD%, "ERE 64")

' Allow a polarization violation
' to set the DDE bit of STB

See Also:

ERE?, ERR?, *STB?


ERE?

Compatibility:

2090 (Firmware Rev 2.3)

Description:

Query Device Dependent Error Enable Register. Prepares the controller to
respond with the contents of the Device Dependent Error Enable Register
when queried. Value returned is an integer number in the range of 0 to
65535. This value, when expressed in binary form, represents bit values of
the Device Dependent Error Enable Register.

Devices:

Towers, Turntables

Syntax:

ERE?

Response:

bits>

Integer value representing a sixteen bit binary
number 0-65535.

Example:

CALL ibwrt (TableUD%, "ERE?")

' Query ERE register

CALL ibrd (TableUD%, rdbuf$)

' Read response

See Also:

ERE, ERR?, *STB?

©ETS-Lindgren, April 2006

111

Revision G– P#399199