Application Of The Status Reporting System - R&S AFQ100A Operating Manual

I/q modulation generator
Hide thumbs Also See for AFQ100A:
Table of Contents

Advertisement

R&S AFQ100A

Application of the Status Reporting System

In order to effectively use the status reporting system, the information contained there must be
transmitted to the controller and further processed. There are several methods, which are outlined in
the following.
Service Request
Under certain circumstances, the instrument can send a service request (SRQ) to the controller. Usually
this service request initiates an interrupt at the controller, to which the control program can react
appropriately. As evident from section
always initiated if one or several of bits 2, 4, or 5 of the status byte are set and enabled in the SRE.
Each of these bits combines the information of a further register, the error queue or the output buffer. In
order to use the possibilities of the service request effectively, all bits should be set to "1" in the enable
registers SRE and ESE.
Example:
Use command "*OPC" to generate an SRQ
CALL IBWRT(modulator%, "*ESE 1")
CALL IBWRT(modulator%, "*SRE 32")
After its settings have been completed, the instrument generates an SRQ.
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.
Serial Poll
In a serial poll, just as upon the command "*STB", the status byte of an instrument is queried. However,
the query is made via interface messages and is thus clearly faster. The serial-poll method has already
been defined in IEEE 488.1 and used to be the only standard possibility 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 Visual Basic command for executing a serial poll is "IBRSP()". The serial poll is mainly used to
obtain a fast overview of the state of several instruments connected to the IEC/IEEE bus or via the
Ethernet.
1401.3084.32
"Overview of the Status
set bit 0 of ESE (Operation Complete)
set bit 5 of SRE (ESB)
5.29
Status Reporting System
Register" on page 5.26, an SRQ is
E-3

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Afq100b

Table of Contents