![Copper Mountain Technologies PLANAR TR1300/1 Скачать руководство пользователя страница 11](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189011.webp)
11
Introduction
This Programming Manual contains information on remote control over Planar
TR1300/1, TR5048 or TR7530 Vector Network Analyzer (Analyzer) and its data
communication by means of user programs written with COM/DCOM technology.
COM technology is used when a user program runs together with an external
measurement instrument program on one PC. DCOM technology is used when a
user program runs on a PC connected with the measurement instrument by LAN.
Methods and techniques for writing of user programs are the same for both
technologies. The only difference between the technologies is that the DCOM
technology requires additional LAN setting performed by the LAN administrator.
Before reading this Manual, familiarize yourself with Analyzer Operating Manual.
1
Registering COM Server
To register COM server of the analyzer run the executable module from command
prompt with the
/regserver
keyword. To unregister COM server of the analyzer run
the executable module from command prompt with the
/unregserver
keyword.
Administrative rights are required to register/unregister COM server. Also user has
ability to register COM server during the software installation procedure.
Example of the COM server registration command:
TRVNA.exe /regserver
2
COM Technology Overview
COM stands for
Component Object Model
. This programming technology was
developed by Microsoft for two purposes:
the model provides the specification for interaction of binary modules created
in different programming languages;
the model defines the interfacing between a client application and a server
application running either on the same PC or on two different PCs. In the latter
case, the technology has DCOM abbreviation – Distributed COM.