Remote Control Basics
R&S
®
SMJ100A
449
Operating Manual 1403.7458.32 ─ 14
●
Select "Setup > Remote Control Channels > Local".
●
While using the socket communication, terminate the remote control session.
●
Send the interface command
>L
via the remote control interface.
Use the
>R
to enable the LOCAL key if it is locked.
6.2.3 Examples
This sections provides examples for setting up the remote control connection, and
starting a remote control session.
This section assumes basic knowledge of programming and operation of the controller.
A description of the interface commands can be obtained from the corresponding man-
uals.
6.2.3.1
Remote Control over GPIB
The program example in this section is written in VISUAL BASIC. A condition for pro-
gramming in VISUAL BASIC is that the modules NIGLOBAL (
Niglobal.bas
) and
VBIB32 (
Vbib_32.bas
) are added to the projects.
Drivers for instrument, e.g. IVI-COM and LabVIEW drivers, are available in the down-
load area of the product website (
http://www.rohde-schwarz.com/en/products/
test_and_measurement/product_categories/signal_generation/
).
Starting a remote control session over GPIB
As a prerequisite, the GPIB address of the instrument, which is factory-set to 28, must
not have been changed.
1. Connect instrument and controller using GPIB cable and switch them on.
2. Execute following commands on the controller:
a) Open port to the instrument
CALL IBFIND("DEV1", generator%)
b) Inform controller about instrument address
CALL IBPAD(generator%, 28)
c) Reset instrument
CALL IBWRT(generator%, "*RST;*CLS")
d) Set instrument to new address
CALL IBWRT(generator%, "SYST:COMM:GPIB:ADDR 18")
e) Inform controller about new address
CALL IBPAD(generator%, 18)
The GPIB address of the instrument is changed.
Starting a Remote Control Session
Содержание SMJ100A
Страница 34: ...Preface R S SMJ100A 18 Operating Manual 1403 7458 32 14 Notes on Screenshots...
Страница 86: ...Preparing for Use R S SMJ100A 70 Operating Manual 1403 7458 32 14 LXI Configuration...
Страница 139: ...Manual Operation R S SMJ100A 123 Operating Manual 1403 7458 32 14 Legend of Front Panel Controls...
Страница 140: ...Manual Operation R S SMJ100A 124 Operating Manual 1403 7458 32 14 Legend of Front Panel Controls...
Страница 454: ...Instrument Function R S SMJ100A 438 Operating Manual 1403 7458 32 14 Baseband Signal Baseband Block...
Страница 826: ...Remote Control Commands R S SMJ100A 810 Operating Manual 1403 7458 32 14 UNIT Subsystem...
Страница 828: ...Maintenance R S SMJ100A 812 Operating Manual 1403 7458 32 14 Storing and Packing...
Страница 843: ...Hardware Interfaces R S SMJ100A 827 Operating Manual 1403 7458 32 14 Figure A 2 BERT circuit diagram BERT Connector...
Страница 844: ...Hardware Interfaces R S SMJ100A 828 Operating Manual 1403 7458 32 14 BERT Connector...