Functions - Leica TPS1200 Series Reference Manual

Geodetic measurement instruments
Hide thumbs Also See for TPS1200 Series:
Table of Contents

Advertisement

GeoCOM Reference Manual

15.4 FUNCTIONS

15.4.1
MOT_ReadLockStatus – returning the condition of the LockIn control
MOT_ReadLockStatus...............................................................................................................................................................................................................................................................
................
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 6021
6021 ................................................................................................................................................................................................................................................................MOT_ReadLock
Status
C-Declaration
MOT_ReadLockStatus(MOT_LOCK_STATUS &Status)
VB-Declaration
VB_MOT_ReadLockStatus(Status As Long)
ASCII-Request
%R1Q,6021:
ASCII-Response
%R1P,0,0:RC,Status[long]
Remarks
This function returns the current condition of the LockIn control (see subsystem AUT for further information).
This command is valid for automated instruments only.
Parameters
Status
Return-Code Names and Return-Code Values
GRC_OK
GRC_NOT_IMPL
Example
GRC_TYPE
MOT_LOCK_STATUS Status;
rc = MOT_ReadLockStatus(Status)
if (rc == GRC_OK)
{
// use lock status information
}
else
{
// this is no automated instrument
}
Leica TPS1200 – Version 1.50
Out
0
5
rc;
Lock information
Execution successful.
No motorisation available (no automated instrument).
Motorisation – MOT
132

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents