Remote Control
R&S
®
FSVA/FSV
569Operating Manual 1176.7510.02 ─ 09
IP address
Only the IP address or a valid DNS host name is required to set up the connection.
The host address is part of the "VISA resource string" used by the programs to identify
and control the instrument.
The VISA resource string has the form:
TCPIP::host address[::LAN device name][::INSTR]
or
TCPIP::host address::port::SOCKET
where:
●
TCPIP designates the network protocol used
●
host address is the IP address or host name of the device
●
LAN device name defines the protocol and the instance number of a sub-instru-
ment;
– inst0 selects the VXI-11 protocol (default)
– hislip0 selects the newer HiSLIP protocol
●
INSTR indicates the instrument resource class (optional)
●
port determines the used port number
●
SOCKET indicates the raw network socket resource class
Example:
●
Instrument has the IP address 192.1.2.3; the valid resource string using VXI-11
protocol is:
TCPIP::192.1.2.3::INSTR
●
The instrument name is RSFSV; the valid resource string is:
TCPIP::RSFSV::INSTR
●
A raw socket connection can be established using:
TCPIP::192.1.2.3::5025::SOCKET
●
The DNS host name name is FSV-123456; the valid resource string using HiSLIP
is:
TCPIP::FSV-123456::hislip0
Identifying instruments in a network
If several instruments are connected to the network, each instrument has its own IP
address and associated resource string. The controller identifies these instruments by
means of the resource string.
For details on configuring the LAN connection, see "Setting Up a Network (LAN) Con-
nection" in the R&S FSVA/FSV Quick Start Guide.
VXI-11 Protocol
The VXI-11 standard is based on the ONC RPC (Open Network Computing Remote
Procedure Call) protocol which in turn relies on TCP/IP as the network/transport layer.
Remote Control - Basics