Functions - Leica TPS1200 Series Reference Manual

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

Advertisement

GeoCOM Reference Manual

6.3 FUNCTIONS

6.3.1 AUS_GetUserAtrState - getting the status of the ATR mode
AUS_GetUserAtrState...............................................................................................................................................................................................................................................................
............
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 18006
18006...............................................................................................................................................................................................................................................................AUS_GetUserA
trState
C-Declaration
AUS_GetUserAtrState(ON_OFF_TYPE &OnOff)
VB-Declaration
VB_AUS_GetUserAtrState (On/Off As Long)
ASCII-Request
%R1Q,18006:
ASCII-Response
%R1P,0,0:RC,OnOff[long]
Remarks
Get the current status of the ATR mode on automated instrument models. This command does not indicate
whether the ATR has currently acquired a prism. Note the difference between GetUserATR and GetUserLOCK
state.
Parameters
OnOff
Return-Code Names and Return-Code Values
GRC_OK
GRC_NOT_IMPL
See Also
AUS_SetUserAtrState
Example
GRC_TYPE
ON_OFF_TYPE
// look for ATR state and set On if it is Off
rc = AUS_GetUserAtrState(OnOff);
if (OnOff == OFF)
{
rc = AUS_SetUserAtrState(ON);
if (rc == GRC_OK)
{
// set of ATR status successful
}
else
{
// no automated instrument
}
}
Leica TPS1200 / TS30 / TM30 – Version 1.50
out
0
5
rc;
OnOff;
State of the ATR mode
Execution successful.
ATR not available; no automated instrument.
Alt User - AUS
39

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents