Communications - Com; Constants And Types; Functions - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
10 C
OMMUNICATIONS
This subsystem contains those functions, which are subsystem COM related, but
will be executed as RPC's on the TPS1100 instrument. It provides a function to
check communication between the computer and the TPS1100 and also some
functions to get and set communication relevant parameters on the server side.
Furthermore, it implements functions to switch on or off (sleep mode, shut down)
the TPS1100 instrument.
10.1

CONSTANTS AND TYPES

Stop Mode
enum COM_TPS_STOP_MODE
{
COM_TPS_STOP_SHUT_DOWN =0, // power down instrument
COM_TPS_STOP_SLEEP
};
Start Mode
enum COM_TPS_STARTUP_MODE
{
COM_TPS_STARTUP_LOCAL =0 // RPC's enabled, local mode
COM_TPS_STARTUP_REMOTE=1 // RPC's enabled, online mode
};
10.2

FUNCTIONS

10.2.1 COM_GetSWVersion - Retrieve Server Release Information
COM_GetSWVersion ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 110
110 .................................................................................................................................................................................................................................................................COM_GetSWVersion
C-Declaration
COM_GetSWVersion(
VB-Declaration
VB_COM_GetSWVersion( nRel
ASCII-Request
%R1Q,110:
TPS1100 - Version 1.05
- COM
=1
// puts instrument into sleep state
short &nRel,
short &nVer,
short &nSubVer )
As Integer,
nVer
As Integer,
nSubVer
As Integer)

Communications - COM

10-1

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents