User Manual

Remote Control
R&S
®
FPC
182User Manual 1178.4130.02 ─ 05
17.1.1.3 Protocols
VXI-11 basics
The VXI-11 standard is based on the ONC-RPC protocol which in turn relies on TCP/IP
as the network/transport layer. The TCP/IP network protocol and the associated net-
work services are preconfigured. TCP/IP ensures connection-oriented communication,
where the order of the exchanged messages is adhered to and interrupted links are
identified. With this protocol, messages cannot be lost.
Remote control of an instrument via a network is based on standardized protocols
which follow the OSI reference model (see Figure 17-1).
Application
Presentation
Session
Transport
Network
Data Link
Physical
SCPI
XDR (VXI-11)
ONC-RPC
TCP / UDP
IP
Ethernet/802.3
802.3/10BASE-T
Figure 17-1: Example for LAN remote control based on the OSI reference model
Based on TCP/UDP, messages between the controller and the instrument are
exchanged via open network computing (ONC) - remote procedure calls (RPC). With
XDR (VXI-11), legal RPC messages are known as VXI-11 standard. Based on this
standard, messages are exchanged between the controller and the instrument. The
messages are identical with SCPI commands.
They can be organized in four groups
Program messages (control command to the instrument)
Response messages (values returned by the instrument)
Service request (spontaneous queries of the instrument)
Low-level control messages (interface messages)
A VXI-11 link between a controller and an instrument uses three channels: core, abort
and interrupt channel. Instrument control is mainly performed on the core channel (pro-
gram, response and low-level control messages). The abort channel is used for imme-
diate abort of the core channel; the interrupt channel transmits spontaneous service
requests of the instrument. Link setup itself is very complex. For more details, refer to
the VXI-11 specification.
Remote Control Basics