Network and remote operation
R&S
®
NRPM
93
Mannual 1425.8663.02 ─ 08
Socket communication
TCPIP::<IP address or hostname>
::port::SOCKET
●
port
determines the used port number
●
SOCKET
indicates the raw network socket resource class
Socket communication requires the specification of the port (commonly referred
to as port number) and of "SOCKET" to complete the VISA resource string with
the associated protocol used.
The default port for socket communication is port 5025.
For details of the socket communication, refer to
Example:
A sensor module has the IP address
10.111.11.20
; the valid resource string using
VXI-11 protocol is:
TCPIP::10.111.11.20::INSTR
The DNS host name is
nrpm3-100001
; the valid resource string is:
TCPIP::nrpm3-100001::hislip0 (HiSLIP)
TCPIP::nrpm3-100001::inst0 (VXI-11)
A raw socket connection can be established using:
TCPIP::10.111.11.20::5025::SOCKET
TCPIP::nrpm3-100001::5025::SOCKET
9.1.2.2
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. The TCP/IP network protocol and the associated network 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.
9.1.2.3
HiSLIP protocol
The HiSLIP (high-speed LAN instrument protocol) is the successor protocol for
VXI-11 for TCP-based instruments specified by the IVI foundation. The protocol
Remote control interfaces and protocols