93
VISA Resource Name
Because of the limited support for VXI-11(Discovery Protocol only), the instrument must be referred
to by its raw socket information when used in software packages which communicate via a VISA
resource name. For example, an instrument at IP address 192.168.1.100 would normally have a
VISA resource name of "TCPIP0::192.168.1.100::inst0::INSTR" but for this instrument the name
must be modified to read "TCPIP0::192.168.1.100::9221::SOCKET" where 9221 is the TCP port
used by this instrument for control and monitoring, see below.
XML Identification Document URL
As required by the LXI Standard, the instrument provides an XML identification document that can
be queried via a GET at “http://<hostname>:80/lxi/identification” that conforms to the LXI XSD
Schema (available at http://www.lxistandard.org/InstrumentIdentification/1.0) and the W3C XML
Schema Standards (
http://www.w3.org/XML/Schema
). This document describes the instrument.
TCP Sockets
The instrument uses 1 socket on TCP port 9221 for instrument control and monitoring. Text
commands are sent to this port as defined in ‘Remote Commands’ and any replies are returned via
the same port. Commands may be separated with either semicolons “;” or line feeds.
LAN Status indication
The
LAN
field in the Status Line can show multiple status indications. When there is no LAN
connection, for example no cable connected, the field will show
. While the system is
attempting to connect the icon will flash. When successfully connected with remote control enabled
the field will show
. If connected but remote control is disabled it will show
. Finally an
unsuccessful attempt to connect will show
.
GPIB Interface
The GPIB interface 24-way connector is located on the instrument rear panel. The pin connections
are as specified in IEEE Std. 488.1-1987 and the instrument complies with IEEE Std. 488.1-1987
and IEEE Std. 488.2-1987.
GPIB Subsets
This instrument contains the following IEEE 488.1 subsets:
Source Handshake
SH1
Acceptor Handshake
AH1
Talker
T6
Listener
L4
Service Request
SR1
Remote Local
RL2
Parallel Poll
PP1
Device Clear
DC1
Device Trigger
DT0
Controller
C0
Electrical Interface
E2
GPIB IEEE Std. 488.2 Error Handling – Query Error Register
The IEEE 488.2
UNTERMINATED
error (addressed to talk with nothing to say) is handled as follows. If
the instrument is addressed to talk and the response formatter is inactive and the input queue is
empty then the
UNTERMINATED
error is generated. This will cause the Query Error bit to be set in the
Standard Event Status Register, a value of 3 to be placed in the Query Error Register and the
parser to be reset. See the Status Reporting section for further information.