
11-10
Status Structure
Model 2520 User’s Manual
Status byte and service request commands
The commands to program and read the Status Byte Register and Service Request Enable
Register are listed in
. For details on programming and reading registers, see
“Programming enable registers,” page 11-5
“Reading registers,” page 11-6
NOTE
To reset the bits of the Service Request Enable Register to 0, use 0 as the param-
eter value for the *SRE command (i.e. *SRE 0).
Programming example - set MSS (B6) when error occurs
The first command of sequence in
enables EAV (error available). When an
invalid command is sent (line 4), bits B2 (EAV) and B6 (MSS) of the Status Byte Register
set to 1. The last command reads the Status Byte Register using the binary format (which
directly indicates which bits are set). The command to select format (FORMat:SREGister)
is documented in
. To determine the exact nature of the error, you will have to
read the Error Queue. Refer to
Table 11-3
Status byte and service request enable register commands
Command
Description
Default
*STB?
*SRE <NDN> or <NRf>
*SRE?
Read Status Byte Register.
Program the Service Request Enable Register:
<NDN> = #Bxx…x
Binary format (each x = 1 or 0)
= #Hx
Hexadecimal format (x = 0 to FF)
= #Qx
Octal format (x = 0 to 377)
<NRf> = 0 to 255
Decimal format
Read the Service Request Enable Register
Note
Note: *CLS and STATus:PRESet have no effect on the Service Request Enable Register.
Table 11-4
Status byte programming example
Command
Description
*CLS
*SRE 4
FORM:SREG BIN
*XYZ
*STB?
Clear Error Queue.
Enable EAV.
Select binary format.
Generate error.
Read Status Byte Register.
Содержание 2520
Страница 250: ...A Specifications ...
Страница 254: ...B StatusandErrorMessages ...
Страница 262: ...C DataFlow ...
Страница 266: ...D IEEE 488BusOverview ...
Страница 281: ...E IEEE 488andSCPI ConformanceInformation ...
Страница 285: ...F MeasurementConsiderations ...
Страница 308: ...G GPIB488 1Protocol ...
Страница 312: ...H ExamplePrograms ...
Страница 317: ...I ContinuousPulseMode ...