Remote control
R&S
®
ZNB/ZNBT
837
User Manual 1173.9163.02 ─ 62
The R&S
ZNB/ZNBT generates an SRQ when the event associated with bit 1 of the
STATus:QUEStionable:LIMit1:ENABle
register occurs, i.e. when any point on
the first trace fails the limit check.
Example: Find out which event caused an SRQ
The procedure to find out which event caused an SRQ is analogous the procedure to
generate an SRQ:
1.
STB?
(query the contents of the status byte in decimal form)
If bit 3 (QUEStionable summary bit) is set, then:
2.
STAT:QUES:EVENT?
(query STATus:QUEStionable register)
If bit 10 (QUEStionable:LIMit1 summary bit) is set, then:
3. Query
STAT:QUES:LIMit1:EVENT?
(query
STATus:QUEStionable:LIMit1
register)
If bit 1 is set, then the first trace failed the limit check.
The SRQ is the only possibility for the instrument to become active on its own. Each
controller program should set the instrument such that a service request is initiated in
the case of malfunction. The program should react appropriately to the service request.
6.5.4.2
Serial poll
In a serial poll, the controller queries the STatus Bytes of the devices in the bus system
one after another. The query is made via interface messages, so it is faster than a poll
using
*STB?
.
The serial poll method is defined in IEEE 488.1 and used to be the only standard pos-
sibility for different instruments to poll the status byte. The method also works for
instruments which do not adhere to SCPI or IEEE 488.2.
The serial poll is used to obtain a fast overview of the state of several instruments con-
nected to the controller.
6.5.4.3
Parallel poll
In a parallel poll, up to eight instruments are simultaneously requested by the controller
with a single command to transmit 1 bit of information each on the data lines, i.e., to
set the data line allocated to each instrument to a logical "0" or "1".
In addition to the SRE register, which determines the conditions under which an SRQ
is generated, there is a Parallel Poll Enable (PPE) register. This register is ANDed with
the STB bit by bit, considering bit 6 as well. The results are ORed, the result is possibly
inverted and then sent as a response to the parallel poll of the controller. The result
can also be queried without parallel poll with the command
*IST?
.
Status reporting system