Leica TPS1200 Series Reference Manual page 55

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

Advertisement

GeoCOM Reference Manual
double
dHzSearchRange, dVSearchRange
dHzSearchRange=0.08;// search range in [rad]
dVSearchRange=0.08; // search range in [rad]
Result = AUS_GetUserAtrState(ATRState); // The ATR-Status must be set for
if(ATRState==ON)
{
// performs a fine position with a max. target
// search range of 0.08rad (5gon) in Hz and V
// direction
Result = AUT_FineAdjust(dHzSearchRange,
switch (Result) // function return code
{
case (GRC_OK):
//fine adjust successful and precise
break;
case (GRC_AUT_NO_TARGET):
//no target found.
break;
case (GRC_AUT_MULTIPLE_TARGETS):
//multiple targets found.
break;
case (GRC_AUT_BAD_ENVIRONMENT):
//inadequate environment conditions.
break;
default:
//fine adjust not successful
//here further error analyse possible
break;
}
}
Leica TPS1200 / TS30 / TM30 – Version 1.50
// fine adjust functionality
dVSearchRange,
FALSE);
Automation - AUT
55

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm30Ts30Tps1200+

Table of Contents