![Rohde & Schwarz FPC1000 User Manual Download Page 161](http://html.mh-extra.com/html/rohde-and-schwarz/fpc1000/fpc1000_user-manual_1477825161.webp)
Remote Control
FPC1000
146
User Manual 1178.4130.02 ─ 02
Instrument
Core channel
(program, response,
control messages)
Abort channel (abort)
Interrupt channel
(service request)
Controller
Figure 13-2: VXI-11 channels between instrument and controller
The number of controllers that can address an instrument is practically unlimited in the
network. In the instrument, the individual controllers are clearly distinguished. This dis-
tinction continues up to the application level in the controller, i.e. two applications on a
computer are identified by the instrument as two different controllers.
Instrument
Controller
Controller
Controller
Figure 13-3: Remote control via LAN from several controllers
The controllers can lock and unlock the instrument for exclusive access. This regulates
access to the instrument of several controllers.
13.1.2 Remote Control Connection
The short and simple operating sequence below shows how to put the instrument into
operation and quickly set its basic functions. You can find out the current IP address
for LAN operation in the setup menu ("Setup" > "Instrument Setup"). In case of USB
connection the IP address is always 172.16.10.10.
1. Connect the R&S
FPC1000 to the LAN or directly to the controller via USB.
2. Turn on the R&S
FPC1000.
3. Write and start the program below on the controller.
The instrument performs a sweep in the frequency range of 95 MHz to 105 MHz.
//open default resource manager
status = viOpenDefaultRM(defaultRM)
//in case of USB connection
status = viOpen(DefaultRM, "TCPIP::172.16.10.10", 0, 0, vi)
//in case of a LAN connection, with xxx.xxx.xxx.xxx = IP address
status = viopen(DefaultRM, "TCPIP::xxx.xxx.xxx.xxx", 0, 0, vi)
//reset instrument and clear status registers
cmd = "*RST;*CLS"
status = viWrite(vi, Cmd, Len(Cmd), retCount)
//set center frequency to 100 MHz
Remote Control Basics
北京海洋兴业科技股份有限公司(证券代码:839145)
www.hyxyyq.com